Reducing JSP Testing Time

2003-12-28 Thread fredatwork
Hello, I’ve been using Struts for a little one now. My views consist of traditional JSP code. Note: My question is about the web page development cycle and relates to JSP rather than Struts itself. Since lots of you guys are coding JSP, I’m still wanna raise the issue described below in this

Re: Reducing JSP Testing Time

2003-12-28 Thread Vic Cekvenich
[EMAIL PROTECTED] wrote: Do you have any recommendation for reducing this testing time for Web pages that include JSP tags ? Im using Eclipse for coding JSPs (I mean here HTML pages that include JSP tags, no tag libraries). In order to test the visual aspects of my JSPs, I then build a war

Re: Reducing JSP Testing Time

2003-12-28 Thread Nadeem Bitar
You can improve greatly the development/testing cycle by doing the following: 1. Use ant for your build. 2. Precompile your jsp before viewing them. 3. Develop inside an unpacked war. 4. Use xdoclet 5. Use testing tools such as http://maxq.tigris.org, and testing frameworks such as