You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by Florian Müller <fl...@alfresco.com> on 2010/10/04 12:46:26 UTC

Browser Binding development

Hi,

I'm working on an implementation of the current state of browser binding 
draft.

Since there is some overlap with the AtomPub binding, I started moving 
classes and code around to a shared package.

For those of you who use the server binding there are two changes you 
should be aware of:
- CallContextHandler and BasicAuthCallContextHandler are moved to 
org.apache.chemistry.opencmis.server.shared. If you have derived 
classes, you have to adjust your imports.
- This move also affects the web.xml. The parameter of the AtomPub 
binding servlet might have to be adjusted as well.


I hope that doesn't distract your projects too much.


- Florian