Am Friday, 5. October 2012 schrieb Dimitar Dimitrov: > Hi guys. hello Dimitar,
> I forgot to mention that I have successfully integrate Flex Upload with > the Sling by using the as3httpclient as Oliver recommends. > The main issue that I met after that was the sling.formauth cookie. But > with the as3httpclient I managed to extract the cookie and everything > works fine now. > For now I am trying to implement Flex object persistence to JCR object > in the repository, by using some kind of "Active Record" pattern. If I > able to produce a working version I will commit it as an open source > library. I've done Flex/Magnolia, Flex/Sling and Flex/db4o persistence. ActionScript (Object) to Java (Object) persistence mapping can be painful. I suggest modeling your content (data) with Nodes and Properties in JCR and using JSON or XML in Flex. regards, O. > Thanks again. > Dimitar. >
