Apache Shindig: Contenedor de Gadgets OpenSocial

Apache Shindig es un contenedor de gadgets OpenSocial (y la implementación de referencia del API OpenSocial), permite renderizar gadgets, hacer de proxy de peticiones,…

Shindig consta de 4 partes:

· Gadget Container JavaScript: core JavaScript foundation for general gadget functionality (read more about gadget functionality). This JavaScript manages security, communication, UI layout, and feature extensions, such as the OpenSocial API.

· Gadget Rendering Server: used to render the gadget XML into JavaScript and HTML for the container to expose via the container JavaScript.

· OpenSocial Container JavaScript: JavaScript environment that sits on top of the Gadget Container JavaScript and provides OpenSocial specific functionality (profiles, friends, activities, datastore).

· OpenSocial Data Server: an implementation of the server interface to container-specific information, including the OpenSocial REST APIs, with clear extension points so others can connect it to their own backends.

Shindig tiene 2 versiones:

· Una versión JEE que se ofrece como un WAR que se puede desplegar sobre cualquier contenedor Web Java

· Una versión PHP

Para comenzar podéis leer el Getting Started (o preguntar a Jesús ;))

Deja un comentario