Download Free code Jello

Description

A simple object database for the Android platform, currently unusable.

Source Files

The download file Jello-master.zip has the following entries.


.classpath/*from   w w  w  . j av a2 s . c o m*/
.project
AndroidManifest.xml
LICENSE
README
build.properties
build.xml
default.properties
jni/Android.mk
jni/PageSizeProvider.c
jni/btree/AVLTree.cpp
jni/btree/AVLTree.h
jni/btree/BTree.cpp
jni/btree/BTree.h
jni/btree/BTreeElement.cpp
jni/btree/BTreeElement.h
jni/btree/BTreeLeaf.cpp
jni/btree/BTreeLeaf.h
jni/btree/BTreeNative.cpp
jni/btree/BTreeNode.cpp
jni/btree/BTreeNode.h
jni/btree/ChildInfo.cpp
jni/btree/ChildInfo.h
jni/btree/ChildInfoFactory.cpp
jni/btree/ChildInfoFactory.h
jni/btree/NodeContent.cpp
jni/btree/NodeContent.h
jni/btree/NodeContentFactory.h
jni/btree/PageIds.cpp
jni/btree/PageIds.h
jni/btree/RecordInfo.cpp
jni/btree/RecordInfo.h
jni/btree/RecordInfoFactory.cpp
jni/btree/RecordInfoFactory.h
jni/btree/misc.cpp
jni/btree/misc.h
jni/common.c
jni/space/AppendOnly.c
jni/space/AppendOnlyCacheNative.c
jni/space/Hybrid.c
jni/space/NextFit.c
jni/space/NextFitHistogramNative.c
jni/space/SpaceManagerNative.c
jni/store/PagedFileNative.c
jni/transaction/SimpleLockManager.c
libs/guice-2.0-no_aop.jar
libs/guice-assisted-inject-2.0.jar
misc/jello-ndk/Application.mk
misc/jello-ndk/README
res/values/strings.xml
scripts/list_results.sh
scripts/pull_results.sh
scripts/view_results.sh
src/android/util/FinitePool.java
src/android/util/Pool.java
src/android/util/Poolable.java
src/android/util/PoolableManager.java
src/android/util/Pools.java
src/android/util/SynchronizedPool.java
src/com/atteo/jello/DatabaseFile.java
src/com/atteo/jello/Expression.java
src/com/atteo/jello/Jello.java
src/com/atteo/jello/JelloModule.java
src/com/atteo/jello/PageUsage.java
src/com/atteo/jello/Record.java
src/com/atteo/jello/RecordPoolableManager.java
src/com/atteo/jello/Storable.java
src/com/atteo/jello/StorableCollection.java
src/com/atteo/jello/StorableFactory.java
src/com/atteo/jello/StorableInfo.java
src/com/atteo/jello/associations/BelongsTo.java
src/com/atteo/jello/associations/DatabaseField.java
src/com/atteo/jello/associations/HasMany.java
src/com/atteo/jello/index/BTree.java
src/com/atteo/jello/index/Index.java
src/com/atteo/jello/index/IndexFactory.java
src/com/atteo/jello/index/IndexModule.java
src/com/atteo/jello/index/PagePoolProxy.java
src/com/atteo/jello/klass/KlassManager.java
src/com/atteo/jello/klass/SimpleKlassManager.java
src/com/atteo/jello/schema/Schema.java
src/com/atteo/jello/schema/SchemaManager.java
src/com/atteo/jello/schema/SchemaManagerFactory.java
src/com/atteo/jello/schema/SchemaModule.java
src/com/atteo/jello/schema/SimpleSchemaManager.java
src/com/atteo/jello/schema/StorableWriter.java
src/com/atteo/jello/schema/VanillaStorableWriter.java
src/com/atteo/jello/space/AppendOnly.java
src/com/atteo/jello/space/AppendOnlyCache.java
src/com/atteo/jello/space/AppendOnlyCacheNative.java
src/com/atteo/jello/space/Hybrid.java
src/com/atteo/jello/space/NextFit.java
src/com/atteo/jello/space/NextFitHistogram.java
src/com/atteo/jello/space/NextFitHistogramNative.java
src/com/atteo/jello/space/SpaceManager.java
src/com/atteo/jello/space/SpaceManagerNative.java
src/com/atteo/jello/space/SpaceManagerPolicy.java
src/com/atteo/jello/space/SpaceModule.java
src/com/atteo/jello/space/VanillaHistogram.java
src/com/atteo/jello/store/HeaderPage.java
src/com/atteo/jello/store/ListPage.java
src/com/atteo/jello/store/Page.java
src/com/atteo/jello/store/PagePoolableManager.java
src/com/atteo/jello/store/PageSizeProvider.java
src/com/atteo/jello/store/PagedFile.java
src/com/atteo/jello/store/PagedFileNative.java
src/com/atteo/jello/store/PagedFileRAF.java
src/com/atteo/jello/store/StoreModule.java
src/com/atteo/jello/transaction/LockManager.java
src/com/atteo/jello/transaction/SimpleLockManager.java
src/com/atteo/jello/transaction/SimpleTransactionManager.java
src/com/atteo/jello/transaction/TransactionManager.java
src/com/atteo/jello/transaction/TransactionModule.java
test/com/atteo/jello/tests/AllTests.java
test/com/atteo/jello/tests/CommonBindings.java
test/com/atteo/jello/tests/JelloInterfaceTestCase.java
test/com/atteo/jello/tests/JelloTestCase.java
test/com/atteo/jello/tests/performance/PerformanceTests.java
test/com/atteo/jello/tests/performance/RecordTest.java
test/com/atteo/jello/tests/performance/index/BTreeTest.java
test/com/atteo/jello/tests/performance/index/IndexTest.java
test/com/atteo/jello/tests/performance/schema/StorableWriterTest.java
test/com/atteo/jello/tests/performance/schema/TestClassMedium.java
test/com/atteo/jello/tests/performance/schema/TestClassTiny.java
test/com/atteo/jello/tests/performance/schema/VanillaStorableWriterTest.java
test/com/atteo/jello/tests/performance/space/AppendOnlyCacheNativeTest.java
test/com/atteo/jello/tests/performance/space/AppendOnlyCacheTest.java
test/com/atteo/jello/tests/performance/space/AppendOnlyTest.java
test/com/atteo/jello/tests/performance/space/HybridTest.java
test/com/atteo/jello/tests/performance/space/NextFitHistogramNativeTest.java
test/com/atteo/jello/tests/performance/space/NextFitHistogramTest.java
test/com/atteo/jello/tests/performance/space/NextFitTest.java
test/com/atteo/jello/tests/performance/space/SpaceManagerNativeTest.java
test/com/atteo/jello/tests/performance/space/SpaceManagerPolicyTest.java
test/com/atteo/jello/tests/performance/space/SpaceManagerTest.java
test/com/atteo/jello/tests/performance/space/SpaceSuite.java
test/com/atteo/jello/tests/performance/space/VanillaHistogramTest.java
test/com/atteo/jello/tests/performance/store/PagedFileNativeTest.java
test/com/atteo/jello/tests/performance/store/PagedFileRAFTest.java
test/com/atteo/jello/tests/performance/store/PagedFileTest.java
test/com/atteo/jello/tests/performance/store/StoreSuite.java
test/com/atteo/jello/tests/unit/DatabaseFileTest.java
test/com/atteo/jello/tests/unit/ExpressionTest.java
test/com/atteo/jello/tests/unit/SimpleJelloTest.java
test/com/atteo/jello/tests/unit/TestClass.java
test/com/atteo/jello/tests/unit/TestClassParent.java
test/com/atteo/jello/tests/unit/UnitTests.java
test/com/atteo/jello/tests/unit/index/BTreeTest.java
test/com/atteo/jello/tests/unit/index/IndexMock.java
test/com/atteo/jello/tests/unit/index/IndexTest.java
test/com/atteo/jello/tests/unit/klass/KlassManagerTest.java
test/com/atteo/jello/tests/unit/klass/SimpleKlassManagerTest.java
test/com/atteo/jello/tests/unit/schema/SchemaManagerMock.java
test/com/atteo/jello/tests/unit/schema/SchemaManagerTest.java
test/com/atteo/jello/tests/unit/schema/SchemaSuite.java
test/com/atteo/jello/tests/unit/schema/SimpleSchemaManagerTest.java
test/com/atteo/jello/tests/unit/schema/StorableWriterMock.java
test/com/atteo/jello/tests/unit/schema/StorableWriterTest.java
test/com/atteo/jello/tests/unit/schema/VanillaStorableWriterTest.java
test/com/atteo/jello/tests/unit/space/AppendOnlyCacheNativeTest.java
test/com/atteo/jello/tests/unit/space/AppendOnlyCacheTest.java
test/com/atteo/jello/tests/unit/space/AppendOnlyTest.java
test/com/atteo/jello/tests/unit/space/HybridTest.java
test/com/atteo/jello/tests/unit/space/NextFitHistogramNativeTest.java
test/com/atteo/jello/tests/unit/space/NextFitHistogramTest.java
test/com/atteo/jello/tests/unit/space/NextFitTest.java
test/com/atteo/jello/tests/unit/space/RecordTest.java
test/com/atteo/jello/tests/unit/space/SpaceManagerNativeTest.java
test/com/atteo/jello/tests/unit/space/SpaceManagerPolicyMock.java
test/com/atteo/jello/tests/unit/space/SpaceManagerPolicyTest.java
test/com/atteo/jello/tests/unit/space/SpaceManagerTest.java
test/com/atteo/jello/tests/unit/space/SpaceSuite.java
test/com/atteo/jello/tests/unit/space/VanillaHistogramTest.java
test/com/atteo/jello/tests/unit/store/PagedFileMock.java
test/com/atteo/jello/tests/unit/store/PagedFileMockTest.java
test/com/atteo/jello/tests/unit/store/PagedFileNativeTest.java
test/com/atteo/jello/tests/unit/store/PagedFileRAFTest.java
test/com/atteo/jello/tests/unit/store/PagedFileTest.java
test/com/atteo/jello/tests/unit/store/StoreSuite.java
test/com/atteo/jello/tests/unit/transaction/TransactionManagerMock.java

Download

Click the following link to download Jello-master.zip.

Jello-master.zip




















Home »
  Android Free Code »
    Database »




CouchDB
Database
ORM
SQLite
SQLite ORM