Re: Tomcat JDK for PDA arm processor

2006-04-23 Thread Preston L. Bannister
How small does it need to be? If you really need a full HTTP + servlets configuration then it might be easier to use one of the smaller Jetty configurations ( http://jetty.mortbay.org/ ). Do you really need servlets (i.e. is this webapp meant to run anywhere)? Dropping the standard servlet

Re: Tomcat JDK for PDA arm processor

2006-04-23 Thread Costin Manolache
Not sure Jetty is fit for embedded use either. http://khttp.objectweb.org/ - or something similar, capable of running in CVM or even KVM - could be a viable solution for java on low end devices. The real problem is not the size of tomcat itself - but the number of JVM classes it uses and all the

Tomcat JDK for PDA arm processor

2006-04-20 Thread Tom Miller
JDK for PDA arm processor To: [EMAIL PROTECTED] Cc: Tomcat Developers List dev@tomcat.apache.org On 4/13/06, Tom Miller [EMAIL PROTECTED] wrote: Where did you get the JDK for tomcat? Compiled it myself, it's pretty easy. jamvm.sf.net and the classpath project ( I think @fsf.org ). I actually

Re: Tomcat JDK for PDA arm processor

2006-04-15 Thread Frank W. Zammetti
Wade Chandler wrote: You'd be hard pressed getting less RAM usage out of the .NET Framework when you compare apples to apples (application vs application designed the same and doing the same things). If you are used to Java use it. That is true if we were comparing Java to .Net, but on a

Re: Tomcat JDK for PDA arm processor

2006-04-14 Thread Wade Chandler
--- Frank W. Zammetti [EMAIL PROTECTED] wrote: Nearly every PDA with that much RAM doesn't actually have that much RAM... the problem is, WinCE itself uses up a lot of it. For instance, I sit here with my Dell Axim x51v with 64Mb, yet I have 29Mb available, and I have nothing installed

Re: Tomcat JDK for PDA arm processor

2006-04-13 Thread Tom Miller
There are, AFAIK, no JDK's for PocketPC (being a PocketPC developer myself, I'm fairly sure about this). So AFAIK is what I need for Tomcat instead of JDK for PocketPC, Right? I can't find anything on AFAIK. Do you know if we have a version of Tomcat built for Linux PocketPC? Thank you

Re: Tomcat JDK for PDA arm processor

2006-04-13 Thread Richard Schilling
IBM's J9 VM is probably the best implementation for running J2ME flavored Java code. http://www-128.ibm.com/developerworks/websphere/zones/wireless/weme_eval_runtimes.html I've been working with it a lot, and it was better than Jeode. The only problem being that it's hard to figure out

Re: Tomcat JDK for PDA arm processor

2006-04-13 Thread Costin Manolache
On 4/13/06, Tom Miller [EMAIL PROTECTED] wrote: Where did you get the JDK for tomcat? Compiled it myself, it's pretty easy. jamvm.sf.net and the classpath project ( I think @fsf.org ). I actually did a straight compile, not a cross on this case, since I had the big hdd and usb2, but cross

Re: Tomcat JDK for PDA arm processor

2006-04-13 Thread Tom Miller
I don't know what's your use case, I need a servlet engine. Well, what do you intend to do with it ? Keep in mind it's going to use most of the device memory, and will be relatively slow. I plan to write a small app to process a delivery process. The app will process the delivery logic,

Re: Tomcat JDK for PDA arm processor

2006-04-13 Thread Frank W. Zammetti
Nearly every PDA with that much RAM doesn't actually have that much RAM... the problem is, WinCE itself uses up a lot of it. For instance, I sit here with my Dell Axim x51v with 64Mb, yet I have 29Mb available, and I have nothing installed at the moment, just had to do a hard restart last