Please file a ticket with the JSON that didn't work, and I'll take a look at it.
John On 3/15/11 3:15 PM, "[email protected]" <[email protected]> wrote: > We just solved the extentension problem, we can replace json.jar using jackson > now > > Jackson have jsonfactory, may be interest all of u > > Will blog about this soon > > John, > We got that using the default json, the output gone like blank, the json is > not big, we try geneology tree json model, > > > > > /m/ > > -----Original Message----- > From: John Lindal <[email protected]> > Date: Tue, 15 Mar 2011 10:12:37 > To: Struts Developers List<[email protected]> > Reply-To: "Struts Developers List" <[email protected]> > Subject: Re: Roadmap for 2.3 > > How big is the JSON data that you are parsing? > > I have heard good reports about Jackson's performance, but we will need to > investigate whether it can support all the hooks provided by the current > implementation. > > John > > > On 3/15/11 4:24 AM, "Frans Thamura" <[email protected]> wrote: > >> we find here to implement JSON using current json jar is not scalable >> enough, jackson can parse bigger json >> >> that why we extend the json plugin using jackson jar here >> >> www.github.com/blueoxygen/cimande -> jackson >> >> but we find we cannot replace the current json.jar, with jackson. >> >> so we must use the .jackson in the implementation rather using .json >> >> F >> >> >> On Tue, Mar 15, 2011 at 6:21 PM, Maurizio Cucchiara < >> [email protected]> wrote: >> >>> When you talk about jackson parser you mean serialize, deserialize, both? >>> >>> On 15 March 2011 11:47, <[email protected]> wrote: >>>> +1 >>>> Can we use another json parser like jackson >>>> >>>> >>>> ------Original Message------ >>>> From: Johannes Geppert >>>> To: [email protected] >>>> ReplyTo: Struts Developers List >>>> Subject: Re: Roadmap for 2.3 >>>> Sent: Mar 15, 2011 5:03 PM >>>> >>>> Only a thought, what are you thinking about moving the convention plugin >>> into >>>> core? >>>> >>>> Many People don't know the convention plugin and offen i hear that >>> Struts2 >>>> is >>>> an old fashion XML configuration MVC Framework. >>>> >>>> Johannes >>>> >>>> >>>> >>>> -- >>>> View this message in context: >>> http://struts.1045723.n5.nabble.com/Roadmap-for-2-3-tp3609943p3695351.html >>>> Sent from the Struts - Dev mailing list archive at Nabble.com. >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>>> >>>> /m/ >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>> >>> >>> >>> -- >>> Maurizio Cucchiara >>> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
