enis / gora

Gora has moved to Apache Incubator, please goto http://incubator.apache.org/gora/
http://incubator.apache.org/gora/
Apache License 2.0
22 stars 2 forks source link

Introduce class Gora as the main Facade #44

Open enis opened 14 years ago

enis commented 14 years ago

We can rename DataStoreFactory to Gora and use this class as the public facing Facade for third parties.

The following will make more sense : Properties properties = Gora.properties;

Gora.craeteDataStore( HBaseStore.class, .... )
jnioche commented 14 years ago

+1 that would be nicer indeed