You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2007/12/21 05:44:43 UTC

[jira] Commented: (DIRMINA-499) Bindings for Scala

    [ https://issues.apache.org/jira/browse/DIRMINA-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553862 ] 

Trustin Lee commented on DIRMINA-499:
-------------------------------------

First of all, thank you very much for your contribution!  For now, we don't have any committer who knows Scala, so importing your patch immediately might make it unmaintainable module without your help.  Please keep posting patches and show your will to contribute to the MINA project, then hopefully you could join the team and provide the top quality Scala integration for MINA.  I am already impressed though. :)

> Bindings for Scala
> ------------------
>
>                 Key: DIRMINA-499
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-499
>             Project: MINA
>          Issue Type: New Feature
>          Components: Example, Integration
>    Affects Versions: 2.0.0-M1
>            Reporter: Rich Dougherty
>            Priority: Minor
>         Attachments: bindings-for-scala.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.