This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
hi i am new with JSP,please suggest a small project for me to start with and books for ref:. and what are the packages that will import by default on a jsp page.
Hrvoje Canzek
Greenhorn
Joined: Sep 18, 2002
Posts: 16
posted
0
here is the bible: Core Servlerts and JavaServer Pages (with example code) Regards Hrvoje Canzek
Winston Smith
Ranch Hand
Joined: Jun 06, 2003
Posts: 136
posted
0
Sun's site is also indispensible. Go to Sun's java site and find their JSP tutorial. Also, you'll a web-server which will support JSP. If you don't have one, try Tomcat -- it's a breeze to install and works like a charm. You can find it at . http://jakarta.apacha.org/tomcat. And of course, the Java Ranch has been great in getting me started! Good Luck, WS
for (int i = today; i < endOfTime; i++) { code(); }
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.