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

From Gcube Wiki
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
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 [[GCube Widgets Store#Callout Tour Widget|Add a Callout Tour Widget to your page]];
 
** the how-to [[Publish App News in User Feeds (Social Portal)]];
 
** the how-to [[Publish App News in User Feeds (Social Portal)]];
** the [[GCube Widgets Library - 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]]
 +
* Other topics
 +
**  [[ASL Session removal instructions for portlets before gCube 4.2.0]]

Latest revision as of 16:00, 15 November 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: