View Full Version : Java tools
Itz_Me!!!
29-02-2008, 02:23 PM
What tool could be used for making webpages in Java?
ray|raven
29-02-2008, 02:25 PM
Dude, quit making multiple threads over the same topic.
http://www.thinkdigit.com/forum/showthread.php?t=81381
Reported.
Itz_Me!!!
29-02-2008, 02:56 PM
Oh sorry i forgot to delete it from the Softwares section.
QwertyManiac
29-02-2008, 04:50 PM
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: http://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
10-03-2008, 11:00 AM
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
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.
ray|raven
10-03-2008, 03:32 PM
^+1 . Head First Series Rocks.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.