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.
The moose likes IDEs, Version Control and other tools and the fly likes eclipse and JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "eclipse and JSP" Watch "eclipse and JSP" New topic
Author

eclipse and JSP

Amit Sharma
Ranch Hand

Joined: Nov 22, 2005
Posts: 87
Hi
I have downloaded eclipse 3.2 and want to develope some JSP in it. is it possible. because while i am reading its help i couldnot find jsp development help. so please help me what to do. i am new to eclipse and have completed HFSJ(Head First Servlets and JSP). i have theoritical knowledge of JSP and Servlets. but want to make some JSP projects. so how can i do that using eclipse.

Thanks and regards
Amit


Amit Sharma SCJP 1.4, SCWCD 5, OCUP-100(UML)
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

Eclipse in its most banal, downloaded form, is simply an awesome Java editor, capable of allowing you to create, compile and debug Java code written against the JDK.

Unfortunately, the JDK only included the basic Java packages, like java.util, java.lang, java.awt and java.swing. To develop Servlets and JSPs and EJBs, you need some form of J2EE tooling, or at least for you, a Servlet/JSP tooling.

IBM's Rational Application Developer is Eclipse with all sorts of J2EE tooling added in for you. Of course, it comes with a price tag.

Browse around eclipse.org, and you'll be able to find some 'plugins' that should allow you to do JSP and Servlet development. I've seen http://www.myeclipseide.com/ provide a bunch of plugins for eclipse at a pretty cheap price - cheaper than IRAD.

But, out of the gates, Eclipse won't allow you to do JSP and Servlet development. Sorry.

-Cameron


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56194
    
  13

Moved to the IDEs forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Arun Kumar
Ranch Hand

Joined: Jan 21, 2005
Posts: 127

With Eclipse 3.2 you can work with jsp and servlet and even ejb just create an EAR project (you can find EAR project under j2ee section)and create a web module thats it
Arun Kumar
Ranch Hand

Joined: Jan 21, 2005
Posts: 127

sorry forgot to add you have to down load WTP (web tool platform) with eclipse 3.2 its absolutely free

you can download it separately or you can have it bundled with Eclipse3.2
Amit Sharma
Ranch Hand

Joined: Nov 22, 2005
Posts: 87
Hi

i have downloaded eclipse from following link. is it enough to develop the j2ee application. while i have tomcat already on my machine.

Amit

http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops/R1.5/R-1.5.0-200606281455/wtp-all-in-one-sdk-R-1.5.0-200606281455-win32.zip
Amit Sharma
Ranch Hand

Joined: Nov 22, 2005
Posts: 87
Please tell me is this enough for developing JSP
Jared Cope
Ranch Hand

Joined: Aug 18, 2004
Posts: 243
Hi,

I have setup eclipse with a tomcat plugin as described by this link:

http://www-128.ibm.com/developerworks/library/os-ectom/

It works very well for me. I also had a free jsp editor that I found on the web. I can't remember exactly what it was called but if you google "eclipse jsp plugin" you should be able to find something okay.

Cheers, Jared.


SCJP 1.4 91%, SCJP 1.5 88%, SCJD B&S
 
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.
 
subject: eclipse and JSP
 
Similar Threads
How does one debug servlets and business classes in Eclipse
Plugins in Eclipse Doubts
A big JavaRanch welcome
Help
JSP Newbie needs help getting a clue!