Maxime Poulin wrote:
---- snipped ------
>
> 1 - Is it realistic to build the applet in JDK 2v3 ? I mean, we will start
> working on it in March, so will JDK 2v3 be ready by then to be used for
> commercial apps ? Will the plug-In be ready ?

We are using the JDK 1.3 beta plugin on Windows right now. However we
are having networking problems. When we load the applet inititally, the
applet takes very lonnnnnnng time to load. For some time there is no
activity at all. Then after about 1 min or so the applet STARTS! We have
tried to install WinSock 2.0 on Windows to solve this problem. This
problem seems to be solved thru but not very consistent in all the
machines.
Second problem we have is that the session-ID is not being passed by the
applet to the servlet. Again the behaviour is inconsistent. It works
sometime.

> 2 - Does anybody have experienced problems using JDK 2 v3 for printing ?

No experience


> 3 - What would be the best way to send info to the servlets and then return,
> from the servlets, the ResultSet (JDBC) objects that will contain the data ?
> I do not want to use serialization since the servlets will be in jdk 1.1 and
> the applet in JDK 1.3.

We build the data and definitions required thru DOM, serialize it as XML
and transport it as a applet parameter. The applet gets the parameter as
a String rebuilds the DOM form the XML string on the client side and
uses Swing components to display, edit etc.


==--==--==--==--==--==--==--==--==--==--==--==--==--==
S.Ramaswamy
Matrix Infotech Syndicate
D-7, Poorti, Vikaspuri, New Delhi, 110018, India
PHONE:    +91-11-5610050,   FAX: +91-11-5535103
WEB         http://MatrixInfotech.HyperMart.Net
==--==--==--==--==--==--==--==--==--==--==--==--==--==

___________________________________________________________________________
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