Yes, I already have most of the java code done underneath using Spring + JPA.
The project layout was like this: parent/ pom.xml (pom) config/ (jar = shared config resources like services.xml) java-component/ (jar = hibernate/jpa/spring stuff) flex-lib/ (swc = gas3 generated sources of entity classes) flex-ui/ (swf = flex stuff here) webapp/ (war = launches into jetty, etc.) The whole thing is kind of working, except..like I said, the remote object call stuff is failing. I'm in the middle of getting rid of blazeds and moving to graniteds. I'm happy to share the whole code base with you. This is a personal project that I'm doing on my own time. Contact me offline and I'll send you more details. Regard, Davis On Wed, Apr 15, 2009 at 11:30 AM, Stephen More <[email protected]> wrote: > > On Tue, Apr 14, 2009 at 2:39 PM, Davis Ford wrote >> Has anyone else on the list built a project that has this stack? > > I use something similar: > > - maven to build java > - JDO for data provider ( Gas3 will not work for JDO but should in 2.0 > release provided you use annotaions ) > - GraniteDS > - Flex Mojos - swf build > > I have asked on the GraniteDS list if they could include a maven built > example for JDO but I have gotten no response. > > If I can I would like to help you with an example to help others. > Are you using Hibernate ? > Do you already have the framework for a simple example ? > > > -Steve More > > > > -- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
