| Author |
Tomcat and Java ME
|
Mikael Lindstr�m
Greenhorn
Joined: Jul 30, 2004
Posts: 2
|
|
|
Is there any limitations when developing Java ME applikations which comunicate with a tomcat server? If you compare with an ordinary application?
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
Originally posted by Mikael Lindstr�m: Is there any limitations when developing Java ME applikations which comunicate with a tomcat server? If you compare with an ordinary application?
You refer to "J2ME" or not ?? If yes, J2Me can call servlet/jsp on Tomcat server by HTTP Protocol. Sure, j2me have limit in itself :: you can read more detail at http://www.java.sun.com/j2me
|
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56209
|
|
|
Most J2ME devices that I've come across have no problem with HTTP. The fact that Tomcat is doing the serving is rather moot. What's more at issue is whether the device understands HTTP, and whether the content you are generating with your JSPs (HTML, WML or whatever) is understood by the J2ME device.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Tomcat and Java ME
|
|
|