GraniteDS is an open source framework for building Flex/JavaFX/Java solution. It offers solutions for remoting, messaging, code generation and integration with Java frameworks such as Seam and Spring.
I run the following command for the example graniteds-tutorial-data in the GraniteDS 3.0.1 GA github repo, but get the error trace given at the bottom of this post,
mvn clean install asciidoctor:process-asciidoc -Dserver=ejb -Dclient=flex
[ERROR]…
My goal is to create an AIR/GraniteDS (Tide/Spring/Hibernate) application with ability to extend it by third party developers using flex modules on client-side and some "modular" technology on server-side.
For flex side, GraniteDS gives possibility…
Last few days i was playing with GranideDS tutorials (using Spring server and AIR client)
https://github.com/graniteds-tutorials/graniteds-tutorial-data
"This tutorial shows how to build a simple data application that
manages a database of user…
I am trying to install GraniteDS sample project using maven 3.1.1 under windows 7 64 bit.
I was following the tutorial published on :
https://github.com/graniteds-tutorials/graniteds-tutorial-data
Reproduced steps:
Installed maven 3.1.1 (extracted…
I am trying to make Granite Data Services and REST services work inside a single web server. The goal is to have a Server Application that supports GraniteDS class mappings and Rest requests.
The projects are working separetedly but when I merge…
I changed from mx:Application to s:Application in the GraniteDS examples. When i deploy and run the project in JBoss 5 I get the error as ReferenceError: Error #1069: Property executeChildBindings not found on [SwfName].
I am building all the JARs…
We have a Spring+Hibernate+Mysql+Flex/Cairngorm(2)/BlazeDS application. We need to update this application so it can scale better, specifically we need to use the lazy loading feature. So we decided to migrate from BlazeDS to Granite Data Service.…
Hopefully someone can help me with this.
I'm working on a project with Spring MVC + Hibernate + Tomcat 7 in the backend and blazeDS + Cairngorm in the frontend, and we need to migrate from blazeDS to graniteDS but I have a :Channel.Connect.Failed…
I need an example about using RemoteObject from Flex with Gravity messaging service from GraniteDS. The only resource I managed to find about the topic can be seen…
Has anyone used GraniteDS successfully with a plain Java client and lazy-loading (a real Java client or a Java server application calling another server)?
Is any special client-side initialization needed? (the docs say nothing about this so we…
I'm building a Flex application and want to know the alternatives regarding security.
don't want to use Spring
using graniteds
limited access application server
I'm trying to integrate Seam and Flex with GraniteDS, with the goal of implemenenting a code generation tool for main use cases of CRUD operations.
One of my needs is to have the possibility to generate a combo box to reference a parent entity from…
When my flex app tries to get a persisted entity that has at least one HashMap property I get this error: org.granite.messaging.persistence.ExternalizablePersistentMap cannot be cast to java.util.Map
From what I searched, I believe that I'm missing…
i'm looking for a way to externalize the configuration file, services-config.xml, used by GraniteDS to establish communication between Java & Flex.
I need this kind of configuration, in order to be able to change servername, serverport and security…