"Don" <> wrote in message
news:. ..
> Hi There,
> I have some (J2me) Java MIDlets created that i would like others to be
> able to download to their phones.
> Can anyone help me on this, and maybe tell me the process for
> deploying midlets to a web site and being able to download them to a
> phone.
> Is there any where free that i can use to hold my MIDlet
>
> Thanks in advance
If you just want to host the .jad and .jar (which is normaly all you need to
do) any web server will do if its MIME types are set correctly (most are -
and if not should be simple to correct). So just look for free web hosting..
remember though "you get what you pay for"
But to be more end-user friendly, normally you would set up a short code txt
service, where:
* User sends txt message to short code, stating the game they want
* Server responds with special bookmark / service (to the .jad) txt reply
* user goes to the bookmark, downloads the jad and then the jar
* jar is saved onto the phone for user to play.
This can be setup by various companies for you,
http://www.minick.net just
one (which we have previously used)
Alan.