|
Project Information
Members
Featured
Downloads
|
This project is a Java ME implementation of Google Protocol buffer. It contains a code generator and a runtime library.
Any bug reports, questions, comments and suggestions can be sent to: hansjar at gmail dot com NewsJanuary 13, 2012There are a lot of features and some crucial bugs that needs to be fixed for this project to have a good foundation of future updates. Currently I don't have enough time to handle all of this by myself, and just wanted to know if there are a few developers that want to help me out. This means everything from making a backlog of prioritized items for the next release to actually implementing them. Send me an e-mail if you are interested and we can hopefully get a new release out soon. June 15, 2011Added support for comments in the proto-files. February 23, 2011Version 1.1.0 released. Added support for using repeated (lists) on custom types. For more information go to the user documentation, Recursion section. October 8, 2010Proto2javame + protobuf-javame version 1.0.1 released. This is a bug-fix release, fixing a problem with nested messages. September 5, 2010Documentation is updated and I have added a Quick start guide. September 5, 2010Proto2javame + protobuf-javame 1.0.0 released. Lots of updates, including support for nested messages and enums. The user documentation is not updated yet, but there are examples included in the zip-file. Updates to the documentation is coming soon! Please try it out and report if any bugs are detected. August 20, 2009Proto2javame 0.8.1 released. A small update fixing a problem with the parseFields-method in the generated source code. August 14, 2009Protobuf-javame 0.8.0 is released. If you have generated code with a previous version, please re-generate with 0.8.0 and update the runtime library. protobuf-javame:
proto2javame:
July 15, 2009A small update to the packaged zip file. This now includes a midlet example that uses Microlog to test out the Java ME protocol buffer. The zip-file is at version 0.7.1, while the other libraries are still 0.7.0. If you need a logging library for Java ME I highly recommend Microlog. Look at the new midlet example (protobuf-javame-midlet-example.zip packaged in the protobuf-javame-0.7.1-all.zip file) to see how it can be integrated easily with protobuf-javame. July 2, 2009Version 0.7.0 of the proto2javame and protobuf-javame implementation released. proto2javame
June 16, 20090.6.0 of the proto2javame and protobuf-javame implementation released. New proto2javame features:
New protobuf-javame features:
May 27, 2009Added user documentation. May 20, 20090.5.0 version of protobuf-javame and proto2javame is released. This is a project that makes it possible to use Google Protocol Buffers in Java ME. It comes with its own code generator (proto2javame) and runtime library (protobuf-javame). Since it is a Java ME version it is naturally more limited than the standard implementation (http://code.google.com/p/protobuf/). It currently supports:
It also supports required, repeated and optional. It uses the same proto-files as the standard implementation, but the source code files must be generated with proto2javame if you plan to use it in your Java ME code. This is only version 0.5.0, so there are several planned features that will be added in the near future. However, if you are interested in this project and would like to use it please try it out and send me an e-mail on what you like, didn't like, suggestions to new features and bug reports. Documentation and examples will be posted soon. To use the project simply use the code generator to create java code from your .proto-file: Finally, add the protobuf-javame.jar file to your project. |