Skip to content

Commit

Permalink
Add jython and tweak readme copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Helmling committed Dec 16, 2009
1 parent 190be20 commit ceca4ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Meetup.Beeno Overview
The native Java API for HBase provides fairly low level access to your
data, representing rows essentially as maps of byte arrays. To
simplify data access and manipulation, we've built a layer of common
client utilities in the com.meetup.base.db.hbase package. The core of
this is a simple entity layer that maps Java classes -> HBase tables
and back. This layer borrows heavily from Hibernate and JPA, though
it's much, much more limited in scope.
client utilities. The core of this is a simple entity layer that maps
Java classes -> HBase tables and back. This layer borrows a bit
conceptually from Hibernate and JPA, though it's much, much more
limited in scope.


Mapping Entities
Expand Down
Binary file added lib/jython-2.5.1.jar
Binary file not shown.

0 comments on commit ceca4ee

Please sign in to comment.