wtp « Eclipse « JSP-Servlet Q&A





1. No Jsp Editor with Eclipse Galileo 3.3    stackoverflow.com

I just installed Eclipse Galileo, but have no JSP editor. In file associations, on the Preferences page, *.jsp was not even mentioned. When I added it and went to associate with the ...

2. Any way of working with Eclipse WTP that does not mean redeploying the _WHOLE_ application when a JSP page is changed    stackoverflow.com

I have migrated a Web Application from MyEclipse to Eclipse WTP, and I am now in the middle of the first major upgrade to the code base and web pages after ...

3. Javascript syntax checking within a JSP file not working    stackoverflow.com

I'm using eclipse 3.5 with WTP 3.0 to develop a web app using JSP and Javascript etc. Sometimes I need to embed Javascript code directly into a JSP file eg. to ...

4. Why is the Eclipse JSP editor uncapable of double-click selecting in a reasonable manner?    stackoverflow.com

I'd like to double click 'user' in this string

<h:outputText value="#{req.user}">
and then only "user" should be selected, as it's the only behaviour which makes sense in a Java environment, but (stupid) Eclipse ...

5. Free JSP obfuscator?    stackoverflow.com

I want to report a bug for the Eclipse WTP project which occurs on a JSP of my company's project but I don't want to attach the original jsp due to ...