You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Tomasz Blachowicz (JIRA)" <ji...@apache.org> on 2009/01/04 00:25:44 UTC

[jira] Commented: (DIRMINA-654) Google Protocol Buffers Codec

    [ https://issues.apache.org/jira/browse/DIRMINA-654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660516#action_12660516 ] 

Tomasz Blachowicz commented on DIRMINA-654:
-------------------------------------------

The implementation provided contains:
* Protocol encoder, protocol decoder and protocol codec factory (including Javadocs)
* Unit tests
* Sample application FileBrowser (in examples)
* License for Google Protocol Buffer (New BSD License)

The only new Maven dependency is protobuf in version 2.0.3 (protoc binary is not mendatory). Because the protobuf doesn't exist in central repository I added new repository to main pom.xml.



> Google Protocol Buffers Codec
> -----------------------------
>
>                 Key: DIRMINA-654
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-654
>             Project: MINA
>          Issue Type: New Feature
>          Components: Filter
>            Reporter: Tomasz Blachowicz
>         Attachments: protobuf.txt
>
>
> Google Protocol Buffers (protobuf) are language-neutral, platform-neutral, extensible mechanism for serializing structured data. Apache MINA already provides several protocol codecs (decoders and encodes) that allows to deal with different wire formats. The Protocol Buffer is the perfect candidate for new codec available as separate and optional module within Apache MINA.
> More details on Protocol Buffers can be found on the website:
> http://code.google.com/apis/protocolbuffers

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