Hi, I am sure you are going to have problems related to Serialized Objects. If you trying to pass data back and forth from Client to Server, i think it may give a problem. If you are just trying to send data from a HTML form and process it one Server using a Servlet, and show the results in a HTML file then i think it is fine. These are just my opinions. Have a nice time. I can be wrong about these. Joona Palaste wrote: > Hello all on the list! > > I have a question about the JSDK 2.x. Suppose I have JSDK 2.x on one Java > virtual > machine, and a normal JDK 1.1.x on another Java virtual machine. Can I now > send > requests between the two virtual machines without compatibility problems? > Can I > use RMI to send information about Java classes and methods? Or will I have to > resort to using sockets? > Please note that I'm a complete newbie in servlet coding and RMI requests, > but I > do know my way around JDK 1.1.x. > Thanks in advance for any help! > > Joona I Palaste > [EMAIL PROTECTED] > > ___________________________________________________________________________ > 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 ___________________________________________________________________________ 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
