Hi Alexander,

I think you can browse and test 'WebContent Portlet' in /demo portlet 
application of Jetspeed-2.
This portlet do some basic things to extract and convert other web pages.

If the portlet does not fit for your requirements, then I think you can choose 
one of the
followings:
(1) To improve the web content portlet. For example, you can adopt JTidy to use 
XSLT.
(2) To adopt CocoonPortlet and Cocoon web application.
    With Cocoon, I think you can use HTML Generator to extract XML documents 
from other web pages
and XSL transformer to transform the contents.
    See http://cocoon.apache.org/2.1/userdocs/html-generator.html for HTML 
Generator, and see
http://cocoon.apache.org/2.1/userdocs/concepts/index.html for general 
understanding.

By the way, if you build a cocoon pages to generate/transform/serialize from 
other web pages, then
you can use CocoonPortlet in Jetspeed-2 like the following after installing 
cocoon application:

    <fragment id="dp-20" type="portlet" name="cocoon::CocoonPortlet">
      <property name="row" value="8"/>
      <property name="column" value="0"/>
      <preference name="servlet-path" readOnly="true">
        <value>samples/blocks/portal/portlets/hello</value>
      </preference>
    </fragment>

The servlet-path preference above ('samples/blocks/portal/portlets/hello') is 
just a cocoon url,
which can be used and tested in the client browser.

Development with Cocoon could be discussed in detail in the Cocoon mailing list.


HTH,

Woonsan


--- Alexander van der Woude <[EMAIL PROTECTED]> wrote:

> Hello all,
> 
> let me describe what I need to do. 
> 
> We have a jetspeed portalsite. In one of the positions we want to put an 
> exsisting website. 
> To get that website to be a portlet we neet to  catch the <html> <head> en 
> <body> tags and put
> the <portlet> tag in place. We try to achieve that with 
> xslt. Anybody has suggestions on how to do it?
> 
> 
> Alexander
> 
> -----Oorspronkelijk bericht-----
> Van: Woonsan Ko [mailto:[EMAIL PROTECTED]
> Verzonden: vrijdag 2 november 2007 1:37
> Aan: Jetspeed Users List
> Onderwerp: RE: cocoon and jetspeed-2 integration
> 
> 
> Hi Alexander,
> 
> AFAIK, the CocoonPortlet explained in the nabble list is very helpful because 
> we don't have to
> implement another portlet to use Cocoon technology.
> If you are familiar with Cocoon technology, then just implement Cocoon pages 
> in the Cocoon-based
> web application. And just use the Cocoon url as a preference for the built-in 
> CocoonPortlet.
> 
> The CocoonPortlet is like a bridging solution for Cocoon application. I think 
> it would be enough
> to insert the Cocoon portlet into the page after deploying Cocoon application.
> 
> Regards,
> 
> Woonsan
> 
> --- Alexander van der Woude <[EMAIL PROTECTED]> wrote:
> 
> > 
> > Hello again.
> > 
> > The nabble list was clear on how to deploy cocoon to jetspeed-2. 
> > 
> > That was helpfull but I still need an example of how to use cocoon to 
> > create a portlet from an
> > existing webpage in jetspeed.
> > 
> > Anybody has info or a tutorial?
> > 
> > 
> > Thnks
> > Alex
> > -----Oorspronkelijk bericht-----
> > Van: Ate Douma [mailto:[EMAIL PROTECTED]
> > Verzonden: woensdag 31 oktober 2007 12:38
> > Aan: Jetspeed Users List
> > Onderwerp: Re: cocoon and jetspeed-2 integration
> > 
> > 
> > Alexander van der Woude wrote:
> > > Hello,
> > > 
> > > in a portal application I need to use a portlet that uses xsl 
> > > transformations with cocoon. I
> > cannot find any documentation on how to integrate cocoon with jetspeed-2.
> > > 
> > > Can anybody tell me how to do that?
> > I haven't done so myself, but this has been discussed before and AFAIK it 
> > shouldn't be too
> > difficult.
> > AFAIK, the following discussion thread provides pointers how to do this:
> > 
> >    
> > http://www.nabble.com/Can%27t-seem-to-deploy-Cocoon-to-Jetspeed-2.1-tf3954106.html
> > 
> > Regards,
> > 
> > Ate
> > 
> > > 
> > > Greetings
> > > Alexander
> > > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to