Re: [appfuse-user] [ANN] tapestry5 + appfuse

2008-09-27 Thread Eric Ma
I am studying the code. Can you tell me where the checkboxselect component in UserEdit.tml comes from? I could not find it in the T5 core or commons lib. Thanks, Eric SergeEby wrote: > > Hi, > > I've just released an early version of the tapestry5-appfuse project. > It is still alpha and i

Re: [appfuse-user] Making Java Daemons in App Fuse App

2008-09-27 Thread Rob Hills
Hi All, Michael Duergner wrote: > > Maybe have a look at Spring's periodic jobs. That might be what you're > looking for. > > http://static.springframework.org/spring/docs/2.5.x/reference/scheduling.html > > On Sat, Sep 27, 2008 at 10:55 PM, m4rkuz <[EMAIL PROTECTED]> wrote: > >> * how can I

Re: [appfuse-user] Making Java Daemons in App Fuse App

2008-09-27 Thread Michael Duergner
Maybe have a look at Spring's periodic jobs. That might be what you're looking for. http://static.springframework.org/spring/docs/2.5.x/reference/scheduling.html On Sat, Sep 27, 2008 at 10:55 PM, m4rkuz <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > I think this question is maybe not entirely a

Re: [appfuse-user] Performance Issue

2008-09-27 Thread Michael Duergner
Well I think based upon what you wrote there is no chance to tell where exactly the problem is. It might be the tomcat server. When this is the case setting up another one and doing load balancing could solve the problem. It might be the application design itself, i.e. bad routines, no caching, s

[appfuse-user] Making Java Daemons in App Fuse App

2008-09-27 Thread m4rkuz
Hi Everyone, I think this question is maybe not entirely app fuse related, but is needed at a app fuse based web app, the plain question would be: * how can I manage to build a java demon like java process to run on tomcat and glassfish enviroments?* and the app fuse concern would be to ask if a

Re: [appfuse-user] Error in eclipse: Cannot find the tag library descriptor for "/WEB-INF/appfuse.tld"

2008-09-27 Thread Pablo Alcaraz
I solved copying from appfuse.tld the url http://www.appfuse.org/tags/spring and pasting it in the taglibs.jsp file, replacing the previous version. weird! Pablo Pablo Alcaraz escribió: Hello, I get this error in eclipse: Cannot find the tag library descriptor for "http://

[appfuse-user] Error in eclipse: Cannot find the tag library descriptor for "/WEB-INF/appfuse.tld"

2008-09-27 Thread Pablo Alcaraz
Hello, I get this error in eclipse: Cannot find the tag library descriptor for "http://www.appfuse.org/tags/spring"; I tried to replace it for this path "/WEB-INF/appfuse.tld", but I get this error: Cannot find the tag library descriptor for "/WEB-INF/appfuse.tld" Besides of that, the app