Skip to content

Governance/gadget-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81c275c · Feb 25, 2014
Feb 25, 2014
Dec 5, 2013
Oct 1, 2013
Nov 25, 2013
Oct 23, 2013
Jun 27, 2013
Sep 10, 2012
Nov 14, 2013

Repository files navigation

Gadget Server Project:
======================

This is a project that builds on the Apache Shindig as the open social gadget containers.


Modules introduction:
=====================

Gadget-Core:                This is the domain object module.
Gadget-Shindig:             This is the module that implements the shindig SPI.
Gadget-Web:                 This is the module for GWT based UI showing the gadgets,
                             and RESTeasy powered restful services
Gadgets:		    This is the module that keeps the available gadgets, it will be deployed as a war.


Building the Gadget Server:
============================

Run:
   mvn clean install



Deploy the Gadget Server:
============================

1. Find gadget-server-1.0.0-SNAPSHOT.zip from the target directory under distribution module. 
2. Unzip gadget-server-1.0.0-SNAPSHOT.zip, follow the readme from gadget-server-1.0.0-SNAPSHOT.zip to deploy the gadget server into AS7 (The AS7 version needs to 7.1.1Final or higher)