jsp help needed :)

Status
Not open for further replies.

santu_29

Journeyman
i need to learn jsp, ejb and xml as i have them in my course this semester. can anyone suggest me a good editor for jsp. i have been using dreamweaver for last 2 years but it seems its not good for jsp. also does anyone know any free jsp webhost where i can test my pages :)
 

whoopy_whale

Journeyman
Get Eclipse...This is the best for everything related to Java programming(including jsp pages)...
Eclipse is an open source platform-independent software framework for delivering what the project calls or is known as "rich-client applications" (as opposed to "thin clients", this means the clients perform heavy-duty work on the host running the application).

So far this framework has typically been used to develop IDEs (Integrated Development Environments), such as the highly-regarded Java IDE called Java Development Toolkit (JDT) and compiler that come as part of Eclipse (and which are also used to develop Eclipse itself). However, it can be used for other types of client application as well, see the popular BitTorrent client Azureus for example.

Eclipse was originally developed by IBM, but is now developed by the Eclipse Foundation, an independent not-for-profit consortium of software industry vendors. Many notable software tool vendors have embraced Eclipse as a future framework for their IDEs, among them Borland and IBM Rational.

*www.softpedia.com/get/Programming/Coding-languages-Compilers/Eclipse.shtml

*www.eclipse.org/downloads/
 
OP
santu_29

santu_29

Journeyman
and what about the book... Mastering JSP or Complete Reference JSP
__________
anyone know any free jsp hosts where i and test my pages? i found lots of free hosts but none for jsp :(
 
Last edited:
Status
Not open for further replies.
Top Bottom