Reputation: 92509
There are examples on the web showing how to use the JAX-RS implementation Jersey with custom template engines like FreeMarker. But these examples are looking a bit improvised or dated. There is also one example relying only on JAX-RS and not Jersey specific classes. Is there a mature ViewProcessor
implementation for FreeMarker or do I have to write my own?
Upvotes: 9
Views: 3072
Reputation: 21
This example here doesn't use Sun specific stuff, it uses standard jax-rs constructs...
http://blogs.citytechinc.com/sjohnson/?p=32
Upvotes: 2