Java ME and Java EE communication -


I want to create a Java ME application that sends a message to a server (Tomcat, Java EE). The server should then send this message back to the Java AE app.

What is the Request / Response model between Java ME and Java EE (Tommak Server)?

Your best option to do this is to use HTTP, therefore, at the end of JavaME, Will issue requests that will call the process of a sublet and request that runs in your Java IP server.


Comments