[appfuse-user] FMT messages in Facelets

2008-11-04 Thread m4rkuz
Hi everyone, I'm trying to change to facelets before is too late, I have an already started project using JSP but it is a nightmare for what I want, so I'm trying to change to facelets, but I've encounter a nasty problem, I have to change all of my fmt: tags to something like messages['key.key'] a

[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] How to develop appfuse without application sample

2008-09-09 Thread m4rkuz
take a look to the StartupListener java class, there is something like : LookupManager mgr = (LookupManager) ctx.getBean("lookupManager"); Maybe that's the problem... : On Tue, Sep 9, 2008 at 7:30 PM, ahmad M <[EMAIL PROTECTED]> wrote: > > hi, > > i have developed my tapestry webapp with appfu

Re: [appfuse-user] How obtain logged user?

2008-09-09 Thread m4rkuz
AppFuse uses Spring Security (Aka Acegi) So the code below should work... * UsernamePasswordAuthenticationToken auth = (UsernamePasswordAuthenticationToken) SecurityContextHolder.getContext().getAuthentication(); WebAuthenticationDetails details = (WebAuthe

[appfuse-user] Create an JSF-Security-Spring-IBATIS or JDBC Archetype in AppFuse 2

2008-08-30 Thread m4rkuz
Hi Every One.. Proudly I can say that after sometime of reading and evaluating AppFuse I finally Undrestand it ..!! jeje well, my question is simple and I wouldn't do it if I haven't find it for a good time.. I'm Just guessing how can I build an AppFuse 2. project that uses JSF-Spring Security(o