Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 739
deamon Avatar asked Jul 31 '10 11:07

deamon


1 Answers

This example here doesn't use Sun specific stuff, it uses standard jax-rs constructs...

http://blogs.citytechinc.com/sjohnson/?p=32

like image 191
biddster Avatar answered Oct 19 '22 01:10

biddster