Hi, If you're looking for a simple AJAX library and optionally some MVC "framework" that will run without a Servlet container I might suggest a project I started one year ago (https://rajax.dev.java.net). There is an article on java.net about its usage: http://today.java.net/pub/a/today/2007/06/21/almost-cpu-free-mvc-pattern-with-rajax.html
If you use it, it can be easily extended with a dispatcher implementation for the http server that is already on the openejb server and run without any extra servlet/etc... containers. Cheers, Paulo On 8/28/07, Karan Malhi <[EMAIL PROTECTED]> wrote: > > Is it possible to support JSF without a full servlet container, jsp > > enginge, and tag libs support? > > You are right. I don't think we can do that without a jsp engine. As > usual, I just got too excited when I posted my thoughts ;) > > -- > Karan Singh Malhi > -- Paulo Lopes www.scratchydreams.com
