Just for the reference. I think you should have a look at these wiki articles of mine.
General stuff on code generation: https://dev.c-ware.de/confluence/display/PUBLIC/Generating+your+model How to work with the special needs of BlazeDS: https://dev.c-ware.de/confluence/display/PUBLIC/Flexmojos+generated+AS3+model+with+Enum+support+using+BlazeDS Some advanced optimization taking control over which data is sent to the client https://dev.c-ware.de/confluence/pages/viewpage.action?pageId=22904872 If you have some problems with NaN an null values for numeric fields in your client-server communication: https://dev.c-ware.de/confluence/display/PUBLIC/Fixing+the+mapping+of+null+values+for+numeric+types Think those should answer most of your model generation questions :-) Chris -----Ursprüngliche Nachricht----- Von: Christofer Dutz [mailto:[email protected]] Gesendet: Freitag, 4. April 2014 00:23 An: [email protected] Betreff: AW: Any objections against dropping GraniteDS 1.x Generator in Flexmojos? You can simply provide other templates for this. I have several sets of templates for using different BlazeDS configurations and it works great :-) Chris -----Ursprüngliche Nachricht----- Von: Gary Yang [mailto:[email protected]] Gesendet: Freitag, 4. April 2014 00:20 An: [email protected] Betreff: Re: Any objections against dropping GraniteDS 1.x Generator in Flexmojos? I think GAS will convert Java Map to Granite DS's IMap object, I have to change it back to object manually all the time. On Thu, Apr 3, 2014 at 6:16 PM, OmPrakash Muppirala <[email protected]>wrote: > I dont specify a "generatorToUse" property. What would it default to? > > Thanks, > Om > > On Thu, Apr 3, 2014 at 3:14 PM, OmPrakash Muppirala > <[email protected]> > wrote: > > > > Chris, > > > > I do use the Gas3 generator in my projects, but I am not sure which > version I am using. How can I find out? > > > > Thanks, > > Om > > > > > > On Thu, Apr 3, 2014 at 3:09 PM, Christofer Dutz < > [email protected]> > wrote: > >> > >> Hi, > >> > >> I'm currently finishing the task of supporting Jdk 1.7 and Maven > >> 3.1 and > 3.2 in Flexmojos. > >> A lot of trouble seem to be related to dependencies of the > >> GraniteDS > Generator 1.x ... dropping this reduced the amount of trouble quite a lot. > >> I would therefore like to simply drop that generator. Unfortunately > >> I > don't quite know if this would break anything with you guys. > >> > >> What do you think? > >> > >> Chris > > > > >
