Hi There is no best solution to rule them all. Use what works best for you.
Yes template engines is great for generating dynamic HTML pages. If you are into the Scala world, then there is also scalate http://scalate.fusesource.org/ On Mon, Dec 12, 2011 at 5:51 PM, Sol Ido <[email protected]> wrote: > Hello everyone, > > I'm starting with Camel and i would like to generate advanced HTML content. > I'm using Jetty as a component and not Servlet inside a container. > > Is this solution the best one > > from("jetty:url").to("freemarker:template") > // or stringtemplate or Velocity > > or is there a way to configure jetty with context where it can find more > standard jsp,jsf,struts, etc > > Please let me know about your experience. > > Robbie > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Best-practice-to-generate-complexe-HTML-tp5068900p5068900.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
