File: README.txt

package info (click to toggle)
activemq-protobuf 1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 684 kB
  • ctags: 827
  • sloc: java: 7,198; xml: 427; sh: 11; makefile: 7
file content (25 lines) | stat: -rw-r--r-- 1,008 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=======================================================================
The AcitveMQ Protocol Buffers Java Implementation
=======================================================================

Protocol Buffers is a data interchange format developed by 
Google.  You can get more information about Protocol Buffers
at:

 http://code.google.com/apis/protocolbuffers/


Unfortunately the the main Protocol Buffer's project made the 
Java API cumbersome to use since the messages are immutable.  They
Justify this decision by highlighting the fact it reduces end user
error that occur with Mutable messages.

This module brings you a slimmed down lean and mean API to accessing
Protocol Buffer data structures.  It provides little protection
from end users 'hurting themselves', but it does give power user
and easier to use API.

In addition, this module provides a Java based code generator so 
that it's easier to code generate your Protocol Buffer classes in 
a java based build system like Ant or Maven.