views:

13

answers:

1

Hi

I am just getting started on Java, Struts, Hibernate, Tomcat - based Web App Development on Eclipse.

I have installed Eclipse IDE for Java EE Developers on my Ubuntu system.

Do I need to install any plugins for Syntax Highlighting to work properly - for Forms, Actions, Servlets, Classes, etc.?

Thanks.

A: 

Nope, it should be all included. As long as you include the Struts schema tag on any page that uses any struts tags (s:whatever) it should pick up the syntax automatically.

EMMERICH