After several weeks weeks using Java EE 6 Web Profile I discovered the first missing spec: JAX-RS.
I’m currently developing a simple web application and now wanted to add an interface for a PHP CMS. But how to create an interface without web services capabilities?
I think I will have to move to a full featured Java EE 6 application just to have JAX-RS 😦