Questions tagged [graniteds]

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.

Useful resources :

Graniteds links :

78 questions
5
votes
3 answers

BlazeDS vs GraniteDS - 2 Years Later

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…
Dave
  • 21,524
  • 28
  • 141
  • 221
5
votes
4 answers

GraniteDS vs BlazeDS which one is more use than the other?

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 ?
MaxouMask
  • 985
  • 1
  • 12
  • 33
4
votes
5 answers

Should I invest in GraniteDS for Flex + Java development?

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…
Boden
  • 4,149
  • 9
  • 43
  • 56
4
votes
1 answer

can newer web containers having Servlet 3 extend BlazeDS max # of simultaneous users?

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…
ggkmath
  • 4,188
  • 23
  • 72
  • 129
4
votes
1 answer

Running a webapp base flex client in IntelliJ

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…
sblundy
  • 60,628
  • 22
  • 121
  • 123
2
votes
1 answer

Error #2173 when sending Gravity message

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…
Mikhail
  • 759
  • 2
  • 9
  • 26
2
votes
1 answer

Flex Strongly Typed Proxy Classes for Lazy Instantiation

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…
Dougnukem
  • 14,709
  • 24
  • 89
  • 130
2
votes
2 answers

lazy loading in granite ds

how will i load my entities in my flex application using lazy loading .I have a deep object graph
Deepak
  • 2,287
  • 1
  • 23
  • 30
2
votes
1 answer

Customizing Granite DS Actionscript code generation from Java classes

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…
Dougnukem
  • 14,709
  • 24
  • 89
  • 130
1
vote
1 answer

Granite bridge between Java and AS

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?
Mikhail
  • 759
  • 2
  • 9
  • 26
1
vote
4 answers

Java returns Date object to Flex incorrectly

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…
Ricardo G.
  • 11
  • 2
1
vote
1 answer

Adobe AIR: How do I get the current endpoint URI?

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.
Fletch
  • 4,829
  • 2
  • 41
  • 55
1
vote
1 answer

Flex streaming data

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…
Neo
  • 1,554
  • 2
  • 15
  • 28
1
vote
1 answer

How to dynamically register GraniteDS remote destinations with Spring?

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…
GxFlint
  • 294
  • 3
  • 15
1
vote
1 answer

GraniteDS with Parsley framework

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 !
Georges
  • 11
  • 3
1
2 3 4 5 6