> Does this mean you have to use struts?
i don't say you have to use stuts.. but it is its added feature.. easy debugging.. codes genereated are clear enough to be read and debug.. hav a UI so you can easily see you mappings
> I tried studion creator which uses JSF, it was
> terrible, really buggy, if you got a problem within
> the code produced it was very difficult to de-bug. I
> would steer clear of drag and drop tools unless they
> are mature / known to be robust.
I say its JDeveloper not Studio Creator..
Hi,
I have Eclipse SDK, version: 3.2.0. The editor for JSP is included natively in Eclipse(you don't have to install any plug-in). To activate the editor you have to create a new file (Create -> File) with extension .JSP (like myFirstPage.jsp), and Eclipse opens the editor. There is a color syntax support, autocompletion. And maybe a lot of other useful things (I've just strarted to develop JSP...).