Re: REST plugin, JSON

2008-11-14 Thread Jeromy Evans
Use the plugin config to the default handler for json. Missed a critical word: Use the plugin config to *override* the default handler for json, as described in the custom content type handlers section : http://struts.apache.org/2.0.12/docs/rest-plugin.html.

Re: Struts2 and production apps

2008-11-14 Thread Jeromy Evans
Koen Serry wrote: * 2.0.12: yes great GA, ah no it doesn't do static resources, so all client side validations won't work Just a tip, if you're releasing a production app, you shouldn't be serving static resources from the struts2 dispatcher. Extract them and the problem is avoided.

Re: REST plugin, JSON

2008-11-14 Thread Jeromy Evans
Hi All, I am using the latest 2.1.3 snapshot (as opposed to 2.1.2) because I have hierarchical resources. I've sent two emails to the users list but they have gone unanswered, and since the questions are about the 2.1.3-SNAPSHOT version it may be better to post them here anyway so here they are

Re: Struts2 and production apps

2008-11-14 Thread Piero Sartini
Just my oppinion, but I would go with 2.1.2 beta release. My feeling is that it is the best version available. Piero Am Samstag 15 November 2008 00:56:14 schrieb Koen Serry: > Hi all, > > I'm having a bit of an issue here. I have this small app (based on struts2) > that I want to bring i

Struts2 and production apps

2008-11-14 Thread Koen Serry
Hi all, I'm having a bit of an issue here. I have this small app (based on struts2) that I want to bring in production, however which version. * Production, well beter not take 2.1 since we're still beta * 2.0.13: seems to be in the fridge? * 2.0.12: yes great GA, ah no it doesn't do static res

release process

2008-11-14 Thread Musachy Barroso
With Wendy's help I have modified some poms with the intention of making the release process less painful. I removed most of the profiles and moved their configuration to the default build. Changes are on this branch: https://svn.apache.org/repos/asf/struts/struts2/branches/release_process and th

Re: REST plugin, JSON

2008-11-14 Thread Musachy Barroso
I only know the answer to #2, I dont think there any configuration to do that. On Fri, Nov 14, 2008 at 4:07 AM, Alex Milanovic <[EMAIL PROTECTED]>wrote: > Hi All, > > I am using the latest 2.1.3 snapshot (as opposed to 2.1.2) because I > have hierarchical resources. I've sent two emails to the us

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-11-14 Thread Musachy Barroso
The multiple unknown handler feature needs to be implemented. Yesterday I started changing this patch: http://jira.opensymphony.com/browse/XW-640 Because it uses some static helper classes, to use beans that are injected. The plan was to wait until 2.2 to move this into trunk, but I was based on

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-11-14 Thread Piero Sartini
Are there any news on this topic? It reads like there are missing parts that need to be implemented before moving into trunk. How to help out? Is there anything one can do to speed things up? Piero Am Montag 25 August 2008 15:19:45 schrieb Musachy Barroso: > It wasn't technically a vote

REST plugin, JSON

2008-11-14 Thread Alex Milanovic
Hi All, I am using the latest 2.1.3 snapshot (as opposed to 2.1.2) because I have hierarchical resources. I've sent two emails to the users list but they have gone unanswered, and since the questions are about the 2.1.3-SNAPSHOT version it may be better to post them here anyway so here they are: