Archive for the 'Databases' Category

Persisting Jython Objects Using DB4O

Monday, January 5th, 2009

If you have been following my blog, you will know that I have been playing with the following technologies: DB4O (an open source object database), Jython (Python 2.5, implemented on the JVM), and Django (A python based MVC-style web application framework in the same class as Ruby on Rails).
So far, in tutorials I wrote in [...]

Django/DB4O Continues

Tuesday, December 16th, 2008

Hi Folks – I have read that it is considered poor form to make a post on your blog that does nothing more than promise that you will post soon. It is also considered poor form to apologize for not posting. Still, that is why I am writing today.
I live in Ottawa, Canada. We are [...]

Good Advice For Any Developer

Monday, November 24th, 2008

I am working to use reflection to generate a POJO from data models defined in Jython – DB4O can only persist Java ojects. However, as I sort that out and  prepare for my next DB4O/Jython/Django post, let me share this good advice for any developer who builds any sort of web application in any language.
These [...]