You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Sergey Beryozkin <sb...@gmail.com> on 2012/01/27 14:23:28 UTC

Splitting the jaxrs frontend

Hi

I'm planning to split the jaxrs frontend  on the trunk only as follows:

1. Move the CORS code to the rt/rs/security/cors module, initially it 
will be just few files but that number will very likely to grow
2. Move the existing WebClient/proxy client code to
    rt/rs/extensions/client
3. Move the selected set of optional providers to
    rt/rs/extensions/providers

this is just a start,
comments are welcome

Sergey