Skip to content

Redirect opensocial APIs to graasp APIs #4

@vohtaski

Description

@vohtaski

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?

  1. Remove database from shindig (make it lighter and more maintainable)
  2. No double implementation of features (owners of space, hidden spaces, etc.)
  3. Future-proof: easier to add new features in Graasp, or migrate to new Graspio (mongodb database and not mysql)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions