Re: Struts 2 and Spring 3??

2010-05-25 Thread RogerV



Hantsy Bai-2 wrote:
 
 于 2010/5/22 0:29, Burton Rhodes 写道:
 I think I saw a message a while back that commented about using Spring
 3 (and Spring Security 3) with Struts 2.1.8 framework.  Is this
 possible? If so, how?
 

Currently using Spring Plugin 2.1.8 with Spring Security 3 without problems.

Regards
-- 
View this message in context: 
http://old.nabble.com/Struts-2-and-Spring-3---tp28636242p28664920.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts 2 and Spring 3??

2010-05-24 Thread Burton Rhodes
Hantsy -
It appears that AppFuse 2.1 uses Spring 2.5.6 and Spring Security
2.0.4 (as far as I can tell from the pom file).  Not sure this is a
fit.

Robert -
Are you using the Struts-Spring-Plugin as well?  Currently I am using
Struts 2.1.8 with Spring-Plug-in for injection (Spring 2.5.6).  I want
to add Spring Security instead of my home-grown methods, but would
really like to use Spring Sec 3.0.4.  In order to use Spring Sec 3, I
need to use Spring 3.x (Core) as well.  As far as I am aware, Spring
3.x will not work with the Struts-Spring-Plugin 2.1.8.  Hence my
delima.

Anyone able to get full Spring 3 integration to work or do I just need
to wait for a future Struts-Spring-Plugin to be written?

On Fri, May 21, 2010 at 11:39 AM, Robert Taylor rtay...@dtgresults.com wrote:
 I'm using Struts2 and Spring Security 3 on a project.
 I used the following links to get me going:

 http://static.springsource.org/spring-security/site/docs/3.0.x/reference/springsecurity.html

 http://java.dzone.com/tips/pathway-acegi-spring-security-

 It's much simplier than the old ACEGI configurations.

 /robert

 - Original Message - From: Burton Rhodes burtonrho...@gmail.com
 To: Struts Mailing List user@struts.apache.org
 Sent: Friday, May 21, 2010 12:29 PM
 Subject: Struts 2 and Spring 3??


 I think I saw a message a while back that commented about using Spring
 3 (and Spring Security 3) with Struts 2.1.8 framework.  Is this
 possible? If so, how?

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org



 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org



-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts 2 and Spring 3??

2010-05-24 Thread Burton Rhodes
Musachy -

I see your name all over that Struts-Spring plugin!  What will it take
to get a Struts-Spring 3.x plug-in out of you?  6-pack of beer?  :)

Serously though - any plans Spring 3.0 integration for Struts soon?

On Mon, May 24, 2010 at 2:22 PM, Burton Rhodes burtonrho...@gmail.com wrote:
 Hantsy -
 It appears that AppFuse 2.1 uses Spring 2.5.6 and Spring Security
 2.0.4 (as far as I can tell from the pom file).  Not sure this is a
 fit.

 Robert -
 Are you using the Struts-Spring-Plugin as well?  Currently I am using
 Struts 2.1.8 with Spring-Plug-in for injection (Spring 2.5.6).  I want
 to add Spring Security instead of my home-grown methods, but would
 really like to use Spring Sec 3.0.4.  In order to use Spring Sec 3, I
 need to use Spring 3.x (Core) as well.  As far as I am aware, Spring
 3.x will not work with the Struts-Spring-Plugin 2.1.8.  Hence my
 delima.

 Anyone able to get full Spring 3 integration to work or do I just need
 to wait for a future Struts-Spring-Plugin to be written?

 On Fri, May 21, 2010 at 11:39 AM, Robert Taylor rtay...@dtgresults.com 
 wrote:
 I'm using Struts2 and Spring Security 3 on a project.
 I used the following links to get me going:

 http://static.springsource.org/spring-security/site/docs/3.0.x/reference/springsecurity.html

 http://java.dzone.com/tips/pathway-acegi-spring-security-

 It's much simplier than the old ACEGI configurations.

 /robert

 - Original Message - From: Burton Rhodes burtonrho...@gmail.com
 To: Struts Mailing List user@struts.apache.org
 Sent: Friday, May 21, 2010 12:29 PM
 Subject: Struts 2 and Spring 3??


 I think I saw a message a while back that commented about using Spring
 3 (and Spring Security 3) with Struts 2.1.8 framework.  Is this
 possible? If so, how?

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org



 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org




