| | 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... |

