On Jul 2, 2011, at 12:53 PM, Dmitry Gutov wrote:

>> Is there any hope of getting rid of the servlet altogether, and
>> somehow get a Ring handler to perform whatever Vaadin stuff that needs
>> to be done on the server?
> 
> Well, you could rewrite the servlet in Clojure... right?
> Aside from that, I don't think so. Ring works on a much lower level of
> abstraction.

FWIW, https://github.com/laurentpetit/ring-java-servlet provides a canned 
compiled servlet that will delegate all requests to a ring handler you specify 
in your web.xml descriptor.

That's generally useful, not just for Vaadin apps, and (often) allows you to 
eliminate AOT compilation from your ring projects.

- Chas

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to