Author Archive

පාවෙලා යන්න.. – Kasun Kalhara

Posted by Iroshan at 11:07 PM on 21, Apr 2010

පාවෙලා යන්න… මට ඉඩක් දෙන්න…. හීනයක් වෙන්න… මොහොතක් තනිව ඉන්න… ජීවිතේ පුරා පැතූ සිහින බොඳ වෙන්න… පෙර ඔබ එන්න… ආදරේ ගලා හැලෙනා… දිය වැල්ල ඔබ...

සිංහලෙන් යතුරු ලියනය කරන්න.

Posted by Iroshan at 12:17 AM on 12, Apr 2010

Google transliteration යනු Google විසින් අප වෙත ලබා දෙන නවතම මෘදුකාංගයකි. ඉන් ඔබට ඉංග්‍රීසි බෂාවෙන් ලියන අකුරු ඔබගේ භාෂාවට පරිවර්තනය කර ගැනීමේ හැකියාවක් පවතී. දැනට එය...

Summer of Code Idea for Eclipse (2010)

Posted by Iroshan at 11:51 PM on 09, Apr 2010

The Google Data Protocol let end users access and updates the data stored by many Google products. A number of Google products, such as Calendar, Blogger and Spreadsheets, provide APIs that are based on the Google Data Protocol. The developers can use these APIs to give end users new ways to access and manipulate the data they store in those Google products. The goal of this project is to develop...

SWT Browser Widget with Mozilla (SWT.MOZILLA)

Posted by Iroshan at 09:39 AM on 06, Mar 2010

We can use browser inside our java application with SWT browser widget. We can load external HTML pages or websites into our applications using it. Normal way to initialize browser widget in your application is following. Browser browser = new Browser(shell, SWT.NONE); This will create a widget with OS specific browser instance. If you are in windows, Internet Explorer will be your browser host....

Introduction to Aspects

Posted by Iroshan at 11:36 AM on 21, Oct 2009

Application-context.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" ...