Hi
On Oct 11, 2012, at 11:15 AM, forums_at_java.net wrote:
> I'm looking for the way which creates RESTful web servicies using JavaEE6 +
> Spring + Jackson. I wish this method doesn't depend on Jersey, and is
> available on any JavaEE container. Would you mind telling me this method? I
> will be grateful for any help you can provide.
>
I suggest you stick with plain Java EE6 and JAX-RS. That should give you all you need.
No need to pull in Spring and also no need to use non JAX-RS Jersey-features.
If you are looking at Spring for GUI reasons, this[1] might interest you - it is pretty
simply to roll your own, non proprietary, templating with JAX-RS 2.0 (due Nov. 2012)
Jan
[1]
http://jalg.net/2012/10/jax-rs-2-0-mvc/
> --
>
> [Message sent by forum member 'k_nak']
>
> View Post: http://forums.java.net/node/891360
>
>