Discussion:
Jackrabbit repository viewer?
Zhenhua Guo
2009-12-16 04:04:06 UTC
Permalink
I wonder how you view the content in Jackrabbit repository for debugging.
I tried to insert some nodes into repository and use the jackrabbit
built-in webapp to browse the repository (via "Remote access" link
like http://host:port/jackrabbit/server/default/jcr:root). But I can
only see the root node within the returned xml data.
I wonder how the "Remote access" link is supposed to work. Can it be
used to browse all nodes and properties added to the repository?
Thanks

Gerald
Alexander Klimetschek
2009-12-16 09:47:13 UTC
Permalink
Post by Zhenhua Guo
I wonder how you view the content in Jackrabbit repository for debugging.
See http://wiki.apache.org/jackrabbit/JcrLinks#Open_Source_Tools_and_Libraries
Post by Zhenhua Guo
I wonder how the "Remote access" link is supposed to work. Can it be
used to browse all nodes and properties added to the repository?
Remote access is for client applications that want to access the
repository remotely. server/default is the endpoint for the "default"
workspace of the JCR webdav server. Since it's HTTP and WebDAV, the
protocol is human readable, but it's not really an UI for browsing the
repository.

Regards,
Alex
--
Alexander Klimetschek
***@day.com
Rakesh Vidyadharan
2009-12-16 11:09:35 UTC
Permalink
Post by Zhenhua Guo
I wonder how you view the content in Jackrabbit repository for debugging.
I tried to insert some nodes into repository and use the jackrabbit
built-in webapp to browse the repository (via "Remote access" link
like http://host:port/jackrabbit/server/default/jcr:root). But I can
only see the root node within the returned xml data.
I wonder how the "Remote access" link is supposed to work. Can it be
used to browse all nodes and properties added to the repository?
Thanks
Gerald
http://kenai.com/projects/jcrmanager (shameless plug)
Anibal Sanchez
2009-12-16 10:37:24 UTC
Permalink
Hi Gerald,

I've searched recently for a good viewer. There's no perfect option.

The best hope is related to way for the donation of the CRX explorer.


Today, I've opted for jcr-explorer (jcr_controller is viable, but it's not a
web tool).
http://www.jcr-explorer.org/index.html


Regards,
Anibal
Justin Edelson
2009-12-16 13:43:29 UTC
Permalink
I haven't used it recently, but the CRX Eclipse plugin was pretty
close to perfect (and usable with JackRabbit). IIRC, free as in beer.

Justin
Post by Anibal Sanchez
Hi Gerald,
I've searched recently for a good viewer. There's no perfect option.
The best hope is related to way for the donation of the CRX explorer.
Today, I've opted for jcr-explorer (jcr_controller is viable, but it's not a
web tool).
http://www.jcr-explorer.org/index.html
Regards,
Anibal
Anibal Sanchez
2009-12-16 14:04:30 UTC
Permalink
Hi Justin,

I tried CRX Eclipse plugin, but it's not a perfect fit for Jackrabbit (I
can't use it with 1.6).... and It's not web. It's oriented for development
purposes.

"Day Management AG or ("Day") is pleased to offer you use of this content
repository and tools for non-commercial use."


Thanks,
Anibal
I haven't used it recently, but the CRX Eclipse plugin was pretty close to
perfect (and usable with JackRabbit). IIRC, free as in beer.
Justin
Hi Gerald,
Post by Anibal Sanchez
I've searched recently for a good viewer. There's no perfect option.
The best hope is related to way for the donation of the CRX explorer.
Today, I've opted for jcr-explorer (jcr_controller is viable, but it's not a
web tool).
http://www.jcr-explorer.org/index.html
Regards,
Anibal
Justin Edelson
2009-12-16 14:20:43 UTC
Permalink
IIRC, the plugin provided an extension point for supporting new JR/CRX
versions, so adding JR 1.6 support is feasible.

But yes, it's clearly a dev tool. Which I thought was the original
question.

Justin
Post by Anibal Sanchez
Hi Justin,
I tried CRX Eclipse plugin, but it's not a perfect fit for
Jackrabbit (I
can't use it with 1.6).... and It's not web. It's oriented for
development
purposes.
"Day Management AG or ("Day") is pleased to offer you use of this content
repository and tools for non-commercial use."
Thanks,
Anibal
I haven't used it recently, but the CRX Eclipse plugin was pretty close to
perfect (and usable with JackRabbit). IIRC, free as in beer.
Justin
On Dec 16, 2009, at 5:37 AM, Anibal Sanchez
Hi Gerald,
Post by Anibal Sanchez
I've searched recently for a good viewer. There's no perfect option.
The best hope is related to way for the donation of the CRX
explorer.
Today, I've opted for jcr-explorer (jcr_controller is viable, but
it's not
a
web tool).
http://www.jcr-explorer.org/index.html
Regards,
Anibal
Torgeir Veimo
2009-12-16 14:27:51 UTC
Permalink
Post by Justin Edelson
IIRC, the plugin provided an extension point for supporting new JR/CRX
versions, so adding JR 1.6 support is feasible.
But yes, it's clearly a dev tool. Which I thought was the original question.
The easiest tool to integrate into any application is most likely one
that relies on only JSPs, and possibly a simple javascript library, eg
jquery loaded from google's servers.
--
-Tor
Anibal Sanchez
2009-12-16 14:35:09 UTC
Permalink
To be precise, IIRC is free as in beer for non-commercial use.

So... I'm back to jcr-explorer (Apache License
2.0<http://www.ohloh.net/licenses/16>
)

Thanks,
Anibal
Post by Justin Edelson
IIRC, the plugin provided an extension point for supporting new JR/CRX
versions, so adding JR 1.6 support is feasible.
But yes, it's clearly a dev tool. Which I thought was the original
question.
Justin
Hi Justin,
Post by Anibal Sanchez
I tried CRX Eclipse plugin, but it's not a perfect fit for Jackrabbit (I
can't use it with 1.6).... and It's not web. It's oriented for development
purposes.
"Day Management AG or ("Day") is pleased to offer you use of this content
repository and tools for non-commercial use."
Thanks,
Anibal
I haven't used it recently, but the CRX Eclipse plugin was pretty close
Post by Justin Edelson
to
perfect (and usable with JackRabbit). IIRC, free as in beer.
Justin
Hi Gerald,
Post by Anibal Sanchez
I've searched recently for a good viewer. There's no perfect option.
The best hope is related to way for the donation of the CRX explorer.
Today, I've opted for jcr-explorer (jcr_controller is viable, but it's
not
a
web tool).
http://www.jcr-explorer.org/index.html
Regards,
Anibal
Loading...