On 11/19/10 1:43 PM, Vicary Archangel wrote: > Hi Justin, > > On Sat, Nov 20, 2010 at 12:39 AM, Justin Edelson > <[email protected]>wrote: >> >> Have you looked at just running BlazeDS or LCDS inside Felix/Sling? That >> seems much simpler than writing your own RTMP server. >> >> Justin > > > Thanks for the advise. > > It seems just a bit outta my expectation and interest if I run those > Java thing > inside Sling. My original thought is making the whole thing from back to > front > with JavaScript. (Says MongoDB at the back, along with Flash / AJAX)
Out of the box, Sling's scripting harness only get invoked as part of HTTP request processing. You'll have to write some bridge code in Java to do something else. As I said, I don't know why you would do this instead of just using BlazeDS. Justin > > When there is already open source products there in Java, I believe porting > the > whole thing into OSGi bundles will be only a handful of tasks. > > All I need is to confirm the ability of Sling in handling most of the common > used > LCDS functionalities, before I start anything. > > Vic >
