i want to make application send a message via J2me application to the server(Tomcat J2ee) and the sever will back message to my J2me application. Request response model between J2me and J2ee(Tomcat server).....
A:
Your best option is use HTTP to do that. So, on the JavaME end, you will issue HTTP REQUEST that will call a Servlet running in your JavaEE AppServer and processing the request.
Pablo Santa Cruz
2010-07-20 13:13:37
@Palo any relevant tutorial if you can share which explain via codeexample or text tutoial....
ali
2010-07-20 15:26:02
This article is good but i have some problem if you can help me.when i send email using the last code example.An Error found can not connect to SMTP server...........
ali
2010-07-21 05:58:25
@npinti This article is good but i have some problem if you can help me. when i send email using the last code example. An Error found can not connect to SMTP server..........
ali
2010-07-21 07:06:56
Sorry for the delay. Are you sure that you are giving the IP and Port of the SMTP server of your email provider?
npinti
2010-07-22 08:00:18