Hi guys,

I am in the process of validating using web services in conjonction with an 
AJAX layer on the front-side.  The architecture of this might look like: 

- using CXF to expose REST services
- these services will throw out some JSON (via Jettison)
- the client side will use YUI to access the service layer

I have 2 questions for you all:

1) Has anyone ever tried that (AJAX -> WS) ?  I thought it might decouples a 
little more the GUI from the back-end.

2) Are the annotations used in CXF to build a RESTful WS, in sync with what is 
going on in the JCP regarding JAX-RS (JSR 311 I think) ?

Thank you,

JS.

Reply via email to