My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

Objot is a lightweight service oriented library for efficient web development, based on Java 5, Javascript, Actionscript 3, etc.

Objot version 22 released

  • an optional fast binary codec format for Java only
  • Codec.name and Codec.byName support rule key
  • Codec.newList and Codec.undecodable
  • $enc.ref and $enc.unref support rule key
  • bug fixes
  • minor improvements

Objot version 21 released

  • bytecode parser and generator
  • faster codec
  • configure codec rules by user codes
  • codec on Actionscript 3
  • encode and decode single primitive data
  • ultralight, very fast and powerful IOC container
  • ultralight, very fast and powerful AOP implementation
  • file upload
  • upload progress notification
  • multi service parameters
  • documents
  • many bug fixes
  • many minor improvements
  • change to the GNU Lesser General Public License version 2.1

Objot version 15 released

  • Renames Java package objot to objot.codec and objot.Objot to objot.codec.Codec for more clear.
  • Supports getter and setter methods of Service Objects on Java.
  • Supports java.sql.Clob.
  • Much more pragmatic demo codes.
    • Uses Guice as service container.
    • Uses IOC for creating service instances for every http request and service test.
    • Uses AOP for authentication, database session and transaction in servlet and service tests.
    • Moves dependences on http session from service classes to the servlet class for better tests.
    • Some service tests based on JUnit 4.
    • An org.apache.commons.logging.Log implementation delegating logs to ServletContext.log within servlet or to console without servlet.
    • Improves ModelsCreate which could be used to create database tables and initial data for service tests and web tests.
    • Some web tests based on Selenium Core.
    • Some refactories.
  • Completes tests on Firefox 2, IE 6, IE 7.
  • Some bug fixes.
Powered by Google Project Hosting