Hi Julek, After not following the list for the better part of a year you happened to post your question at just the right time as my attention returned...
I initially created XTC a couple of years ago when I moved to Restlets but really wanted templating like Facelets offered. It's been used in a few applications, and should be as scalable as Facelets itself is as all the template compilation and caching is as per Facelets. Most of the changes made to the code recently have been on a Launchpad branch to better work in OSGi. I'd be more than happy to assist you with Spring integration, although I'm not a Spring user myself. Latest code is at https://code.launchpad.net/~mterring/xtc/osgi Regards, Michael. On Fri, Sep 24, 2010 at 7:34 PM, Juliusz Kopczewski <[email protected]> wrote: > Hello everyone! > > This question might be only loosely related to Restlet, however seems to be > the only RESTful framework to support Facelets-like solution for templating. > From what I read, this is in fact a port of Facelets called XTC. > > Currently, I'm developing an application using Spring MVC. I did a pretty > extensive research on templating solutions available (including Freemarker, > StringTemplate, Velocity, etc.). Don't really want to go into detail on that. > For different reasons I don't really like either of those. > > The point is, I would like to write a Spring view support for XTC. This might > not happen instantly, as I managed to integrate somehow Spring MVC and the > reference Facelets implementation. This however has some major drawbacks. > Although I use Facelets solely as a templating solution, HttpSession is still > used. Invalidating it has no effect, however the integration is far from > being elegant. > > I have following questions about XTC: > - How stable it is? (The last version I could find is approximately 2.5 > years old) > - Would it be possible to somehow contact the author if I had some questions > concerning his implementation? > - Were there any applications developed using this implementation? If so, > are there any performance issues I should be aware of? > > Thanks! > Julek > > ------------------------------------------------------ > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2664114 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2664518

