users@jersey.java.net

marshalling to html templates

From: John Calcote <john.calcote_at_gmail.com>
Date: Thu, 18 Mar 2010 11:18:34 -0600

Has anyone ever considered using JAXB and HTML templates to marshall
Java objects to/from HTML?

Seems like a useful thing to do, and I've got a use case for it at the
moment. I have a ReST webapp and client that exchange XML messages. For
testing and browsability, it would be nice to support text/html as an
accept header mimetype from the browser.

Thoughts?

John