Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
2.0.0-M1
-
None
Description
Here's a contribution of bindings for the Scala language. Since announcing an initial version six weeks ago, I've taken some time to improve and extend them. They're now quite different from that first version. They still needs more documentation and some unit tests, but are generally in a state that I'm happy with.
Notes:
- Patch is against trunk.
- The bindings are in a new submodule called "integration-scala".
- Scala examples have been added to the "example" submodule. These are also currently the best documentation for the bindings.
- Code is formatted and indented according to the convention used in the Scala compiler, which I take to be the "standard" for Scala code.
Warning: This patch approximately doubles the time it takes to perform a "mvn -Dmaven.test.skip install" on my computer. This time can probably be improved by trying to run the Scala compiler once within each submodule, rather than multiple times, but the effect will still be noticeable. If this increase in build time is problem, then the bindings probably may need to stay outside MINA's trunk.