Re: AutoBean sample not working for me?

2016-06-17 Thread Michael McIntosh
= new DoSomething(); Person person = test.makePerson(); person.setName("me"); person.setAddress(test.makeAddress()); String json = test.serializeToJson(person); On Fri, Jun 17, 2016 at 4:13 PM, Michael McIntosh <mike.g.mcint...@gmail.com > wrote: > You need t

Re: AutoBean sample not working for me?

2016-06-17 Thread Michael McIntosh
You need to create the person by calling makePerson. Sent from my iPhone > On Jun 17, 2016, at 3:35 PM, sdfdsf dsfsdfds > wrote: > > Hi, > > I copy / pasted the AutoBean serialization example from here: > >

Re: Under GWT Architecture, Should we validate InputData at Client Side or Server Side?

2013-10-30 Thread Michael McIntosh
Client side validation can help provide a richer user experience, you don't want to waste your users' time and/or your servers' CPU cycles dealing with malformed input. It is easier on both parties to have bad data fixed as soon as possible after it is entered, or prevent bad data entry in the

Export from GWT Designer

2011-10-20 Thread Michael McIntosh
I would like to export the content of the GWT Designer Structure View (including Components and Properties). Would I need to write an Eclipse Plugin to do this? Can anyone point me in the right direction? Are there extension points and/or APIs I can use to access the model used to display the