On 25/06/2010 10:22 AM, Wayne Fay wrote:
Copying webapp
resources[C:\Users\7yw\netbeans_workspace\BioKDF\src\main\webapp]
Webapp assembled in[75025 msecs]
Reduce the amount of code being processed,
or increase cpu speed,
or increase i/o speed (ramdisk or ssd).

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


We broke the dependencies into families and built stable jar files that are deployed into the shared library of Tomcat so that they built once for each new version and are included as "provided" dependencies in our war files so that the war files only contain code that we wrote.

We also are moving to SAO with much of the Controller functionality built into web services smaller servlets that make the application much more robust and less complex.

Ron


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to