2009-01-05 15:54:59 UTC
I am fairly new to Flex but I've managed to get BlazeDS working with Hibernate and Guice ( BTW I created the guice-blazeds project to help with that - see
http://code.google.com/p/guice-blazeds/ ). My next step is to integrate Gilead into my project too, so thanks for all your hard work on that!
My only other problem is that I don't want to write both Java and ActionScript classes and keep them in sync by hand. Its too error-prone and too much hard work! I know its a fairly simple thing to auto-generate the ActionScript classes, but it would be good to integrate the auto-generation mechanism with Gilead. For instance, Gilead has @ReadOnly and @ServerOnly annotations already, which is something I would definitely want to make use of when auto-generating the ActionScript classes.
Is that something you have thought about doing with Gilead?