Carlos M Rodriguez

Greenhorn
+ Follow
since Oct 27, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Carlos M Rodriguez

Maybe I should have explained myself in simpler terms, but I just needed to know if Velocity had any facilities to send UI events to the java side from the Javascript side (action mappings, command mapping, what have you, think Wicket, DWR, JSF, etc). But it has become clear to me that this is completely outside the scope for Velocity.

Thank you.
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
Hi:

I have heard that there is some vodoo one can do to make WAS 5.x into a JSP2.0 compatible JSP container.

And no, I don't mean "upgrade to 6.0").

Any thoughts on how such a feat may be accomplished?
19 years ago