Hi everyone, We running Appfuse w/Tapestry on WebLogic. Our Build-Test-Deploy cycle is KILLING us. The build isn't so bad, but the wldeploy ant task - the deploying of the war - takes ages, and once it's deployed, the first page view takes ages also.
Maybe this is a stupid question and we're missing something totally obvious, but are there any tips to speeding up the deploy & first compile? We can't use Tomcat instead, so we are going to try WebLogic Express for development and see if it's faster. We can also speed things up if we only change DAO & Service by using unit testing only with no deploy, but right now it's mostly front-end Tapestry stuff we're doing.. so it requires an actual page view to text ajax, etc. Thanks!