Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.0
-
None
-
None
Description
Copied from To Do List:
Implementa a META-INF/services mechanism for mapping Jelly libraries to namespace URIs in a similar way to how the commons-discovery and JAXP libraries work. This would allow Jelly libraries to be distributed in a self contained JAR then just put on the classpath and they'd be usable.
Attached patch uses Commons Discovery 0.2 with JDK 1.3 specification for service providers. The namespace URI for the Jelly Tag library is read from a properties file. Example included and all JUnit tests successfull.