Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: web application using swing and servlet


Message #1 by "James Boser" <jamesboser@h...> on Sun, 26 Aug 2001 02:55:32 +0000
Hi friends,
I have a short web application to finish. The application is:
Create JTree on the GUI and similar component on the web. The GUI screen 
created using JTree is front-end, and a similar component on the web is 
back-end. The list on the tree should read from an array, and the 
information in the array is read from the database.
I think I may use servlet and JDBC to connect to database. But How to 
connect the GUI screen at front-end with the component of back-end?
I'm not sure Servlet can call JTree GUI screen or not?
Please give a help, welcome to any ideas. Thank for your help.

James




  Return to Index