[ 
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.

Reply via email to