Add HBase dao implementation module
commit071b1d6e38f55477c7d2f45577e7b3df90901a4e
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 9 May 2010 13:55:19 +0000 (9 19:55 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sun, 9 May 2010 13:55:19 +0000 (9 19:55 +0600)
treeea42e2fa553bd9702842cf6b2575de7824444e5f
parentcda667b2810a9abb190980736b6d3375b4ff353a
Add HBase dao implementation module

Add it to the distribution and site as well. This module is very vital as
it is the first module for any NoSQL/NOSQL.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
docs/pom.xml
docs/src/main/assembly/assemble-bin-with-dependency.xml
docs/src/main/assembly/assemble-bin.xml
docs/src/main/assembly/assemble-site.xml
pom.xml
smart-hbase-dao/README [new file with mode: 0644]
smart-hbase-dao/pom.xml [new file with mode: 0644]
smart-hbase-dao/src/main/assembly/assemble-readme.xml [new file with mode: 0644]
smart-hbase-dao/src/main/java/com/smartitengineering/dao/impl/hbase/App.java [new file with mode: 0644]
smart-hbase-dao/src/site/site.xml [new file with mode: 0644]
smart-hbase-dao/src/test/java/com/smartitengineering/dao/impl/hbase/AppTest.java [new file with mode: 0644]