Greetings Everyone, I'm a newbie to this list and have been programming with Java for about 3 months. A lot of cool things you can do with Java!!! Anyway one of the things I want to try with a servlet is to instantiate a JFrame with in my servlet so it can serve as a GUI interface and connect to an Oracle database. Sort of like embedding the applet inside the servlet. The reason is that I want to execute the GUI on the server side so it utilizes that JVM. In that sense everything is centralized and will not have to deal with any configuration issues. I've had alot of problems with applets and thought this might be a viable soulution. I have been able to create and run a serlvet that pops up a GUI using Oracles JDeveloper but when I try to run it under Java Web Server it fails. Any thoughts? ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ___________________________________________________________________________ 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
