| |||||||
Keyword index Eclipse19/08/08Eclipse tip: Templates A quick tip for the Eclipse IDE on how to make Eclipse code for you rather than you code in Eclipse! The mechanism is called templates. While this tip focuses on making constants easy to create, templates are a general concept. Constants were chosen as they are easy to make templates for and are particularly useful when writing test helpers. 16/08/08 How to configure Tomcat 5 and 6 to better deploy war files Tomcat 5, 5.5 and 6 does not handle .war files very well. Here is some of the pain I have been through. 12/08/08 How to configure Tomcat 5 and Eclipse to run Java 5 How to get Tomcat 5.0 and Tomcat 5.5 setup in Eclipse to run How to run javac 1.5 (or beyond) compiler for JSP compilation with generics enabled (and other Java 1.5 only features like autoboxing). | |||||||