vitrus 0 Report post Posted October 15, 2005 Hi all, I just started working with JSP and never really used basic servlets before.my problem is currently how to deploy a simple webapp? Some people include servlets, others use beans, (or taglib which looks kind of the same to me).I started with compiling java classes and including them (which did work, untill some point where I started working with sessions and stuff...)..Whats best to use? and when? Is it okay to use em all together? And does anyone has a good referencce... Share this post Link to post Share on other sites
dul 0 Report post Posted October 19, 2005 Hi,I think use the classes. That is best part of any Language to coding. Share this post Link to post Share on other sites
vitrus 0 Report post Posted October 20, 2005 Well classes are the best way yes indeed...But using beans is just a special way of initiating your class....And a servlet is a class that extends a certain deffault class....So beans and servlets .. are classes and I still do not know what is best...(simply using classes without extending anything is quite hard when you start working with sessions and stuff)... Share this post Link to post Share on other sites