You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by "Khanapurkar, Mona A." <Mo...@idearc.com> on 2007/09/13 23:51:05 UTC

Jackrabbit tag support

Hi,

I am looking to see if Jackrabbit provides tag library for content
access from jsp. Has anyone used an alternative, if it is not available?

Thanks,
Mona


Re: Jackrabbit tag support

Posted by Brian Thompson <el...@gmail.com>.
In my project, I put the data into beans instead of going directly to the
JCR Nodes.  With that model, the Struts 2 taglib and JSTL core did the
trick.

-Brian



On 9/13/07, Khanapurkar, Mona A. <Mo...@idearc.com> wrote:
>
> Hi,
>
> I am looking to see if Jackrabbit provides tag library for content
> access from jsp. Has anyone used an alternative, if it is not available?
>
> Thanks,
> Mona
>
>

RE: Jackrabbit tag support

Posted by "Khanapurkar, Mona A." <Mo...@idearc.com>.
To use these jcr tags, it looks like I must set certain JNDI resources,
like "jcr/repositoryFactory", "jcr/beanFactory",
"jcr/traverser/default", etc. Am I right? I am using Jetty and am not
able to set the jcr/repositoryFactory. Do you have a sample of this
setup in jetty? Please let me know if I'm in the right direction.

Thanks,
Mona  

-----Original Message-----
From: Jukka Zitting [mailto:jukka.zitting@gmail.com] 
Sent: Friday, September 14, 2007 12:22 AM
To: users@jackrabbit.apache.org
Subject: Re: Jackrabbit tag support

Hi,

On 9/14/07, Khanapurkar, Mona A. <Mo...@idearc.com> wrote:
> I am looking to see if Jackrabbit provides tag library for content
> access from jsp.

Check out the JCR taglib component in the Jackrabbit contrib folder.
It hasn't been too actively used so it's not yet a release component,
but if there's more interest I would certainly consider promoting it.

BR,

Jukka Zitting

Re: Jackrabbit tag support

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On 9/14/07, Khanapurkar, Mona A. <Mo...@idearc.com> wrote:
> I am looking to see if Jackrabbit provides tag library for content
> access from jsp.

Check out the JCR taglib component in the Jackrabbit contrib folder.
It hasn't been too actively used so it's not yet a release component,
but if there's more interest I would certainly consider promoting it.

BR,

Jukka Zitting