And this is what I was suggesting. Not that everyone use Jython or require
it for the build to work. Just that we allow for a plugin system.
-Ben
"Jose Alberto Fernandez" <[EMAIL PROTECTED]>
06/20/2001 12:58 PM
Please respond to velocity-dev
To: <[EMAIL PROTECTED]>
cc:
Subject: RE: RFC: Python objects in context
What one needs is some sort of Velocity-Property handler that can be
registers when the context is created. By default Context will have a
Map-Property handler and a Bean-property handler preregister. But code
could
prefix their own.
Velocity will just go thru them and apply the first one to match, where
matching means the object is an instanceof the class/interface specified
the
handler.
Or something like that....
Jose Alberto