I'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?
tj
...
What material did you use to learn Flex/Air itself, and with ColdFusion + BlazeDS/LCDS?
...
I'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?
Thanks.
...
Hello Community!
I'm currently trying to map a java ArrayList with a Flex ArrayCollection, through LCDS.
My Flex application does call the Java method that returns the ArrayList, but I haven't managed to retrieve the ArrayList to display it in a DataGrid, on Flex side.
JavaSide:
I have 2 classes:
- Jco_test.java: it contains the meth...
Hi,
I've got a complex object which is being managed by the LCDS DataServices data management and being created/updated etc using custom assemblers. The vast majority of the object hierarchy is being serialized/deserialized correctly but I've hit a stumbling block when it comes to serializing immutable java classes.
In a java only worl...
Is there a way to do BlazeDS/LCDS and ColdFusion polling without the need to use Flex to connect to them to achieve pseudo-"realtime"?
...
LCDS Data Management via <mx:DataService> (only available with fds.swc from LCDS) can do pagination and data sync, but FlashBuilder 4 + Flex4 can do them as well! See the following Flex4 + FlashBuilder 4 tutorials:
Manage the access of data through paging
Using Data Management to Synchronize Data Updates
How do these 2 data managem...
I 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?
...
I've seen a bunch of screencasts demonstrating the integration between blazeds and flex, also some lcds tutorials, model driven or not.
I've seen that some of them the presenter opens 2 browsers and once you change one value in a grid, it propagates to all other grids that presents the data.
I am wondering how the heck this is done, an...
Does anyone knows a tutorial with a simple authentication using Adobe LiveCycle Data Service?
...
How can I show a join table in a datagrid in Flex using LCDS
...
What are your advises on using model driven development in developing enterprise applications. Adobe's LiveCycle Data Services looks very promising, I have found numerous tutorials/videos that shows how fast an application can be build by having methods/functions auto-generated.
What are the best-practices, is it good/bad to use those a...
I have a Flex application which sends/receive a lot of data to/from the server. The bandwidth usage is high.
I'm using RemoteObject to send an XML(Document in Java). So I'd like to compress this XML and reduce the size.
...
We're using LCDS and the "commitRequiredOn" method in the DataService class to check if there are pending changes for an entity. However, it seems like "commitRequiredOn" does not check the complete graph of an object, but just the object itself. For now, we have implemented a recursive check on the complete object graph, but this seems ...
I have a Flex / Spring / LCDS project, and I'm trying to use the Spring/Flex integration module.
It works fine for exposing simple destinations & messaging end-points, however I'm unsure how to configure to use Assemblers.
The vanilla, no-Spring-integration-way involves declaring a destination such as:
<destination id="book.service">
...
I'm looking to bone up my LCDS knowledge, but find that resources for anything beyond simple examples is lacking.
I'd appreciate if anyone could share sites and/or training courses they can reccommend that cover things like:
NIO configuration on LCDS
Configuring LCDS as an Edge server
Configuring LCDS in a cluster, and appropriate fai...