My favorites | Sign in
Google
Projects on Google Code Results 1 - 6 of 6
Jazzmaster is an application framework developed by Eiichiro Uchiumi ([http://www.eiichiro.org/ Eiichiro.org]) and can be performed on JDK 5 and later Java platform. Using Jazzmaster framework, you can construct the application from the small one which is processed on a command line to the large one...
The library provides *type safe* language integrated query capabilities to Java language. == Outline == JaQue provides an infrastructure for Microsoft [http://msdn.microsoft.com/en-us/library/bb308959.aspx LINQ] like capabilities on Java platform. Using [http://asm.objectweb.org ASM], JaQue buil...
*LIQUidFORM* stands for Language Integrated QUeries For Object Relational Mapping and is a Java library that provides a Java Domain Specific Language for building type-safe and refactoring proof JPA queries. The project draws its inspiration from the [http://msdn.microsoft.com/en-us/library/bb308...
==TWIG - Making the Datastore more manageable== Twig is a type-safe wrapper around Google App Engine's low-level Datastore API which automatically converts your model instances into entities and handles their relationships by either creating new entities or embedding them as components. The goog...
=== experimental type safety for python === the name refers to the herman melville short story: this code would 'prefer not to' run when unexpected types are passed around. it's similar to the excellent [http://oakwinter.com/code/typecheck/ typecheck] module, but bartleby tries to: * provi...
= *NOTE: This library now is part of the [http://mili.googlecode.com MiLi] Minimalistic Library. Download it from there.* = OBSOLETE A very simple, 0-overhead, and yet type-safe 1-file library for doing bitwise operations between masks represented by enums. For example, given: {{{ enum ...