• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Eclipse Plugin For JSP

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

In my previous company i used JDeveloper for application development which is very good IDE I came across. But Now I have to use Eclipse for developing the application. I have only Sysdeo plugin for developing WeApplication. I am facing problem in developing the JSPs in Eclipse as there is no code hilighting, completion, validation etc. Is there any Plugin or tool to integrate with Eclipse u know, please let me know where can i get.

Thanks in advance.

Prasad.
 
Ranch Hand
Posts: 724
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is one directly on eclipse.org, it's called WebTools or J2EE tools.
(wtp-sdk-1.0M8)
 
Ranch Hand
Posts: 1090
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try NitroX from M7. Just today I installed it and it seems to be great and its free. I mean their JSP one is free.
[ October 20, 2005: Message edited by: Anupam Sinha ]
 
Sheriff
Posts: 67706
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.
 
Anupam Sinha
Ranch Hand
Posts: 1090
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just an update the M7 NitroX isn't that great as well. After installing it eclipse may become a lot slow. Specially with JSP debugging turned on in NitroX. I am about to try Web Tools Platform (WTP) project for eclipse. Also tried trying lombox but it just wouldn't install. Read around a couple of pages on how to install still couldn't install. If anyone has anyother plugin please tell. It would be great if its free.
[ November 10, 2005: Message edited by: Anupam Sinha ]
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai,

same thing happened for me also.
Lomboz did not worked after installing.
I am also trying for web Tools Platform (WTP) especially for JSP Debugging.
Any ideas on how does this work for JSPs.
if anybody tried this, please let me know what are all needed to get it started.

Thanks in advance.
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried to install WTP but it could not work. Well, new project does not have anything new to enable me to create a web app and my jsps still does not have syntax colouring.

I made sure I have the prerequisites as stated in :
http://download.eclipse.org/webtools/downloads/drops/S-1.0M8-200509230840/
-emf-sdo-xsd-SDK-2.1.0.zip
-GEF-SDK-3.1.zip
-JEM-SDK-1.1.zip

and I downloaded the zip file :
wtp-1.0M8.zip

and extracted it...into the "plugins" and "features" dir respectively.

But I did not work. Can anyone tell me why ? or how to install ?
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If WTP doesn't work out for you give MyEclipse Enterprise Workbench a look. MyEclipse is the most popular low cost J2EE IDE for Eclipse and goes well beyond what is available from the WTP with many RAD features for JSP, JSF, Struts, DB and UML development. The upcoming 4.1 release will introduce an all new AJAX feature-set and more advanced Hibernate and Spring features for Eclipse.

www.myeclipseide.com

Wayne
MyEclipse Developer Team
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic