Is it possible to use both JSPs and Servlets in developing a single application? Call Servlets from JSPs? I am fairly new to server-side programming and I was looking for tutorials on this subject but have been unsuccessful so far. Can anyone help? Thanks.
After learning you can use MVC framework like Struts to make life easier.
Arun Sahni<br />SCJP2,SWCD,<br />BEA Certified Specialist: Server <br />JCert Enterprise Developer for BEA.
Sunny Raj
Greenhorn
Joined: Apr 23, 2002
Posts: 6
posted
0
Thanks for all the information. So far, it is only in the "Core Servlets..." book by Marty Hall that I noticed a chapter on "Integrating JSPs and Servlets". While I am waiting to get this book, can someone give me a quick example of how a Servlet can be called from a JSP? I know how to call beans and XML parsing and SAX etc. Thanks.