Re: Application, Session, Request - Struts2 related ..

2008-01-11 Thread Joachim Ansorg
Hi, Que 2. Are their performance implications to be kept in mind since now action instances are not shared per request and each instance has its own copy of the attributes ? If you use the Struts2 spring-pugin it is possible to set the action scope to singleton, session, request and

Application, Session, Request - Struts2 related ..

2008-01-10 Thread Mufaddal Khumri
Hi, Struts2 actions can implement one or all the interfaces to become Application, Session, Request aware. Struts2 then basically injects all the attributes in that particular scope in a map in your action. Have 3 questions so far: Que 1. Since these actions have their own copy of lets