27
2006
There’s a lot to love about Eclipse Web Tools Platform…(with screenshots)
If you haven’t played with Eclipse WTP and you do web development… then today is your day to start. I’ve been using it for about a month now and I’ve gotta say I am totally impressed with it.
The WTP is a set of plugins for Eclipse 3.1 that gives you very neat stuff to make web development that much easier (things like syntax colouring and command completion for HTML, JSP, JSTL, Javascript, CSS). Anyways, here are a few of the things I just love about it…
First off the bat is css tag completion… I always forget these..

And the completion is smart about potential values too..

I’ve been doing a lot of ajax stuff lately with DWR, and the WTP Javascript completion is just great. Does completion for your own functions too..

Next big fave is the JSTL completion. First class.. just love it…

And if that’s not enough to love there’s also a stack of J2EE plugins to do stuff like EJB wizards, Web Services wizards, embeddable app servers and the like…

There are supposed to be ways to upgrade to WTP straight from Eclipse 3.1 Update Manager… but I never got it working… They offer an “all-in-one” download with Eclipse + all the WTP stuff in a single tarball which is what I eventually retreated to. It also motivated me to finally sort out how to install plugins properly so I don’t have to install them again every time I upgrade Eclipse.
Anyways… big fan of WTP.. and the stuff coming in 1.5 looks very cool (including JSF, WS-Security, and EJB3 tool support). Big props to the Eclipse WTP dudes. Great stuff.
3 Comments + Add Comment
Leave a comment
Glen Smith
Archives
- April 2012
- March 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003

An article by Glen





Once you figured out how to install plugins properly did you figure out how to install WTP w/out the all-in-one tarball? I had the same problem and did, like you, just installed the all-in-one, but I’d prefer to install Eclipse and then WTP on top of it.
Strange, the WTP update works fine for me, although admittedly, I’m currently using it with 3.2 rather than 3.1. Seem to remember it working on 3.1 too, though.
Did you get a particular problem?
Eric & Paul, thanks for your feedback.
Eric, the answer is no. Once I learned about handling plugins nicely, I tried a reinstall of base 3.1.2 and then tried setting up WTP into a plugin location. Still no cigar. That’s when I retreated to the all-in-one option.
Paul, the particular error I received was during the install process itself. One of the plugins late in the install just complained about an I/O error and bombed out of update manager. That was on a Win32 box.
On my Mac I managed to use Update Manager to go from 3.1.0 to 3.1.2 and then to WTP and it eventually worked (but I had to use the main eclipse site rather than a mirror for it to work).