File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes Tomcat and Java ME Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat and Java ME" Watch "Tomcat and Java ME" New topic
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
    
  13

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]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tomcat and Java ME
 
Similar Threads
tomcat and struts
Catalina.start: LifecycleException: null.open: java.net.SocketException: Permission
Error while executing startup.sh(Tomcat)
problem with EL in my JSP page
tomcat ejb help