Adam, We use Flex Charing without a problem. On my build server I have created a license.properties file and all builds do not have watermarks on them.
Here is a link that describes how to do this on Windows/Mac/Linux. http://livedocs.adobe.com/flex/3/html/help.html?content=configuring_environment_2.html Hope that helps, Lance On Apr 15, 7:54 pm, aparrish <[email protected]> wrote: > Davis: > > Any chance you tested Flex with Datavisualization and got the > licensing working? > > If so I can show you mine if you show me yours. I have BlazeDS working > with GAS3 and a Java backend that leverages iBatis/Spring. I may be > able to provide some input as to why it doesn't work if you want me to > take a look. > > I know zip about GraniteDS but I am wary of veering away from BlazeDS > - there is an annotations based one on Flex Pasta that I have read > about that may help you accomplish what you > want.http://www.flexpasta.com/index.php/category/blazeds-java-remote-objects/ > take a look at this. Third post down is a worthwhile article on > BlazeDS annotations. This guy is close to getting a patch submitted to > adobe for this feature. > > Let me know if you want to swap files. > > -Adam > > On Apr 15, 1:30 pm, Davis Ford <[email protected]> wrote: > > > 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/ -~----------~----~----~----~------~----~------~--~---
