• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

eclipse and JSP

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moved to the IDEs forum.
 
Ranch Hand
Posts: 136
Eclipse IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 136
Eclipse IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please tell me is this enough for developing JSP
 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
my overalls have superpowers - they repel people who think fashion is important. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic