[ANN] Struts 2.3.1.1 GA release available

2012-01-03 Thread Ɓukasz Lenart
The Apache Struts group is pleased to announce that Struts 2.3.1.1 is available as a "General Availability" release. The GA designation is our highest quality grade. Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed t

Re: Building REST support in existing Struts 1.x app

2012-01-03 Thread Johannes Geppert
I think you can migrate your existing Application to Struts2. Your existing Struts1 Actions can run side by side with the new Struts2 Actions. http://struts.apache.org/2.x/docs/struts-1-plugin.html Johannes - web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message

Building REST support in existing Struts 1.x app

2012-01-03 Thread forums sj
Hello, I have an application written in Struts 1.x. It uses SOAP for communication with the client app. Now I want to replace SOAP with REST and was investigating the REST plugin of struts. I see that the struts REST plugin can be used with only Struts 2.x. So now my question is can I use str