simpledbm.blogspot.com
SimpleDBM - An Open Source Java Database Engine: Dwarfs standing on the shoulders of giants
http://simpledbm.blogspot.com/2009/03/dwarfs-standing-on-shoulders-of-giants.html
SimpleDBM - An Open Source Java Database Engine. SimpleDBM is an Open Source Embeddable Database Engine written entirely in Java. Tuesday, March 31, 2009. Dwarfs standing on the shoulders of giants. As I mentioned in a previous post, when building SimpleDBM I have used design ideas that I have picked from various technical research papers as well as other OpenSource projects. I would like to list some of the influences here, and acknowledge my indebtedness. Papers from IBM's System-R. The idea of using t...
simpledbm.blogspot.com
SimpleDBM - An Open Source Java Database Engine: Sample Network Application
http://simpledbm.blogspot.com/2010/04/sample-network-application.html
SimpleDBM - An Open Source Java Database Engine. SimpleDBM is an Open Source Embeddable Database Engine written entirely in Java. Tuesday, April 06, 2010. It is taking longer than I anticipated to create a sample application. The main hurdle has been mastering Google Web Toolkit enough to create the user interface. I am hacking from the sample mail application available in the GWT distribution; but the code is increasingly becoming very different. Subscribe to: Post Comments (Atom). Simple template. ...
simpledbm.blogspot.com
SimpleDBM - An Open Source Java Database Engine: Network client server API released
http://simpledbm.blogspot.com/2010/04/network-client-server-api-released.html
SimpleDBM - An Open Source Java Database Engine. SimpleDBM is an Open Source Embeddable Database Engine written entirely in Java. Sunday, April 18, 2010. Network client server API released. I am pleased to finally publish 1.0.18-ALPHA release of SimpleDBM. This release has following changes:. A network client server implementation that allows SimpleDBM to run as a standalone database server to which clients can connect remotely. Subscribe to: Post Comments (Atom). Network client server API released.
simpledbm.blogspot.com
SimpleDBM - An Open Source Java Database Engine: Proposed license boilerplate
http://simpledbm.blogspot.com/2010/04/proposed-license-boilerplate.html
SimpleDBM - An Open Source Java Database Engine. SimpleDBM is an Open Source Embeddable Database Engine written entirely in Java. Sunday, April 25, 2010. The Original Software is SimpleDBM (www.simpledbm.org). The Initial Developer of the Original Software is Dibyendu Majumdar. The contents of this file are subject to the terms of the. Apache License Version 2 (the "APL"). You may not use this. File except in compliance with the License. A copy of the. APL may be obtained from:. Decision by deleting the ...
simpledbm.blogspot.com
SimpleDBM - An Open Source Java Database Engine: SimpleDBM is now licensed under Apache License 2.0
http://simpledbm.blogspot.com/2014/08/simpledbm-is-now-licensed-under-apache.html
SimpleDBM - An Open Source Java Database Engine. SimpleDBM is an Open Source Embeddable Database Engine written entirely in Java. Friday, August 01, 2014. SimpleDBM is now licensed under Apache License 2.0. I am pleased to announce that as of v1.0.23 the license is changing to Apache License 2.0. The new release is available in Maven Central. See my earlier post. For the rationale for this change. Subscribe to: Post Comments (Atom). SimpleDBM is now licensed under Apache License 2.0.
simpledbm.blogspot.com
SimpleDBM - An Open Source Java Database Engine: SimpleDBM migrated to GitHub
http://simpledbm.blogspot.com/2015/07/simpledbm-migrated-to-github.html
SimpleDBM - An Open Source Java Database Engine. SimpleDBM is an Open Source Embeddable Database Engine written entirely in Java. Saturday, July 18, 2015. SimpleDBM migrated to GitHub. As Google decided to shut down the project hosting service I have been forced to find a new home for SimpleDBM. So SimpleDBM is now hosted at the following github site:. Subscribe to: Post Comments (Atom). SimpleDBM migrated to GitHub. View my complete profile. Simple template. Powered by Blogger.
simpledbm.blogspot.com
SimpleDBM - An Open Source Java Database Engine: Next version of SimpleDBM
http://simpledbm.blogspot.com/2011/01/next-version-of-simpledbm.html
SimpleDBM - An Open Source Java Database Engine. SimpleDBM is an Open Source Embeddable Database Engine written entirely in Java. Sunday, January 30, 2011. Next version of SimpleDBM. After a break, I have resumed work on creating SimpleDBM V2. This version is mostly a refactoring of the existing codebase to ensure:. Better project structure - break up the project into smaller modules. Simple IOC container for auto wiring the modules. Magic number and version info in the SimpleDBM files.
simpledbm.blogspot.com
SimpleDBM - An Open Source Java Database Engine: A Simple IOC Container
http://simpledbm.blogspot.com/2010/05/simple-ioc-container.html
SimpleDBM - An Open Source Java Database Engine. SimpleDBM is an Open Source Embeddable Database Engine written entirely in Java. Sunday, May 02, 2010. A Simple IOC Container. Used to be small, but now is a 308k jar, SpringFramework. With all dependencies is huge; Google Guice. Has an android edition that is 403k. Considering that SimpleDBM itself is about 632k in size, I don't fancy adding external libraries that cause the size to double or treble. Of course it would be nice to reuse other libraries and...
simpledbm.blogspot.com
SimpleDBM - An Open Source Java Database Engine: Network client/server update
http://simpledbm.blogspot.com/2010/03/network-clientserver-update.html
SimpleDBM - An Open Source Java Database Engine. SimpleDBM is an Open Source Embeddable Database Engine written entirely in Java. Sunday, March 21, 2010. I am still testing the new network client server implementation. Apologies for the delay in publishing this enhancement. I am also working on a simple sample web application to illustrate the network API. Learning all about GWT (Google Web Toolkit) which is a lot of fun. Subscribe to: Post Comments (Atom). View my complete profile.
simpledbm.blogspot.com
SimpleDBM - An Open Source Java Database Engine: SimpleDBM now available in Maven Central
http://simpledbm.blogspot.com/2013/05/simpledbm-now-available-in-maven-central.html
SimpleDBM - An Open Source Java Database Engine. SimpleDBM is an Open Source Embeddable Database Engine written entirely in Java. Wednesday, May 22, 2013. SimpleDBM now available in Maven Central. I am pleased to announce that I have finally managed to get SimpleDBM (v 1.0.22) uploaded to Maven Central. This should make it much easier for people to use SimpleDBM in their projects. Subscribe to: Post Comments (Atom). SimpleDBM now available in Maven Central. View my complete profile.