1. Send too long data from midlet to servlet (OutOfMemoryError) stackoverflow.comI have a j2me midlet where I want to send info over http to a servlet. The problem is that data are too long(more than heap size of the mobile phone) ... |
2. Not getting value in midlet from servlet stackoverflow.comI'm trying to send data from a midlet to a servlet and recieve back a response from the servlet but I don't get any value in response. I've tried to print ... |
3. bouncycastle encrypted data send from midlet to servlet stackoverflow.comI want to encrypt data in a midlet which to be sent to a servlet. I could encrypt data in midlet . I used bouncycastle. It worked perfectly(I could encrypt and ... |
4. servlet to j2me midlet forums.netbeans.orgIvy Joined: 14 Mar 2009 Posts: 20 Location: Philippines Posted: Tue Sep 29, 2009 2:48 pm Post subject: servlet to j2me midlet i'm connecting j2me to servlet. the ... |
5. How to make MIDlet and Servlet share class files? forums.netbeans.orgPosted: Mon Nov 16, 2009 3:28 am Post subject: How to make MIDlet and Servlet share class files? Hi, I'm developing my first real Java ME application. I ... |
6. Cant pass ByteArray from Servlet to Midlet forums.netbeans.orgHi, I am very new to java. I have captured desktop screen and tried to convert that into byte array. Now I need to send that array to midlet so that i could convert that byte array back to image and display in emulator. But the problem is I'm not sure that the bufferedimage is converted to byte or not, neither ... |
7. servlet-midlet comm coderanch.com |
8. servlet -> midlet null problem coderanch.com |
9. Returning servlet info to a MIDlet coderanch.comIve sucessfully got servlets to display messages on a html pages with no real problems. What I now need to do is get this message to be displayed back to the MIDlet application that requested it. Has anyone on here done this before? If so can they point me in the right direction of how I can do this (some example ... |
10. MIDLet calling Servlet java-forums.org |
11. Retrieving Data From a Servlet Back Onto a J2ME MIDlet forums.oracle.comHey everyone. I am quite new to J2ME and MIDlets I have run through the Wireless Development Tutorial Part I and II and can quite happily get a message displayed on the screen. I now want to get the String message to return to a text box on the MIDlet rather than it being displayed onto a HTML page. Can anyone ... |