Re: Deploy Struts 2 site

2011-12-15 Thread Łukasz Lenart
2011/12/14 Maurizio Cucchiara : > IMHO we should use the project version (for example 2.3.1-SNAPSHOT). > In this way > * the release plugin is able to assign the right value; > * we can keep up to date the snapshot version of the website simply running > mvn site-deploy everytime we change somethin

S3 -> plugins -> for action

2011-12-15 Thread Frans Thamura
hi all any idea to make in S3 1. the struts.xml work like application context in spring so we dont have include in default any with struts will be loaded.. or we want all under annation. 2. can the plugins implementation expanded to module, aplication module can work as a jar, template +action

Re: 2.3.1 changes Spring plugin

2011-12-15 Thread Łukasz Lenart
Hi, What I see is that the AutowireCapableBeanFactory.AUTOWIRE_AUTODETECT is @Deprecated now, so the plugin page should be updated (just to mention that) and maybe switching to "type" be default instead of by "name" Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG confe

Re: S3 -> plugins -> for action

2011-12-15 Thread Dave Newton
On Thu, Dec 15, 2011 at 12:05 PM, Frans Thamura wrote: > 1. the struts.xml work like application context in spring > so we dont have include in default > > any with struts will be loaded.. or we want all under annation. > You want to automatically load multiple config files? I'd rather see that

Re: S3 -> plugins -> for action

2011-12-15 Thread Frans Thamura
the idea like play framework that may be answer more :0 F On Fri, Dec 16, 2011 at 12:52 AM, Dave Newton wrote: > On Thu, Dec 15, 2011 at 12:05 PM, Frans Thamura wrote: > >> 1. the struts.xml work like application context in spring >> so we dont have include in default >> >> any with struts wi

Re: S3 -> plugins -> for action

2011-12-15 Thread Dave Newton
Yeah, I'm actually asking you, rather than making me dig through somebody else's docs. On Thu, Dec 15, 2011 at 1:41 PM, Frans Thamura wrote: > the idea like play framework > > that may be answer more :0 > > F > > > > On Fri, Dec 16, 2011 at 12:52 AM, Dave Newton > wrote: > > On Thu, Dec 15, 201

Re: S3 -> plugins -> for action

2011-12-15 Thread Steven Benitez
I don't know that a Play style module system would work well for Struts2. Perhaps a directory of plugins on the site like Play offers? I really like the existing plug-in system for Struts2 though. On Thursday, December 15, 2011, Dave Newton wrote: > Yeah, I'm actually asking you, rather than mak

Re: S3 -> plugins -> for action

2011-12-15 Thread Frans Thamura
Plugins system is struts value proposition. If we can extend to develop module Action, that wil be awesome. Esp if we can put also in maven central. Dunno how this can strengten the enterprise area that struts is lead right now. On Dec 16, 2011 5:57 AM, "Steven Benitez" wrote: > I don't know t

Struts3 idea , double rendering

2011-12-15 Thread Frans Thamura
Hi all We know there are tablet, smartphone, current web desktop, and several content are same content but different layouting. Any idea to make 1 action for multiple render.

Re: Struts3 idea , double rendering

2011-12-15 Thread Dave Newton
This should be on the user list. On Thu, Dec 15, 2011 at 6:48 PM, Frans Thamura wrote: > Hi all > > We know there are tablet, smartphone, current web desktop, and several > content are same content but different layouting. > > Any idea to make 1 action for multiple render. >