Hi, This is regarding where to add and what is the tree structure and naming we can have within the velocity engine code base for jsr 223 implementation.
Regarding the naming and package structure, Simply my idea is to follow the same parallel structure as with javax.script.* . For API, same naming should be followed by a term "Velocity". i.e ScriptEngine > VelocityScriptEngine For packaging we can use org.apache.velocity.script.* compared to javax.script.* Regarding where to add this. I think it is better if we can have this as a separate module. If so, any particular name for the module ? Any other ideas ? -- Thanks /Dishara
