You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Frans Thamura <fr...@meruvian.org> on 2011/05/27 14:34:05 UTC

Struts2 Plugins inside IoC

hi all

i found that springmvc register all their bean in the appcontex.xml

any reason, why struts2 better rather using this method

thx

F

RE: Struts2 Plugins inside IoC

Posted by Ilya Kazakevich <Il...@JetBrains.com>.
Use struts2-spring plugin to configure actions as spring beans.
I use it and it is very cool:

Instead of 
<action class="com.example.Class"  
You write: 
<action class="beanId"




Ilya Kazakevich,
Developer
JetBrains Inc
http://www.jetbrains.com
"Develop with pleasure!"

-----Original Message-----
From: Mohamed SIDI [mailto:mhm.sidi@gmail.com] 
Sent: Friday, May 27, 2011 4:45 PM
To: Struts Users Mailing List
Subject: Re: Struts2 Plugins inside IoC

Can you be more clear about what you like to understand

2011/5/27 Frans Thamura <fr...@meruvian.org>

> hi all
>
> i found that springmvc register all their bean in the appcontex.xml
>
> any reason, why struts2 better rather using this method
>
> thx
>
> F
>



-- 


Cordialement

Mohamed


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


Re: Struts2 Plugins inside IoC

Posted by Mohamed SIDI <mh...@gmail.com>.
Can you be more clear about what you like to understand

2011/5/27 Frans Thamura <fr...@meruvian.org>

> hi all
>
> i found that springmvc register all their bean in the appcontex.xml
>
> any reason, why struts2 better rather using this method
>
> thx
>
> F
>



-- 


Cordialement

Mohamed

Re: Struts2 Plugins inside IoC

Posted by Jeff Black <je...@yahoo.com>.
Hi Frans.  
 
I found your question a little vague.  Would you mind adding some more detail?
 
jb
/
 

From: Frans Thamura <fr...@meruvian.org>
To: Struts Users Mailing List <us...@struts.apache.org>
Sent: Friday, May 27, 2011 7:34 AM
Subject: Struts2 Plugins inside IoC

hi all

i found that springmvc register all their bean in the appcontex.xml

any reason, why struts2 better rather using this method

thx

F