Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jackrabbit oak support #98

Open
dbu opened this issue Nov 16, 2014 · 12 comments
Open

jackrabbit oak support #98

dbu opened this issue Nov 16, 2014 · 12 comments

Comments

@dbu
Copy link
Member

dbu commented Nov 16, 2014

it would be nice to have a working setup with jackrabbit oak.

a first step would be to wire the jcr to davex libraries around oak. once the oak http api starts to exist, we could also work with that one.

adobe people told us that using the davex libraries should work. but there is no ready made .jar like for jackrabbit 2.x so it would need some investigating into the internals of oak and jackrabbit.

@lsmith77
Copy link
Member

see this thread for some hints on how to configure oak with the old http api
http://mail-archives.apache.org/mod_mbox/jackrabbit-oak-dev/201407.mbox/%3C53BE9DF1.50003@apache.org%3E

@levuro
Copy link

levuro commented Feb 10, 2015

Hi there - i see there are now regular releases of OAK and I am wondering if there is any progress on the HTTP api side? from what i understood its there but it does not support the multi - fetches used by jackrabbit. Are they planning to do this or will jackrabbit need some refactoring?

@dbu
Copy link
Member Author

dbu commented Feb 10, 2015

the "old" jackrabbit remoting layer should work with oak but needs to be bundled which exceeds my java skills. somebody would need to dig into that and have a jar / war file that can be run with oak and the jcr remoting of jackrabbit. then we could see with the tests if that works or not.

but in other news, oak is starting to think about adding a REST layer for remoting access. @lsmith77 and me will meet adobe people tomorrow to discuss that. the first draft idea is at https://github.com/francescomari/oak-remote

@dbu
Copy link
Member Author

dbu commented Feb 24, 2015

one of probably many things to look at is https://issues.apache.org/jira/browse/OAK-533 - maybe oak will do something different with mix:lastModified

@levuro
Copy link

levuro commented Aug 24, 2015

hi @dbu - were there any recent development on the rest layer of oak?

@gmoigneu
Copy link

gmoigneu commented Nov 8, 2015

Hi. Have you made any progress on Oak or decided to cancel this one ?

@lsmith77
Copy link
Member

lsmith77 commented Nov 8, 2015

we have not invested anymore time into this .. afaik the Oak HTTP interface is making good progress .. so it just needs someone to put int the time.

@koemeet
Copy link

koemeet commented Feb 3, 2016

Isn't Oak a drop-in replacement for Jackrabbit 2.x? Or does there need to be an implementation to support it in jackalope?

@dbu
Copy link
Member Author

dbu commented Feb 4, 2016

the JCR specification does not change for oak, but in jackalope-jackrabbit we do not call java. instead, we use the jackrabbit remoting protocol which is not part of any official standard. it turned out that its possible to wrap the jackrabbit remoting to jcr layer around oak, but there seem to be no official distributions of this set up. and when we tried, there where a few differences like oak did not support multiple workspaces. see also #109

the oak people where also talking about a new, cleaner remoting protocol for oak. if we could dock to that, a new Client would need to be written, but it hopefully could look a lot cleaner. i did not follow up on things there recently, being busy with keeping the cmf up to date with symfony 2.7 and now 3.0. if you are interested in working on this, i can look for the current state of the oak remoting and try bring you into contact with the oak/jackrabbit people that helped us in the past.

@ftaiolivista
Copy link

I see OAK now has an HTTP api. In this repository, there is two oak branch but seems abandoned-ware. Any plan for OAK transport implementation?

@lsmith77
Copy link
Member

not that I am aware of but it would be awesome to have this!
note this might also be an opportunity to further move the current transport API away from being based on the old Jackrabbit XML API.

@dbu
Copy link
Member Author

dbu commented Dec 22, 2017

i also would not know of anybody currently working on that. if you want to give it a go, please do. either based on the current Transport implementation or with a cleaned up approach that would end up being a version 2 of jackalope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants