Archive for November, 2008

WatchedFolders and multiple documents

Keep Reading ...

This post is about how to start a LC process with multiple documents as input using a WatchedFolder endpoint.
Just configure a WatchedFolder in the AdminUI. For the input-parameter declare a Map-variable in Workbench.
Now to invoke your process drop a folder containing the files in the WatchedFolder. LC automatically places all the files in the Map-inputvariable [...]

MockRemoteObject

Keep Reading ...

When developing a business Flex application, you may sooner or later want to decouple the Flex side from the server side for (unit)testing purposes. With Cairngorm and PureMVC projects, i often see mock Delegates or Proxies appear (and some kind of injection). What i do most of the time is write the service implementation as [...]