In no particular order my current OSS activity goals are:
Implement support for invoking Java vararg methods from FreeMarker(this actually goes off the list, as I completed it on the quiet sunday afternoon while kids were at a birthday party)- Implement support for JSP 2.0 SimpleTag interface in FreeMarker's JSP taglib runtime
- Fix the JSP taglib lookup mechanism in FreeMarker's JSP taglib runtime
- Make the overloaded method invocation + varargs into a reusable library so I can support vararg methods in Rhino and also have other open-source dynalang communities leverage it
- Support vararg methods in Rhino
- Cleanup the LiveConnect implementation in Rhino (primitive booleans not coerced automatically, and in general overloaded method resolution could be better, and it doesn't use JavaBeans bean info, and...)
- Just generally try to attend to bug reports in Rhino
- Attempt to refactor Rhino-in-Spring to reuse Spring WebFlow as much as possible, 'cause having two webflow implementations on the same base code would really help it emerge into a flexible foundation worth submitting as a "Java Web Flow" JSR
No comments:
Post a Comment