----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Actually Swing library contains not only visual objects. There are quite a
lot useful "internal" classes you can use inside servlets.
For example we are using javax.swing.tree.DefaultTreeModel to generate tree
in memory and then display it in HTML with our
class that has interface similar to javax.swing.JTree class.
Thanks,
Konstantin Novoselov
-----Original Message-----
From: Stephen Adkins [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 03, 2000 3:15 PM
To: Java Apache Users
Subject: Re: Better Apache Http Server and JServ Version
[skip...]
Swing runs on the client (i.e. browser), not on the web server.
Because they are completely different, you can be confident they
are compatible, but JServ does nothing special to support servlets.
JServ runs servlets which return content (i.e. HTML) to browsers.
That content may include applets (<applet>...</applet>), causing
the browser to download Java classes which use Swing components.
There! It's supported!
Stephen
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]