Hmmm some questions...

Do you merely wish to move some of the app to the
server and talk via a Java applet front end, or do
you wish to have a HTML UI?

You could use a socket/RMI for the first case.
The 2nd would involve a re-write of the user interface.

The ease of either of these depends upon how well the UI
is abstracted from the worker code. Your pain will vary.
Also depending upon the type of your there are
trade offs on the suitability of each method.

Could you give a bit more info on the type of app...?

Joe

Matt Zagni wrote:
> 
> Hi,
> 
> I have been presented with what I think must be a very
> common request.
> 
> Can you convert an Applet to a Servlet ?
> 
> I have just been presented with this task after
> a very large applet application has been created
> that contains quite a number of files. But the
> application now needs to be converted into a
> Servlet based application for security reasons.
> 
> Can any one help ?
> 
> Many thanks
> 
> Matt

-- 
Joe Carter      Software Engineer
Brite Voice Systems Ltd, Gatley, Cheshire. UK.
mailto:[EMAIL PROTECTED]

Reply via email to