Re: [OT] different java versions in same project

2004-11-29 Thread Duncan Mills
I don't see that there will be an issue there - the Applet will run in a different JVM from the server side part of the application and you probably want to package it separately in any case as a stand alone JAR Regards Duncan Mills http://www.groundside.com/blog Ashish Kulkarni wrote: Hi Has a

[OT] different java versions in same project

2004-11-28 Thread Ashish Kulkarni
Hi Has anyone used 2 different versions of java in same J2EE project. I have a web project where i have a Applet which displays data in graphs etc, this applet uses applet - servlet communication to connect to database, What i want to try to do is develop all the servlets and code running on appli