Re: S2 as JSR for Action Framework

2008-08-26 Thread Jeromy Evans
Musachy Barroso wrote: What are the plans for the future of the REST plugin? Has anybody tried to make it more JSR-311 like? I am not a REST user myself, but I am kind of bored and could help if there was a clear understanding of what needs to be done. I haven't touched the REST plugin for a

Re: Re: S2 as JSR for Action Framework

2008-08-26 Thread Musachy Barroso
That is pretty much what I had in mind, the only thing is that I would suggest to look at the convention plugin instead, as that is what we will be using, some day. The convention plugin is in then sandbox, drop an email here if you need help finding your way around in the code. musachy On Tue, A

Re: Re: S2 as JSR for Action Framework

2008-08-26 Thread Jordi Fernandez
Hi Musachy, I've been using struts 2 with the REST plugin in several projects and it's been great. It's really nice (thanks for the job, Don!). I'd like to make the REST plugin more JSR-311 like, too. I've been studying the struts2 source code for some days, focusing on the REST and the Codebehin

Re: Struts 2 archetypes

2008-08-26 Thread Lukasz Lenart
Hi, I also prepared some example, you can try it with mvn -U archetype:generate -DarchetypeCatalog=http://www.lenart.org.pl/maven -U is needed to upgrade to the latest maven-archetype-plugin (where you have generate goal) I don't know if I should follow with my work as Wendy did it already? ;-)

Re: Google Dev Day

2008-08-26 Thread Musachy Barroso
Yes, take a look here: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-gxp-plugin/src/main/resources/template/simple/ To create an image tag with gxp you could do something like: now, in the start tag file we would have: and in the end tag file we would have:

Re: Google Dev Day

2008-08-26 Thread Al Sutton
Have you got your code up somewhere, I'd like to take a look so I know what I'd be commenting on (and I can take a copy on a laptop). Thanks, Al. Musachy Barroso wrote: Yes, in fact I have been having some trouble trying to implement the tags with gxp. The problem is that out tags are splitte

Re: Google Dev Day

2008-08-26 Thread Musachy Barroso
Yes, in fact I have been having some trouble trying to implement the tags with gxp. The problem is that out tags are splitted in 2 files, the open tag is in one and the close tag is in the other. GXP doesn't like this, as the xml won't be well formed on each individual template. You could get some

Google Dev Day

2008-08-26 Thread Al Sutton
Guys, I'm going to be going to Googles Dev Day in London in mid-September, is there anything anyone wants me to get info on given the recent GXP discussions, etc.? Al. -- Al Sutton W: www.alsutton.com B: alsutton.wordpress.com T: twitter.com/alsutton