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 currently using BlazeDS and covet the features of LCDS, but am never going to ask my customers to pay the $$$. Therefore I am considering starting to build these capabilities myself, using third party tools (dpHibernate?) or switching to…
Since i'm begining to discover this world,
I'm wondering which one of those is more use on professional developpement.
Would you be kind enough to tell me in order to make some stats ?
I'm new to Flex development, and RIAs in general. I've got a CRUD-style Java + Spring + Hibernate service on top of which I'm writing a Flex UI. Currently I'm using BlazeDS. This is an internal application running on a local network.
It's become…
BlazeDS is implemented as a servlet and thus limited to roughly hundreds of simultaneous users.
I wonder if the more recent web containers (Tomcat 7, GlassFish/Grizzly, Jetty, etc.) supporting Servlet 3 could be used to create NIO endpoints to…
Is it possible to run a Flex client in IntelliJ internally and have it talk to a separately deployed server instance? The server's a java webapp. This will make developing, especially debugging, much easier. What I'm trying to avoid is having to…
I have a problem with Map objects, while using Gravity. All messages works ok, except the ones which includes Map objects. They throw the following exception:
ArgumentError: Error #2173: Could not read the object in the stream. though…
Does anyone know of a framework, preferably some way to have the Flex compiler run an extension or perhaps just a build step that we could generate strongly typed proxy classes of our application's data models.
There are 2 main things we want to do…
I'm using GraniteDS Actionscript code generation templates that let's me take a Java object and convert it to an Actionscript class.
It's mainly used for BlazeDS Java to Flash communication but I'm adapting it to work with JSON webservices using…
I'm trying to create bridge between Java and ActionScript applications using Granite. I found many tutorials which guides how to build it through Flex, but is there any way to call Java services using Granite in ActionScript?
I am using Flex,GraniteDS and Javа.
Flex is sending Date correctly in Daylight saving time for example "September 10 10:00:00 UTC-7", but after all I am receiving the same date but in Standard time "September 10 11:00:00:00 UTC-8". As I understand…
I need to open a HTTP link to the webserver which my air app is talking to but I don't want to hard-code the webserver URL into the Flex code. If I can get the endpoint URI then I can work from there. I'm using GraniteDS in case that is relevant.
I have a streaming server (for pushing data not video) setup with GraniteDS and it works great.
I have to include multiple swf files in a web page. Each of these swf files has a data table which includes streaming data(this is a specific requirement…
I'm trying to make Spring automatically register my remote destinations by reading its annotations. So that I don't need to update some configuration file every time I create a new service.
I got it almost working after reading the graniteds-spring…
I'm looking for an example about using GraniteDS for remote and
Parsley ( client-side ) for MVC / IOC.
The problem is that they both use the [inject] metadata...
So, if anyone has a solution for this ? Or a little example...
Thanks !