Author: chirino
Date: Fri Aug 29 11:41:40 2008
New Revision: 690365
URL: http://svn.apache.org/viewvc?rev=690365&view=rev
Log:
setting up for multi module
Added:
activemq/sandbox/activemq-protobuf/activemq-protobuf/
activemq/sandbox/activemq-protobuf/activemq-protobuf/README.txt
activemq/sandbox/activemq-protobuf/activemq-protobuf/pom.xml
- copied unchanged from r690331,
activemq/sandbox/activemq-protobuf/pom.xml
activemq/sandbox/activemq-protobuf/activemq-protobuf/src/
- copied from r690331, activemq/sandbox/activemq-protobuf/src/
Removed:
activemq/sandbox/activemq-protobuf/pom.xml
activemq/sandbox/activemq-protobuf/src/
Added: activemq/sandbox/activemq-protobuf/activemq-protobuf/README.txt
URL:
http://svn.apache.org/viewvc/activemq/sandbox/activemq-protobuf/activemq-protobuf/README.txt?rev=690365&view=auto
==============================================================================
--- activemq/sandbox/activemq-protobuf/activemq-protobuf/README.txt (added)
+++ activemq/sandbox/activemq-protobuf/activemq-protobuf/README.txt Fri Aug 29
11:41:40 2008
@@ -0,0 +1,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.
+