-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts 2 and Spring 3??

2010-05-24 Thread Robert Taylor

Currently I'm using the struts2-spring-plugin-2.1.8.1.jar
spring-security-x-3.0.2.RELEASE.jars
org.springframework.x-3.0.1.RELEASE-A.jars

This seems to work for me for integrating Spring Security(3.x) with Struts2 
using Spring 3.x core files.


/robert


- Original Message - 
From: Burton Rhodes burtonrho...@gmail.com
To: Struts Users Mailing List user@struts.apache.org; Robert Taylor 
rtay...@dtgresults.com

Sent: Monday, May 24, 2010 3:22 PM
Subject: Re: Struts 2 and Spring 3??


Hantsy -
It appears that AppFuse 2.1 uses Spring 2.5.6 and Spring Security
2.0.4 (as far as I can tell from the pom file).  Not sure this is a
fit.

Robert -
Are you using the Struts-Spring-Plugin as well?  Currently I am using
Struts 2.1.8 with Spring-Plug-in for injection (Spring 2.5.6).  I want
to add Spring Security instead of my home-grown methods, but would
really like to use Spring Sec 3.0.4.  In order to use Spring Sec 3, I
need to use Spring 3.x (Core) as well.  As far as I am aware, Spring
3.x will not work with the Struts-Spring-Plugin 2.1.8.  Hence my
delima.

Anyone able to get full Spring 3 integration to work or do I just need
to wait for a future Struts-Spring-Plugin to be written?

On Fri, May 21, 2010 at 11:39 AM, Robert Taylor rtay...@dtgresults.com 
wrote:

I'm using Struts2 and Spring Security 3 on a project.
I used the following links to get me going:

http://static.springsource.org/spring-security/site/docs/3.0.x/reference/springsecurity.html

http://java.dzone.com/tips/pathway-acegi-spring-security-

It's much simplier than the old ACEGI configurations.

/robert

- Original Message - From: Burton Rhodes 
burtonrho...@gmail.com

To: Struts Mailing List user@struts.apache.org
Sent: Friday, May 21, 2010 12:29 PM
Subject: Struts 2 and Spring 3??



I think I saw a message a while back that commented about using Spring
3 (and Spring Security 3) with Struts 2.1.8 framework. Is this
possible? If so, how?

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org




-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org





-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Struts 2 and Spring 3??

2010-05-21 Thread Burton Rhodes
I think I saw a message a while back that commented about using Spring
3 (and Spring Security 3) with Struts 2.1.8 framework.  Is this
possible? If so, how?

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts 2 and Spring 3??

2010-05-21 Thread Hantsy Bai

于 2010/5/22 0:29, Burton Rhodes 写道:

I think I saw a message a while back that commented about using Spring
3 (and Spring Security 3) with Struts 2.1.8 framework.  Is this
possible? If so, how?

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

   
Try appfuse 2.1(currently not release) please, you can use it create 
such a project quickly.

http://www.appfuse.org



-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Struts 2 and Spring 3??

2010-05-21 Thread Robert Taylor

I'm using Struts2 and Spring Security 3 on a project.
I used the following links to get me going:

http://static.springsource.org/spring-security/site/docs/3.0.x/reference/springsecurity.html

http://java.dzone.com/tips/pathway-acegi-spring-security-

It's much simplier than the old ACEGI configurations.

/robert

- Original Message - 
From: Burton Rhodes burtonrho...@gmail.com

To: Struts Mailing List user@struts.apache.org
Sent: Friday, May 21, 2010 12:29 PM
Subject: Struts 2 and Spring 3??



I think I saw a message a while back that commented about using Spring
3 (and Spring Security 3) with Struts 2.1.8 framework.  Is this
possible? If so, how?

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org




-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org