Skip to main content

Posts

Jefe Research Papers published + ICter Conference

The two research papers compiled out during our final year project Jefe (The Ultimate Software Development Workflow Managemnt Solution) has been selected for the International Conference on Advances in ICT for Emerging Regions - ICTer2010 held on 29 September 2010 to 1 October 2010 .It's really happy that we could able to successfully published both papers.yepeeeeeeee............ The better part of this was we had to present our two research papers to the ICTer Conference audience.One was done by me.It was rather a funny experience with race conditions how I came to Cinamon Lakeside hotel to do it on time. But during the presentation,it was a GREAT experience to present our research work to a well experienced IT audience for the first time in my life as a new comer to the IT industry. So thank you my team members for doing the project work as a team and giving me this great opportunity and then thank you our dearest supervisors Shahani Madam and Sulochana madam for encouraging us d...

First Three Weeks at WSO2

Though leaving the uni life and uni friends and switching to the career life feels very sad , I would like to say it was an awesome time period ,I was able to experience during my first three weeks at WSO2. I started my career from 13th of September 2010. The first week at WSO2 was full of different experiences including Introduction program,Two-days WSO2 conference,Discussion about products with customers and the fabulous WSO2 birthday party. The second week began with dividing new comers to teams.I was allocated to GS (Gadget Server)team. Our team is for developing a web based portal as a dashboard solution to integrate WSO2 back-end products and more as gadgets. At the first day of WSO2,we were given laptops and the first thing that I was done as a task ,is installing Ubuntu.Since I'm new to Ubuntu environment,I had to get familiarized with friends' support. Then I started to get the Carbon product to my machine.First I checked out the Carbon product from the trunk and t...

End of ...Uni Life

After a joyful,busy,happy,sad,enjoyable,fantastic,hard,etc..of four years duration,finally I'm out from the university. It's very sadful coz I'm really going to miss a lot of good friends.Thank you very much dear friends for being with me in both sad and happy moments in my four years of uni life. Now it's time to change my life style from uni life to job life.

Setup a Mercurial Repository in Windows

Installing Mercurial Server on windows As the first step download Tortoise Hg from the below link and install it. Before download you need to select the compatible tortoise Hg installer according to your PC/Laptop’s number of bits (32 or 64). Get Tortoise Hg: http://tortoisehg.bitbucket.org/download/ Tortoise Hg works as a front end UI to Mercurial and always installs the latest version of each. Configure Tortoise Hg First step should be to make sure that you are correctly identified to TortoiseHg. You do this by opening the global settings dialog. Right click on the desktop background and select TortoiseHg -> Global Settings . Select the Commit page and enter a name in the Username field. Note:If you neglect to configure a username TortoiseHg will ask you to enter one when you try to commit , which is the first time a username is actually required. You can do more configuration changes in tortoise Hg. For further details refer this web site; http://tortois...

An approach to integrate applications in to a portal engine

Displaying existing web interface of an application Creating a portlet with a more granular level without relying on JSR 168 portlet API is done by embedding the web interface of an application to an IFrame (Inline Frame) portlet. An IFrame portlet invokes an URL inside an IFrame within the portlet window. It gets content referenced by an URL and displays it in a portlet. IFrame portlets can be downloaded freely or else they can be found already integrated in many web portals. Thus a user can use a portlet integrated to a portal or either create a custom IFrame portlet. Basically these portlets contain following jsp pages: --configuration.jsp (for edit mode) -This is for adding configuration values such as source URL of directing web page, look and feel attributes and authenticating attributes. --view.jsp (for view mode) - This makes possible to view the embedded web page inside the current portal page with the help of the functions in the portlet namespace. --proxy.jsp...

Environmental Threats- Computer Security

Introduction To gain high secure, a system must be concerned about the interference of natural matters too. The natural matters which affect the security of a computer system are called as ‘Environmental Threats’. Some of the e xamples for environmental threats can be categorized as extreme cold,heat,humidity,dust,rainfalls,earthquakes, floods, fires, hurricanes, snow, ice, mud slides and sink holes. Methods of mitigating Environmental Threats · Air filters should remove fine dust particles because outdoor dust is brought in on clothes and shoes · Air filters must be cleaned or replaced in a regular schedule. · Periodically air heating equipment should be turned on, even it isn’t needed. This is to incrementally burn off that would other wise accumulate and be converted to an appreciable amount of smoke, when the equipment is activated for the first time after a long time period. · Water detectors should be placed above and below a raised floor to monitor the rise of water level. ·...

WSRP Specification

Introduction The WSRP specification defines a web service interface for interacting with presentation-oriented web services. Initial work was produced through the joint efforts of the Web Services for Interactive Applications (WSIA) and Web Services for Remote Portlets (WSRP) OASIS Technical Committees in September, 2003. It is an interoperability standard. It’s platform- and language-neutral. It’s all about requesting and transmitting chunks of HTML using SOAP. The purpose of the Web Services for Remote Portlets protocol is to provide a web services standard that allows for the "plug-n-play" of remote running portlets from disparate sources. Many sites allow registered users to personalize their view of the website by turning on or off portions of the webpage, or by adding or deleting features. This is sometimes accomplished by a set of portlets that together form the portal. WSRP defines how a portal can connect to a diverse set of information service providers usin...