• 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

J2ME and J2EE communication

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to J2ME. I want to know is there any other way for an J2ME application to communicate to an J2EE application other than http.
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Mr. Gurung,

Do you mean how do send data over HTTP to a web-application running on a J2EE server?

Robin

 
Hariya Gurung
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No I already know how to send data over http to a web application. I want some other way to send/receive data to/from a web application. Not through http.
 
Robin Thapa
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Mr. Gurung,

I am not very clear with your question. Anyways i too had similar problem in my earlier project.
I followed this link.
Hope you get something out of it for your usefulness..
webpage
 
Hariya Gurung
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the help, Robin! What I meant was that I have developed one project in which I sync the data between the mobile and the Core Server through http. This makes me to use GPRS connectivity in order to connect to the Core Server. Now I just want to remove the GPRS connectivity from this but still want to sync the data between the mobile & the Core Server. How can I do so? Any help would be appreciated.
 
Robin Thapa
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear,

Well not much idea into it, though i use a feed and i am giving you a link, hope it can be useful to u.
Have a lookSYNC
 
Hariya Gurung
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the article given by you but that wont solve my problem. Can an J2ME application on mobile phone communicate with the J2EE/J2ME application on the computer using the Data Cable?
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

How are you supposed to communicate between mobile and server without any communication/link between them.
You have to go for GPRS or SMS or USSD or bluetooth or wifi. there is no other way than this..

Or let me know if you get something else

 
Hariya Gurung
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's what I m asking Mukesh. Is the communication between the client(J2ME application) on phone and the server(J2EE/J2ME application) on PC possible using the data cable?
 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
never thought about it but if any one would throw light as to how we can establish a connection through a data cable then i bet it would be worth experimenting with..

 
Your mother is a hamster and your father smells of tiny ads!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic