-
Notifications
You must be signed in to change notification settings - Fork 70
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
normalize REST dsl usage #48
Conversation
@acoburn firing up vagrant and testing now 😄 |
fcrepo doesn't come up with this one on first pass with vagrant.
whole bunch of that. ...and karaf
|
closing this for now -- I may reopen it later, but I'd like to see a testing framework in place first, similar to #65 |
@acoburn agreed! We're so close. |
So I finally figured out how to register web services in Karaf using JAXRS annotated beans and publishing them to the OSGi service registry. We should consider normalizing services with that approach. I've spent a huge amount of time time trying to get seperate camel contexts to integrate with the servlet that Karaf provides. Jetty, shared netty, servlet, spark-restlet.... none of them do 100% of what we need through the rest DSL facade. |
This normalizes the REST dsl usage in the camel routes. @daniel-dgi will definitely need to look closely at this commit to make sure I didn't mess this up (esp. the PUT facade). n.b. I changed this from using the
jetty
component to using theservlet
component because that's what thecollections-service
uses.