forked from apache/shindig
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
java/graaasp/src/main/java/org/apache/shindig/graaasp/jpa/spi/SpaceServiceDb.java
implements the logic which is similar to Graasp
Instead of implementing things twice, we should redirect all calls to opensocial API into Graasp. Shindig will remain a widget renderer proxying calls to Graasp when needed.
Why?
- Remove database from shindig (make it lighter and more maintainable)
- No double implementation of features (owners of space, hidden spaces, etc.)
- Future-proof: easier to add new features in Graasp, or migrate to new Graspio (mongodb database and not mysql)