2.1.2 and JSON

2008-05-25 Thread Frans Thamura
hi alll for S2 2.1.2, which will become beta do this release make the JSON Plugins will be bundled and any idea for JSON Plugins? F - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts2 REST project

2008-05-25 Thread dusty
Coolness for sure. I noticed the @URITemplate annotation. That is from the WS-REST api? How is that implemented in your example? Is that through Restlet? Is one of the values that it will automagically marshall the XML model based on the annotation @ResponseClass? What about a List of thin

Re: Should xml files have the Apache license header

2008-05-25 Thread Antonio Petrelli
2008/5/25 Chase <[EMAIL PROTECTED]>: > I came across one xml file > with the Apache license header which got me to wondering, should they all > have it? There was a big debate about this question. Probably the "pom.xml" is not a piece of intellectual property, but, in doubt, we decided to put the

Should xml files have the Apache license header

2008-05-25 Thread Chase
I'm going through a bunch of the xml files trying to fix mismatched DTDs, missing XML declarations, snippet usage, etc. I came across one xml file with the Apache license header which got me to wondering, should they all have it? I might as well fix any files I'm working on anyway unless there

Re: ExtJS with S2

2008-05-25 Thread James Mitchell
You are free to use whatever you like. What you use has no bearing on what we use. On Sun, May 25, 2008 at 5:04 AM, Frans Thamura <[EMAIL PROTECTED]> wrote: > hi all > > we know ExtJs change their license to GPL3, > > anyone can share, what happen if i use this with s2 project > > the project is

ExtJS with S2

2008-05-25 Thread Frans Thamura
hi all we know ExtJs change their license to GPL3, anyone can share, what happen if i use this with s2 project the project is opensource i use extjs 2.x (LGPL) right now for my cimande project (we use S2, Spring and Hibernate) F