• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Chatserver in j2me

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,
I want develop a chat server on mobile devices using jsp/servlet in j2me.I know jsp/servlet also.
But how to use it in j2me ?
While invoking the MIDlet device(emulator)send data to server(jsp/servlet) and the server transfer this data to another desired device(emulator).
Can anyone give some idea regarding this application like
how to start,any tutorials or examples ,any previos thread,any reference links regarding this chat server on j2me?

Regards,
Sachin Warang.
 
Ranch Hand
Posts: 904
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There arn't a big difference between making a chat server in J2ME and J2SE.

Take a look at: http://www.microjava.com/articles/chap13.pdf
which discusses many aspects of network connectivity for J2ME applications.

/Svend Rost
[ May 04, 2006: Message edited by: Svend Rost ]
 
The world's cheapest jedi mind trick: "Aw c'mon, why not read this tiny ad?"
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic