Java tools

Status
Not open for further replies.

ray|raven

Think Zen.
Dude, quit making multiple threads over the same topic.
*www.thinkdigit.com/forum/showthread.php?t=81381
Reported.
 

QwertyManiac

Commander in Chief
You need to learn JSP (Java Server Pages) to create dynamic HTML pages using Java.

You'd need Tomcat and Apache installed to run .jsp files locally. (Both are free, and other alternatives are present too.)

A good place to start with it would be here: *www.jsptut.com/ (The tutorial there is simple enough to give you an idea of JSP on the whole.)

Later on you can refer official documentations or purchase books and learn more. :)
 

Desi-Tek.com

In the zone
if ur project is big than better go for jsf or struts

for session user Servlet Filter

for database connectivity use jdbc or to make it database independent use toplink or hibernate
 

Faun

Wahahaha~!
Staff member
JSF and Hibernate is serious stuff, refrain from it unless u really want to delve deeper into

Leasn JSP and Servlets, maintain session by using all JSP pages(no html page)- best book for beginner is "Head First JSP" for beginners, even a noob can enjoy this book

Use Notepad++ if ur project is not hard on time, u can learn new things during the process.

Jakarta Tomcat as web container.

Else use Eclipse IDE.

I have made a Roster Management project last sem using JSP and Servlets and oracle database as backend. Spry as client validation.
 
Status
Not open for further replies.
Top Bottom