Re: Struts2 authentication, validation, and roles

2012-10-02 Thread Lukasz Lenart
2012/10/3 Ken McWilliams : > Asking for the consideration of a struts2 feature enhancement. > > The roles interceptor depends on container based security, it is a bit > of a pain to set up and portability is complicated by needing to cover > more documentation steps (how to secure your application

Struts2 authentication, validation, and roles

2012-10-02 Thread Ken McWilliams
Asking for the consideration of a struts2 feature enhancement. The roles interceptor depends on container based security, it is a bit of a pain to set up and portability is complicated by needing to cover more documentation steps (how to secure your application on Glassfish, Weblogic, Tomcat...).

Re: using annotations with struts 2 in jboss not finding actions

2012-10-02 Thread Lukasz Lenart
2012/10/1 jdtommy : > Yes. Struts 2 Nice :-) But could you be more precise ? http://struts.apache.org/downloads.html http://struts.apache.org/downloads.html#PriorReleases Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: How to get instance of the given dependency using Container

2012-10-02 Thread Lukasz Lenart
2012/10/1 Aum Strut : > I am still confused the way Struts2 internal DI and container.getInstance() > working > since i have this inside my class > > private Class provider; > public void setProvider( Class provider) > { > this.provider = provider; > } > > So if at run time i want t

Re: Bean scope type in Struts2 plugin

2012-10-02 Thread Lukasz Lenart
2012/10/1 Aum Strut : > Hi All, > > i am having a small doubt regarding bean creation in struts2,while going > through some of the plugin i saw following code > > inside the Interceeptor > > @Inject > public void setMyManager(MyManager myManager) { > this.MyManager = myManager; > }