It would be of great help if some one could clear some basic doubts for me about j2me. I am a newcomer to this topic so here goes...
1. say i have made jar and jad files after packaging is done. can the midlet suite be installed from my PC to the phone using only a bluetooth dongle and a server like
tomcat on the PC , so that the phone can type some path like say http:\\localhost\some_url ?
2. does over the air transmission install mean i need gprs enabled in my phone ? or does it simply mean installing over any wireless transmission like bluetooth ? , assuming the answer to question one is yes.
3. can i write code using j2se that searches for mobile devices and attempts to send files to them ? i am required to send files to a mobile phone from a web application and i wonder if this is possible. Both the j2se code that looks for the phone and the MIDlet that runs on it need to be coded by me.
4. if the PC can send files using the dongle can i run a MIDlet in the background of my phone to listen for a connection and then accept this file ? i will need to pass xml files to the phone.
My experience with j2me can only be measured in hours right now. i am good with
java 1.5 If some one can help me out with these questions it would be great.
thank you.