[appfuse-user] How to handle a Action in Form which takes a long time?

2006-12-02 Thread John Allerdyce
Hi, Can someone please advice me how handle a Action in Form which takes a long time? In appfuse, a user submits and a function in the backing bean is invoked. And the user will see the result page after that function is returned. My question is what if that function takes a long time to complet

[appfuse-user] Database connection failure

2006-11-30 Thread John Allerdyce
Hi, In Appfuse, when the database connection fail to establish, the whole webapp will fail to initialize. And when user hits http://localhost:8080/testapp/index.jsp, he will get an Tomcat error page. Can I change it so that AppFuse will still come up despite DB connection fail to establish? And

Re: [appfuse-user] Building appfuse application

2006-11-30 Thread John Allerdyce
ow) for "build.xml". Matt On 11/29/06, John Allerdyce <[EMAIL PROTECTED]> wrote: > Thanks, can you please tell me where can I find the new file, should I check > the branch? trunk? tags? > > > > On 11/29/06, Matt Raible < [EMAIL PROTECTED]> wrote: > &

Re: [appfuse-user] Building appfuse application

2006-11-29 Thread John Allerdyce
at tasks in it. I'm on a slow connection or I'd send you a link to the diff. You should be able to find it at: http://fisheye4.cenqua.com/browse/appfuse Matt On 11/29/06, John Allerdyce <[EMAIL PROTECTED]> wrote: > Hi, > > My understanding is I need tomcat to run appfus

[appfuse-user] Building appfuse application

2006-11-29 Thread John Allerdyce
Hi, My understanding is I need tomcat to run appfuse. But do I need tomcat install on my build machine in order to build appfuse application (not appfuse itself)? Thank you.