• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Servlets + J2ME

 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,
Anybody have a reference for How to developer J2ME application that communicate with Servlets?
Best Regards
 
author
Posts: 1436
6
Python TypeScript Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can check out one of those newer MIDP books. Almost all of them talks about how to make J2ME client interact with dynamic server applications. Or, you can read me article published on JavaWorld
Build database-powered mobile applications on the Java platform
http://www.javaworld.com/javaworld/jw-01-2002/jw-0118-midp.html
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I also recomend you to have a look at Sun's J2ME tech tips:
Client-Server Communication over HTTP using MIDP and Servlets
Here is the index of JDC J2ME Tech Tips:
http://developer.java.sun.com/developer/J2METechTips/
Hope it helps,
Horaci
 
Isaias C. Barroso
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Thanks all.
I will go on the references.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As another resource, you can visit my J2ME developer site and download source code for a Servlet that uses Cookies to manage sessions with a MIDlet.
Servlet and Cookie Example
John
 
reply
    Bookmark Topic Watch Topic
  • New Topic