On Tue, 29 May 2012 09:32:59 +0530 Dishara Wijewardana <[email protected]> wrote:
> 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.* I'm fine with it. > 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 ? > You mean a separate maven module in the engine project, as we talk about. It looks like the more logical way. So the way to go would be to branch the engine trunk into your sandbox directory. I can issue this command for you. Claude --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
