Hi Markus, Day added the Portal Director to their (Sling-based) CQ5 portfolio this march so I bet this code is the rudimentary base of this integration. The integration in portlets should not be the hardest task since the RESTfull URIs of Sling allow strikt forward webclipping with a bit of url rewriting (so there should be some webclipping code for portlets out there which you can start with).
The integration of portlets can be pretty hard since you should fullfill the complete specification (JSR-168/JSR-286) if you don't want to just embed a specific portlet. The nice about this task is... you DO have a detailed specification (which isn't always the case when you have to integrate other backends). It might be worth asking Day directly if their solution is strictly bound to CQ5 or may be reused for a pure Sling instance. Best regards, Dominik On Tue, Sep 8, 2009 at 5:14 PM, Markus Pallo <[email protected]> wrote: > Hello, > > we have the need to integrate some portles in our sling applications or > vice versa. > > I have seen that there are some incubator checkins to > incubator/sling/whiteboard/portal/container/src/main/java/org/apache/sling/portal > for some pluto stuff. > > Has somebody any idea how to use portlets with sling and whats the use case > for above mentioned code ? And whats the status of it ? > > Thanks for any reply. > > > Markus >
