Author Archive

HTML5 rocks - Google declared this week

Google launched a developer site devoted to the new HTML5 spec.  The site is HTML5rocks.com.
Will HTML5 put an end to Flash and Sliverlight?


Using non-managed entities with Hibernate3 and Oracle DB

This is primarily a reference post.
This is what we have:
1. A table in our Oracle DB with just key and value pairs (table name is key_value)
2. We have a class KeyValue.java that has two properties: Key and Value
public class KeyValue {
private String key = null;
private String value = null;
// with getters and setters
public getKey…
public setKey…
public [...]


Alfresco Overview

Alfresco is a commercial open source ECM solution that is growing in popularity and  marketing itself as a Sharepoint alternative.  It started back in 2005 and was later open sourced in 2006.  The main objectives of Alfresco are to take on current industry leaders in the ECM market, such as Documentum and Microsoft, [...]