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 am following the instruction in GraniteDS graniteds-tutorial-data tutorial
https://github.com/graniteds-tutorials/graniteds-tutorial-data
Updated version 3.0.1.GA
My environment:
Windows 7 64 bit
Apache Maven 3.1.1 2013-09-17 16:22:22+0100) …
We are using GraniteDS autogenerated AS code to map Java remote objects to AS.
We have objects that contain List sites in Java so when they are converted to AS it looks like:
JAVA:
private List territories;
Actionscript:
private…
I am using GraniteDS and want to use Tide Framework, especially the data management feautures.
Do I need to use one of the server frameworks (EJB, Spring, Seam or CDI) to be able to use Tide framework ? All stacks suggested in documentation for…
I am using GraniteDS Gravity for my messaging service. My application works fine when using data polling, however when I try to use websocket channel instead of data polling, messages could not reach to clients. I have also tried to modify sample…
I created a web application, here is the architecture :
Tomcat7 deploy on Amazon EC2
Granite DS
nginx to redirect HTTPS throught the tomct7 port 8181
Flex application that uses RemoteObject on a secure Channel.
Occasionaly, maybye when a request…
I am new to JPA. Do anyone have any idea what else needs to be change in the sample to get it working with Mysql?
I was thinking the only changes that need to be done is the (jpa-config.xml)
I changed the data source to work with mysql.. I tested it…
i've a small test project using graniteds+javafx+spring. I followed this tutorial GraniteDs+JavaFx.
All works fine but if I use a fxml file in which I have some images with relative url as in this example:
I am writing a Flex application that is using MVC on the client side. It uses GraniteDS and so has Remote Lazy Loading and Reverse Lazy Loading features.
The user logs into the application and then clicks a button to update their email address. The…
I have the client on Flash and the server on Spring. I want to prevent user from log in twice using the same account, using two browsers. So when user will log in, server should check if there is the active session for this user, and destroy it.
So,…
Hi I am thinking of migrating a Java/Swing application to Flex3. The existing app architecture is as follows:
Java/Swing client, JDO(Kodo) - Java Persistance engine, JMS - Messaging (for real time updates), EJBs - Business logic, Weblogic, UDB -…
I use granite ds in my java server , but , when 100 user they're connected to flex application , granite return this error "Could not get channel id for message: flex.messaging.messages.RemotingMessage"
Thank for the help.
I'm trying to implement Gravity from GraniteDS. I did everything like in example from GraniteDS website, but when I'm trying to get gravity from servlet context, GravityManager.getGravity returns null. Here is the code:
Gravity gravity =…
I'm trying to use RemoteObject from ActionScript to execute simple method on Java server side using GraniteDS. However, I'm getting this exception:
15:43:30,630 DEBUG http-bio-8080-exec-27 webapp.AMFEndpoint:64 - >> Deserializing AMF0…
I have a server api wirtten in Java and client side written in flex and I am trying to configure them together using GraniteDS. However, when trying to add this line:
to the ApplicationContext.xml - then…