Difference between revisions of "How to develop a gCube Portlet"

From Gcube Wiki
Jump to: navigation, search
Line 4: Line 4:
 
Portlets are the main constituents of a gCube-based portal, thus the way to offer selected gCube facilities via a Graphical User Interface. To develop a Portlet, the following helpers are available:
 
Portlets are the main constituents of a gCube-based portal, thus the way to offer selected gCube facilities via a Graphical User Interface. To develop a Portlet, the following helpers are available:
 
* the [[Developing gCube Portlets Guide]];
 
* the [[Developing gCube Portlets Guide]];
** the [[Create a new Mavenized gCube GWT Portlet Guide]];
 
 
* The [[gCube Widgets Store]]
 
* The [[gCube Widgets Store]]
 
** the how-to [[Adding a Quick tour guide to your portlet]];
 
** the how-to [[Adding a Quick tour guide to your portlet]];
 
** the how-to [[Publish App News in User Feeds (Social Portal)]];
 
** the how-to [[Publish App News in User Feeds (Social Portal)]];
 
** the [[GWT Bootstrap - General guidelines about Portlet StyleSheets]];
 
** the [[GWT Bootstrap - General guidelines about Portlet StyleSheets]];
* the [[GCube Portlets common icon set]];
 
 
* the [[Inter Portlet Subscription/Notification Mechanism (Client side)]];
 
* the [[Inter Portlet Subscription/Notification Mechanism (Client side)]];
 
* the how-to [[ETICS configurations for gCube Maven Components]]
 
* the how-to [[ETICS configurations for gCube Maven Components]]

Revision as of 12:05, 3 May 2016

Portlets are the main constituents of a gCube-based portal, thus the way to offer selected gCube facilities via a Graphical User Interface. To develop a Portlet, the following helpers are available: