Re: [appfuse-user] starting with Appfuse 2 from scratch

2010-11-09 Thread Vanessa Pacheco
Thnx Matt. Sorry for the late reply. I've had to take a few sick days and hence haven't had a chance to try this yet. I will try it out and let you know the outcome Vanessa - Original Message - From: "Matt Raible" To: [email protected] Sent: Friday, November 5, 2010 12:46:42 P

Re: [appfuse-user] hibernate substitue

2010-11-09 Thread Mark Rosenthal
You might go through the iBatis tutorial, which walks you through the process of replacing Hibernate with iBatis, and see if it makes sense to use your home-rolled persistence layer. http://appfuse.org/display/APF/Using+iBATIS On 11/09/2010 07:44 AM, Vanessa Pacheco wrote: Hi everyone, I hav

[appfuse-user] hibernate substitue

2010-11-09 Thread Vanessa Pacheco
Hi everyone, I have a quick question. At our company we have our own little database mapping writte. Can I use that instead of hibernate? What changes would I need to make to my appfuse application for it? Thnx Vanessa - To un

[appfuse-user] Integrating Spring Social with Appfuse

2010-11-09 Thread sridhar vennela
Hi , I am trying to integrate Spring Social with appfuse. having issue with spring security. Can someone give some ideas or pointers, how to integrate with spring secuirty? following are the links http://static.springsource.org/spring-security/oauth/tutorial.html http://git.springsource.org/sprin

Re: [appfuse-user] Integrating Spring Social with Appfuse

2010-11-09 Thread Matt Raible
What errors are you seeing? On Nov 9, 2010, at 3:08 PM, sridhar vennela wrote: > Hi , > > I am trying to integrate Spring Social with appfuse. having issue with spring > security. Can someone give some ideas or pointers, how to integrate with > spring secuirty? > > following are the links >

Re: [appfuse-user] Integrating Spring Social with Appfuse

2010-11-09 Thread sridhar vennela
Hi , I am not able to come with desing that can be integrated with spring security. when it redirects, how to handle it spring? thanks, SRidhar On Tue, Nov 9, 2010 at 2:11 PM, Matt Raible wrote: > What errors are you seeing? > > On Nov 9, 2010, at 3:08 PM, sridhar vennela wrote: > > Hi , >

Re: [appfuse-user] Integrating Spring Social with Appfuse

2010-11-09 Thread Matt Raible
This article (and its comments) might help: http://www.infoq.com/news/2010/11/spring-social-integration On Nov 9, 2010, at 3:39 PM, sridhar vennela wrote: > Hi , > > I am not able to come with desing that can be integrated with spring > security. when it redirects, how to handle it spring? >

[appfuse-user] appfuse hidden id

2010-11-09 Thread Cody Zhang
Hi,Matt I want hidden "prj_id",But action class request.getParameter("prj_id") always is null. In action :request.getParameter("prj_id") how to do it? example: Best Regards, --Cody.Zhang

[appfuse-user] Re: appfuse hidden id

2010-11-09 Thread Cody Zhang
Hi,All jsp: Best Regards, --Cody.Zhang 在 2010年11月10日 下午3:38,Cody Zhang 写道: > Hi,Matt > I want hidden "prj_id",But action class request.getParameter("prj_id") > always is null. > In action :request.getParameter("prj_id") > ho