Amdatu web uses apache wink to create restful web app in OSGi. Recently the Apache Wink project retired - I don't know exactly why.
My question is: Can I use apache web for my production OSGi application? is the RETIRED apache wink with in amdatu web stable for production usage? and If not how to use other rest providers like Jersey?
Thanks
In the next Amdatu Web release of Apache Wink will be replaced by RESTEasy, you can't just drop in any provider so it won't be possible to use Jersey.
Furthermore we are updating the whiteboard implementation in Amdatu Web to implement the JAX-RS Whiteboard specification mentioned by Neil Bartlett.