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

graniteds-tutorial-data using GraniteDS 3.0.1 error

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]…
Arun
  • 187
  • 11
0
votes
1 answer

GraniteDS plugin / modular architecture

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…
Y Borys
  • 543
  • 1
  • 5
  • 21
0
votes
1 answer

How do i perform Gravity data push from HttpServlet

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…
Y Borys
  • 543
  • 1
  • 5
  • 21
0
votes
1 answer

GraniteDS 3.0 tutorial project maven install error

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…
Y Borys
  • 543
  • 1
  • 5
  • 21
0
votes
1 answer

Troubles with GraniteDS + REST (Jersey) in a web server

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…
Artur Rem
  • 209
  • 1
  • 4
  • 18
0
votes
1 answer

Property executeChildBindings not found on s:Application

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…
Arun
  • 187
  • 11
0
votes
1 answer

Can RemoteObjects be used with Granites´s Tide to enable Lazy Loading?

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.…
Ernest
  • 962
  • 3
  • 12
  • 28
0
votes
1 answer

AMF message error java.io.EOFException implementing graniteDS

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…
cjmm
  • 425
  • 4
  • 11
0
votes
1 answer

Example of using RemoteObject from Flex with Gravity messaging service from GraniteDS

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…
ubnix
  • 101
  • 2
  • 1
0
votes
1 answer

Using GraniteDS with a Java client

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…
sola
  • 1,498
  • 14
  • 23
0
votes
1 answer

Security options on Google App Engine Flexible

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
Roy
  • 1
0
votes
1 answer

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 generate a combo box to reference a parent entity from…
Rodrigo
  • 48
  • 6
0
votes
1 answer

SortableAsyncListView sort

.... materials is PagedQuery. When I'm sorting by GridColumn with complex dataField…
0
votes
1 answer

Error when externalizing entities with HashMap

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

GraniteDS - Externalized services-config file

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…
yodamad
  • 1,452
  • 14
  • 24