Re: RE DOCS for embedding pluto including examples? walkthrough perhaps..
"David H. DeWolf" <[email protected]>
| Newsgroups | gmane.comp.jakarta.pluto.user |
|---|---|
| Message-ID | <[email protected]> |
What details are you looking for? Each of these services needs to be implemented in an application specific means. If you really don't have any idea where to start, then you probably don't need a custom solution and you should probably be using the pluto portal driver instead of embedding the container directly. Where are you stuck? Have you considered using the driver's implementation? David Anders Bengtsson wrote: > > > Nathaniel A. Johnson wrote: >> Anders Bengtsson wrote: >>> M A-2 wrote: >>>> Essentially, I want to personal certain aspects of a website, i.e. and >>>> am >>>> trying to embed pluto but so far no portals are getting rendered, >>>> >>> Hi, >>> >>> We're trying to embed Pluto too (to be able to run a CMS inside of a >>> Portlet). >>> >>> The only documentation we've found is >>> http://portals.apache.org/pluto/pluto-container/embed.html >>> which is comically void of any details: >>> >>> "Step 1: Implement org.apache.pluto.PortletContainerServices" ... yes, >>> how? >>> >>> Did you have any luck in getting anything to work? >>> >> Have a look at this article: >> http://www.developer.com/java/web/article.php/3563411 >> > > Hi Nate, > > To quote that article: > > // Step 1) Create an instance of the PortletContainerService > PortletContainerServices impl = . . . > > Even though that article is several pages long, it still doesn't really > provide any more information on this issue. > > /A >