Hi,
I am looking for some advice on the following problem:
We need to be able to utilize java classes written with jdk 1.2
functionality from servlets in JWS 1.1.3 which supports jdk1.1 only.

Here are some choices:
1. convert code to 1.1: Non-trivial classes, could take awhile to take
this step backwards.
2. run a 1.2 vm on the same machine and use some tcp/ip based protocol
to communicate: straight sockets, RMI:  Does RMI work accross 1.1->1.2?
3. somehow update our JWS to handle the 1.2 code: last I looked this
wasn't available...

Any comments, other ideas?
thanks,
daniel

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to