deamon
deamon

Reputation: 92509

Using JAX-RS / Jersey with Freemarker templates

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

Answers (1)

biddster
biddster

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

Related Questions