Showing posts with label WSO2. Show all posts
Showing posts with label WSO2. Show all posts

Monday, April 9, 2012

My First Webinar at WSO2

Recently i did my first webinar at WSO2. It is about 'writing gadgets with WSO2 Gadget Server. The webinar was based on a tutorial by Samisa Abeysinghe (VP Engineering at WSO2 Inc).

The slides of the webinar
View more presentations from WSO2

The recording of the webinar





It was a great experience , and thank you very much for providing me the opportunity. !!


Friday, September 23, 2011

Writing and Deploying the Hello World Gadget with WSO2 Gadget Server

This post is about writing the first gadget (Hello World gadget ) with WSO2 gadget server. WSO2 Gadget Server allows Google Gadgets to be developed and deployed in a simple, decentralized manner.

Installing on Linux
  1. Download the WSO2 Gadget Server binary distribution.
  2. Extract the zip archive. e.g., unzip wso2gs-1.4.0.zip
  3. Execute the WSO2 Gadget Server starting script. e.g., wso2gs-1.4.0/bin;  ./wso2server.sh
  4. Check your WSO2 Gadget Server instance using the URL https://localhost:8443/carbon/ 
 https://192.168.1.2:8443/carbon/

Here is the complete guide for the installation of WSO2 Gadget Server


Type the following credentials
Username : admin
Password : admin

Use a text editor and write the following code

The HelloWorld Gadget
The hello world gadget is the simplest of its kind and contains only XML and HTML.
 
<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="hello world example" /> 
  <Content type="html">
     <![CDATA[ 
       Hello, world!
     ]]>
  </Content> 
</Module>
 
Save the file as "HelloWorld.xml"
 
 
Select Gadget repository from the "WSO2 Gadget Server Home" page
 

  
 
Click "Add New Gadget"
 
 
  
There are four options to add a gadget 
  1. Gadget Url
  2. File Path 
  3. Registry path
  4. Zip File Path 
     
     Select File Path option in order to deploy the HelloWorld gadget (HelloWorld.xml)
    Click Add Gadget . Select View Portal from the left side menu of WSO2 Gadget Server
     
    Congratulations !!!  the HelloWorld Gadget is ready now !!!!
    
    





























































































Saturday, September 10, 2011

WSO2 Gadget Server

In a previous post i mentioned that I am working in the WSO2 Gadget Server project. In this post i hope to provide more details about the WSO2 Gadget Server.

At present gadgets have managed to grab the attention people because Gadgets enable you to keep track of your social network, your activities, your finances, your family – your life!

Gadget Server is a portal solution specifically targeted to be deployed in SOAs as a presentation layer

Here is a the introduction given by WSO2 OXYGEN TANK


" The WSO2 Gadget Server brings Gadget technology into the enterprise by providing a customized end-user portal that makes it easy for teams to build attractive and effective portals in record time. Built on top of the Google Gadget Specification, the WSO2 Gadget Server allows Google Gadgets to be developed and deployed in a simple, decentralized manner. Any developer with basic web development skills can create a custom gadget easily and many third-party Google Gadgets are available to add to a user’s personalized dashboard. "


The WSO2 Gadget Server offers

  • Enterprise-class portal interface. Users can customize their own executive dashboard and organize gadgets using tabs.
  • Client-side gadgets. Any gadget adhering to the Google Gadget specification can be added to the portal.
  • Enterprise gadget repository. Portal users can browse an enterprise gadget repository maintained by IT, add gadgets to their individual portals, and rate and comment on individual gadgets.
  • Secure sign-in options. User registration and sign-up can be handled using OpenID and InfoCards in addition to the traditional user name and password-based scheme.
  • Management console. The intuitive browser-based interface of the console helps IT professionals configure and manage WSO2 Gadget Server, its users, and the enterprise gadget repository.
  • Inter-gadget communication support: a new publish/subscribe mechanism allows users to write gadgets that communicate with each other.
  • Support for i18n allows users to write gadgets that support any international language and are supported by the gadget container.
 Read more

Getting started with the WSO2 Gadget Server 

a

Home for the development and user community of WSO2 Gadget Server


Download WSO2 Gadget Server or try WSO2 Gadgets as a Service. (stratoslive)

Contact us (WSO2) for Evaluation support.




Using Zotero for academic writing