Flex :: Difference Between Lcds And Fds?
Dec 23, 2009Just want to clear a very basic doubt am having for quite some time.
Is LCDS and FDS the same
Just want to clear a very basic doubt am having for quite some time.
Is LCDS and FDS the same
What material did you use to learn Flex/Air itself, and with ColdFusion + BlazeDS/LCDS?
View 7 RepliesI've heard somewhere that LCDS is no longer baked in into CF9, and LCDS Express will be phased out, is that true?
If I were to start a new CF8.01 + LCDS Express 2.6 project, what are the risks? Should I abandon that plan and go for BlazeDS instead?
In my project, I use LCDS to define a holiday table which contain holidayId, countryCode and companyCode. LCDS generated all the getBy which are very handy. However, I need to get the records which are having countryCode = US AND companyCode = ABC. Surely I cannot use any of those generated getBy (each of them deals with a single field only). Can you suggest me how to modify the code in generated services (in my case, it is _Super_HolidayService.as) to handle multi-key data retrieval
View 1 RepliesI'm trying to find the IP address of a client when they make a particular LCDS service call. Understanding all the issues of getting a "real" IP address and privacy concerns and so on, it is possible to find the client's IP address?
View 3 RepliesI have an LCDS server sitting behind a corporate proxy/firewall. I need to use a configured HTTPProxyService on the LCDS server to make requests out to beyond the firewall (can't go directly from the client because of crossdomain.xml issues) How do I configure LCDS to use the corporate proxy on it's outbound requests?
View 2 RepliesI have a POJO which declares a collection of List<Long>.
We're currently sending an ArrayCollection of Number, and it's arriving at the client as an ArrayCollection, populated with IntegersGiven the issues with Type Erasure & generics I understand how this is happening. How do I fix it?
Unfortunately because of some internal limitations, the model cannot be changed. Ie - we can't use a subtype, and we can't implement IExternalizable.Are there other options for registering custom type converters in LCDS, other than IExternalizable? Alternatively, are there any annotations we can use that indicate the type to be used for a collection?
I'm trying to serialize an object which has an InputStream. I need it to arrive on the flex client as a ByteArray.
[Code]...
I've set breakpoints in this code, and I see it being called as expected. However when the object arrives on the client, the input stream is typed as Object, and it contains no properties. What am I doing wrong?
I'm developing a Flex application using RobotLegs, LiveCycle DS & Java.I'm trying to implement an update function, using LCDS, but I'm running into some strange behaviour:This is the ActionScript code within a RobotLegs' execute command, used to perform the update:
var token:AsyncToken = services.requestService.commit(new Array(model.currentRequestDetail));
responder = new AsyncResponder(resultHandler, faultHandler, token);
[code].....
I'm looking to bone up my LCDS knowledge, but find that resources for anything beyond simple examples is lacking.
NIO configuration on LCDS
Configuring LCDS as an Edge server
Configuring LCDS in a cluster, and appropriate fail-over strategies
Advanced assemblers
Strategies for managing high-throughput applications
Advanced JMS integration
what is a difference between in flex Builder and Flex SDK?
View 5 RepliesWhat differences are there betwee Flash CS4 and Flex, besides the GUI of Flash?
View 3 Replieswhat is the difference between skin and CSS??Why it is better to use skin over CSS in Flex.
View 2 Replieswhat the difference between height and measuredHeight is in flex?
After reading a few articles on the adobe site, I'm still non the wiser as to when to use which.
I'm new to Flex and wondering what the difference is between these two ActionScript implementations of the bit.ly API: [URL] One thing I noticed is that one comes in .as files and the other's an .swc file. Is one better than the other for learning Flex?
View 1 RepliesWhat is the Difference between ItemRenderer and ItemEditor?And When ItemRenderer is initializing and loading?
View 1 RepliesWhat is the difference between a UIComponent and a Sprite in Flex.
View 1 Replieswhat's the difference between MXML and Actionscript3 when we need to use MXML ??
View 2 Replieswhat is difference between swfLoader(load application) and ModuleLoader(load module)?
View 1 RepliesWhen state is changed, we can define the new properties for the new state overidding the properties of the base state.
But, I had a doubt. What is the difference between using setProperty() and removeChild() in Flex ?
Take the following case.
Suppose there are 2 Vbox inside the application container. When the state is changed by some event, I need only 1 VBox in the appln container.
(a) Should I set setProperty for that particular VBox of width and height to 0 ? or (b) Should I remove the VBox from the new state by using removeChild() property ?
In flex what is the difference between rollover and mouseover?
it occurs first rollover, then mouseover,then mouseout, then rollout. when these events most suitable?
what is the Difference between validateProperties() and invalidateProperties() ?
View 2 RepliesPossible Duplicate: What is Adobe Flex? Is it just Flash II?tell me in layman's term as to whats the difference between flex and flash objects. i know that programmatically there are differences and there are difference in the extension but then why do some flex programs have a .swf extension since the extension for flex is swc ?
View 1 RepliesIn my flex project i used one option like Link button . If i like it will be open new page contain more information and components . Which container is suitable one ? Where is used viewstack and stages ?
View 2 RepliesWhat is the main difference Between ViewStack Container and Canvas?
View 1 RepliesDifference between the Array and ArrayCollection in Flex?
View 2 Repliesthe difference between target and currenttarget in flex?
View 3 RepliesIf I skin a button and use the AS3 graphice.clear() and graphics.lineTo and beginFill to create a shape, the button overlaps other items in the container.
When I use the and mxml to create the same shape, the button is neatly positioned inside the container.
I am trying to find a way to compare two text files through Flex and show that diff in the UI. Is there a util or a way to do that?
View 1 RepliesI didn't get the difference between those two event.What is the difference between them ?
View 3 Replies