Re: [appfuse-user] DWR With Struts 2

2008-11-24 Thread Mauriff
Any idea? Mauriff wrote: > > Hi, > I want use DWR for call method in actions class from Struts 2. It's > that possible? > I tried to add this declaration in dwr.xml > > > > > > match="org

Re: [appfuse-user] Invoke a Webservice.

2008-09-23 Thread Mauriff
Any ideas? Mauriff wrote: > > Hi, I want invoke a webservice, I'm using the next code: > UserService userService = (UserService) new XFireProxyFactory().create( > new ObjectServiceFactory().create(UserService.class), > "http:

[appfuse-user] Re[appfuse-user] direct to page after login

2008-09-16 Thread Mauriff
Hello, I need know how redirect to page after to login. I read about Acegi but the redirection it's set in applicationContext.xml with the bean authenticationProcessingFilter and her property defaultTargetUrl. How I should set this redirection in AppFuse? Regards! -- View this message in conte

Re: [appfuse-user] Using Stored Procedures.

2008-09-16 Thread Mauriff
tive queries in Java Persistence API -Options 1 and 2 locks into the provider whereas -Option 3 is a persistence provider agnostic way" How I can integrate Appfuse 2.x with Stored Procedures? Mauriff wrote: > > Hi, I want use stored procedure in PL/SQL in my application. &g