Hi, Does Granite support AS3 objects? Would that include embedded image binary/text file data? Meaning could GDS package images and xml from a folder and...
Hi, Granite does not really deal with AS3 Objects: this is only a Flash 9/Flex 2 SDK feature (GDS supports AMF3 deserialization of such objects). I beleive...
First, thanks for putting this project together. We either couldnt find enough documentation for the data management side of FDS or we just couldnt "get" it,...
If I'm understanding this correctly, I can use GDS to access remote Java objects in my J2EE install. The Tomcat/Spring demo demonstrates that a object can be...
Hello! ... Its the best approach, to have AS3 mirrors for Java classes; but you can still work with untyped clasess (Object instance) on flex side, all Java...
Hello! ... I assume its up to your flex code, HibernatePersistentSet and List has basic handling for de/serialization, but they dont offer complete support for...
Hi, Just to give some hints about the generator: 1. It is based on .class reflection and uses Groovy templates (no XDoclet). 2. It is implemented as an Ant...
Hi, Actually, while Igor is right about the fact that you are free to implement whatever you want about lazyness support, I think that this (too) basic support...
Hello, Has anyone used Granite DS in a WebLogic environment? I am assuming it should work in any J2EE container? Does Granite DS require Java 5 if you are only...
Hello! ... Granite DS requires Java 5, since its core uses generics (and may be something else from Java5, not sure). Yes, it must run under any container, it...
Hi guys, Is the trunk of SVN stable enough to use? If I understand correctly, date serialization is off in the .1 release and I'm really needing to send dates...
Hi Scott, Date serialization is fixed in the trunk. You should be able to use current SVN trunk without problems (let us know). There is an incompatibility...
In case anyone else plans to use the trunk version and is using the HibernateExternalizer. The HibernateExternalizer adds a null string as the first parameter...
Hi, Sorry, I forgot to tell you about that... There is an improved version in the trunk that should be in as is in 0.2.0 release (commited today). Be sure to...
Hi, I'm new to this so please bear with me if this is a dumb question. I notice the use of mx:RemoteObject in your examples. Isn't RemoteObject part of Flex...
Hi guys, First of all, well done for getting the project started and keep up with the good work. My questions is related to the AS3 code generation based on...
Im currently messing around with what is in trunk of SVN. Code generation is there though I made a couple modifications to the generation template. Been...
Hi, The doc is partially right: server-side support of RemoteObject needs special software (Flex Data Services, Granite Data Services, AmfPHP, SabreAmf or...
Hi, First of all, thanks for your impatience :) I'm almost done with the code generator (my changes are not yet commited in the trunck). If you want to send me...
just updated again from SVN. My first change was making the base class bindable... this is already done. Second thing is, I thought if the setter was public I...
Not sure if this is a bug or feature request but. It appears that the generator wont/cant generate anything that does not have an @ID property. Should this be...
I went through the documentation and now I don't know how to go on... My problem is that I got everything in Eclipse, everything is working, executing the...
Hi, I'm using openamf and i'm having some problems, then it would like to use granite. I have some questions: Granite replacement Openamf ? Granite works in...
Hello! ... No, its a alternative :) ... Yes, take a look at graniteds-spring project in svn, it has tomcat-ready GDS-powered application. If you dont need...