Tagged Questions

GraniteDS is an open source framework for building Flex/Java solution. It offers solutions for remoting, messaging, code generation and integration with Java frameworks as Seam and Spring.

learn more… | top users | synonyms

4
votes
1answer
199 views

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 ...
4
votes
2answers
1k views

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 ...
3
votes
4answers
704 views

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 ?
3
votes
5answers
1k views

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 ...
1
vote
1answer
66 views

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

The title says it all. 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 ...
1
vote
1answer
188 views

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 ...
1
vote
1answer
139 views

lazy loading in granite ds

how will i load my entities in my flex application using lazy loading .I have a deep object graph
1
vote
1answer
195 views

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 ...
1
vote
1answer
638 views

Flex/AIR + GraniteDS through SSL

I am running JBoss with SSL, the certificate is generated with openssl: <Connector protocol="HTTP/1.1" SSLEnabled="true" port="8443" address="${jboss.bind.address}" ...
1
vote
1answer
174 views

Actionscript class not found at runtime for BlazeDS communication

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 ...
1
vote
1answer
707 views

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 ...
1
vote
3answers
508 views

What architecture do I use for a Flex and Java application

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 ...
0
votes
1answer
54 views

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 ...
0
votes
1answer
59 views

Integrating flex with graniteds

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: <graniteds:flex-filter ...
0
votes
1answer
83 views

Error in mapping java Byte[] to actionscript ByteArray

Context - GraniteDS + JPA DataNucleus + MySQL The scenario is to store / retrieve an image in db. The issue is with the retrieval FROM db. The book cover is fetched from the db but at the flex front ...
0
votes
2answers
75 views

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 ...
0
votes
1answer
82 views

Graniteds - ejb.Tide - Identity.hasRole() function - invalid arguments

I have this block of actionscript code which is executed when a login is appempted. I an trying to reload a set of roles for a the user. I've added a result handler to the hasRole() method ...
0
votes
1answer
31 views

URL Inepretation in Granite TIDE with flex

I did the presentation tier analysis of my application with HTTPWatch.In that I found there are request being made with followng URL, https://hostname/path/graniteamf/amf with each of these ...
0
votes
1answer
101 views

Why does JDO Class break Guava MultiMap index?

I'm unable to create a multimap index with the JDO Score class below. If I substitute Object[] for Score everything works fine. I thought the issue was that the Score class was not serializable? What ...
0
votes
0answers
78 views

GraniteDs Async Sample

I created a maven project and My archetype 316(graniteds-tide-spring-jpa-hibernate) and it creata sample chat program,I run it with jetty (mvn jetyy:run-war) Everything is perfect but I changed the ...
0
votes
1answer
66 views

Seam FacesContextFactory

I've enabled by graniteds/tide application to use Seam security. As part of the seam setup I register this listener with the webapp <listener> ...
0
votes
1answer
166 views

Issues with Maven graniteds-tide-spring-jpa-hibernate archetype and Flex 4.5

I'm trying to use the Maven archetype for Spring-GraniteDS-Tide-Hibernate-jpa. I can get the project to generate correctly, however, I need to use Flex Builder 4.5. If I change the settings in the ...
0
votes
1answer
287 views

Advice on technology stack: Google App Engine, FLEX, GraniteDS (Tide), Java, Spring

Friends, Your technology stack is the rope that will save you or hang you. For a one man webservice startup - what kind of rope is this list? Plattform: Google App Engine, Backend: Google App Engine ...
0
votes
0answers
68 views

Flex AIR Data Streaming

We are building an AIR application. We have a streaming server (for pushing data not video) setup with GraniteDS(Gravity). We are trying to minimize the number of connections to the streaming server. ...
0
votes
1answer
104 views

Granite DS 2.2.0 exception-converters configuration issue

Have problem with configuring exception-converters in Granite DS 2.2.0 on java side. I'm using Weblogic. Steps done: 1. Implemented ExceptionConverter 2. Added next to granite-config.xml: ...
0
votes
1answer
168 views

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 ...
0
votes
1answer
65 views

How to set up the path to my custom Gas3 template?

Gas3 is not able to find my custom template. I replaced the default path: class:org/granite/generator/template/remoteBase.gsp With my file, like this: class:myPackage/remoteBase.gsp But every ...
0
votes
3answers
359 views

GraniteDS can't convert from actionscript class to java bean…how to solve this?

I have a Entity bean and it's corresponding ActionScript class when i transfer an object of that class i got that error: 13:54:07,750 ERROR [AMFMessageFilter] AMF message error ...
0
votes
0answers
268 views

Flex 4 - GraniteDS - JEE response delay

I have a JBoss deployed project based on Flex/GraniteDS/JEE, on flex I have a remoteObject setup to work with my JEE bean and it works. The following sequence of events occur: 1: (Flex)Dispatch ...
0
votes
1answer
158 views

Flash SWF On Solaris Won't Load When Also Loading Apache APR Library in JBoss

UPDATE + SOLUTION =============================== Sorry to be posting the solution here instead of in a comment, but something about my work's filtering doesn't allow the comment functionality to ...
0
votes
2answers
352 views

RTMP better than Comet?

I'm coding a Flex application and I have to choose a good backend configuration for my needs. ( real time data push ) I wanted to know if RTMP is better than Comet http long polling ? In fact, I ...
0
votes
1answer
371 views

Problem sending Date from Flex-AS3 to Java EJB Service

I have a ValueObject in Java Source Code with a java.util.Date or java.sql.Date attribute and in Flex-AS3 have a DTO mapped by [RemoteClass] using a Date AS3 Type. When I set a date in Flex with ...
0
votes
1answer
459 views

How do you use Parsley with GraniteDS in Flex?

I want to use the Parsley framework and I want to use GraniteDS for remoting. As of 2.1, GraniteDS generates AS3 service classes from your Java code as local proxies, and I want to use these classes ...
0
votes
1answer
488 views

[Flex][GraniteDS] Flex side error : Didn't receive an acknowledge message

I've this error when I try to load a list of "Product" in a simple DataGrid : Didn't receive an acknowledge message Was expecting mx.messaging.messages.AcknowledgeMessage, but received null After ...
0
votes
1answer
119 views

Strange compilation error - GAS3 generated class

I am pretty new to GraniteDS..So far I have been able to successfully configure it to work with my remote java services as well as generate the equivalent AS3 files from my POJO's. But I am getting ...
0
votes
1answer
347 views

GraniteDS on GAE datastore JPA - Key class problem

I'm using GraniteDS(2.1.0RC2) on GAE with JPA annotiations. I have following class on flex side: [Bindable] [RemoteClass(alias="models.User")] public class User { public var key :String; ...
0
votes
1answer
95 views

flex security google app engine

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
0
votes
1answer
439 views

How to implement a data-based ComboBox control with GraniteDS?

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 ...