Hi
I have been trying to locate some information on how I can use the
reusable classes (not beans but close to beans) that was developed for
other project in my new project with Jsp architecture.... I found that
none of the online tutorials nor FAQ's discussed about this point.
I initially thought that this was not possible in JSP as most of the
issues discussed were related to Beans and <Bean> tag's etc...
It took me some time but figured out that if I just wanna use some
service of a reusable set of class rather than some advanced features
like automatic session storage of beans... then it would be best for me
to instantiate an object of my reusable class and use the services
rather than going in for a bean...
<%
DBInterface dbObject = new DBIterface();
dbObject.executeQuery();
. . . . . .
. . . . .
%>
I just thought that adding this as a part of the tutorial or the FAQ
will surely be very useful for most of the beginners...
Please feel free to pass your comments on this and correct me if I
am wrong.
Thanks
Cheers
Rajesh Nagarjunan
Project Lead
IT Solutions, Chennai.
0091-44-8212877
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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