Hi folks:
I had a couple of quick questions (actually, mainly one question) I was hoping someone with knowledge of Velocity could answer.
From what I have been reading, Velocity essentially provides a markup or template language which is then consumed by an engine which can then fill in the references and conditional statements to generate HTML by using the declared references to
java objects. Which essentially means that, like a
JSP, this is all stuff that happens before the page is rendered.
Does Velocity (or its related projects) support any client->java method mapping, or any action mapping at all? I'm looking for the kind of functionality where the framework provides you with either an automatic mapping or establishes conventions that make mapping mouseclicks to java method calls (maybe involving AJAX, maybe not) easy.
-carlos