Re: Struts2 and JSON

2012-08-07 Thread Alvin Chew
on > > We modify the rest plugins for make it full rest. > > S2restplugins.java.net > > F > On Aug 7, 2012 6:30 AM, "Alvin Chew" wrote: > > > Good day, > > > > > > If we have a collection like a list of custom object need to send back t

Re: maven upgrading

2013-07-05 Thread Alvin Chew
Not sure if i understand correctly, hope below help ! Declare an exact version (will always resolve to 1.0.1): [1.0.1] Declare an explicit version (will always resolve to 1.0.1 unless a collision occurs, when Maven will select a matching version): 1.0.1 Declare a version range for all 1.x (wil