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

Julien Vermillard commented on DIRMINA-654:
-------------------------------------------

first comments : 
in pom.xml 

you got 
      <dependency>
        <groupId>${groupId}</groupId>
        <artifactId>mina-filter-codec-protobuf</artifactId>
        <version>${pom.version}</version>
      </dependency>

      <dependency>
        <groupId>${groupId}</groupId>
        <artifactId>mina-filter-codec-protobuf</artifactId>
        <version>${pom.version}</version>
      </dependency>

      <dependency>
        <groupId>${groupId}</groupId>
        <artifactId>mina-filter-codec-protobuf</artifactId>
        <version>${pom.version}</version>
      </dependency>

2 times too much ? 

The example is neat but a bit heavy IMO, we need something simpler for helping 
to understand how to use the filter.
Anyway nice contrib :)

> 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