Hi Susant, Flex Data Services currently provides three main features: 1) Remoting - RPC style communication to your back-end. Simple. Easy. Efficient. 2)...
It seems that a number of people have been hitting this error. I think one of our engineers is looking into it but we have been unable to reproduce it so far....
Flex + JSON + Java app will work fine, but there is unnecessary overhead when using JSON in Flex. I'd recommend using either XML (via XFire or simple servlet)...
Thanks James for the reply, Actually I've tried a couple of things before encountering JSON. I've used Xfire before but encountered two issues (one being...
Hello Anyone using Flex with Java and GDS? I´m searching a tutorial for this implementation, using Spring or Hibernate and JBoss... Best regards Stefan...
Hi All, Salutations! A Friend of mine introduced me to "FLEX 2" a month ago, and so far I find it very powerful, especially coming from AJAX development. I was...
You can use the Flex Module for Apache and IIS if you're using one of those web servers: http://labs.adobe.com/wiki/index.php/Flex_Module_for_Apache_and_IIS ...
Ha! You drank the cool aid, Allan. Right on!! Wish I knew the answer to the FDS alternative, but I don't unfortunately yet. Welcome to the group - I'm sure...
Is it just me or would Flex be the best thing in the world if they only used Java as the programming language instead of ActionScript? Anybody know why they...
I agree with you. It would have been better if they just use Java. Better for us, perhaps java users. But how about the PHP, ASP and Coldfusion guys? hehe. I...
Thanks Matt, I look into this. -- Be the change, you want to see in the world. ... From: Matt Horn <mhorn@...> To: javaflexcoders@yahoogroups.com Sent:...
Yes, but I think ActionScript also uses something like a VM to process, except that the ASVM (ActionScriptVM) is embedded in the Flash plugin. Therefore, if...
If Flex used Java, wouldn't we just call it an Applet? Anyway, to be clear the AS3 code is compiled to bytecode (SWF) and then
it runs inside of the Flash...
True. There's this "Java FX Script" recently presented in JavaOne, I wonder how would Flex-Java developers take that new technology, when it gets stable and...
Three things for you all to check out: Flex Test Drive - tutorials on different data access methods with a java back-end (some fds, some not) flex.org/java ...
Hello Java Flex Developers, My name is Rawle Adams I am an IT recruiter working for Ajilon Consulting in Toronto. I have a full-time Java Flex position...
There's an important distinction between JVM and AVM. JVMs are not backward compatible as AVM. Flash 9 player can play Flash 2 content. Java 6 cannot play Java...
Rawle, there's also a Flex jobs Yahoo group you can post requests like this to: http://tech.groups.yahoo.com/group/flexjobs/ hth, matt horn flex docs...
I'm not sure how well GDS or FDS deals with circular references. Last time I dealt with circular references I was using EJB 2.1. Talk about painful! Anyways,...
Just to note, not all FDS is expensive. FDS Express is FREE (as in FREE). A quote below regarding FDS Express is pulled from the posting over at FlexAussie at...
Hi Friends This is Nitesh. Am a IT Recruiter from Xoriant Coporation. We have a urgent requirement going on currently with one of our direct clients at San...
Hi Friends This is Nitesh. Am a IT Recruiter from Xoriant Coporation. We have a urgent requirement going on currently with one of our direct clients at San...
Wow. Flex DS2 is equite a tease. The examples look gret, but going on day number 11 trying to get it to work. All examples show using the fill() method to...
Here's the code that got it working: [Bindable] public var ref:ItemReference //hard coded primary key for testing var obj:Object = {primarykeyID:7} var...
Do you have a space between the "c" and "t" in customObject, or was that just the result of email? text="{(customObjec t(ref.result) ).customObjectPr operty}"/...
Binding doesn't happen two ways. So you will need to update your model when the user changes the value of the text_input_id. Just add a change event handler...