Hello All,

I am totally new to JSP and Servlets. I have developed some
applications/applets in Java which will run on our Intranet. The backend
used is Oracle. Since I used JDBC protion of the code directly into Applet
and the GUI was built with Swing, the applet size is around 600KB. And the
classes12.zip is around 1.5MB. With this, the application startup time
during logon will be too much and any user can't wait that long to get his
initial logon screen.

Now I am thinking of using JSPs. As I understood from the SUN site, we use
pure HTML as front-end  and JSP/JDBC at the backend for the processing. Am I
right? If we do so, will the application execution speed be fast? And let me
know where do I start from. Pls direct me to any website whic h will explain
in detail about building a database application in the Intranet/Internet
environment with JSPs/Servlets.

Thanks in advance,
GK.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to