Posted on September 16, 2009, 11:37 am, by Nuwan Bandara, under
Java,
Programming.
For few days I was involved with WSO2 Mashup Server 2.0 release documentation, giving a hand to the mashup team. Documentation is a painful task, but when comes to open source what matters mostly is documentation . Last night I had to convert a bunch of html files (some Java Api Docs) to xml in-order [...]
Posted on July 28, 2009, 9:51 pm, by Nuwan Bandara, under
Java,
Programming.
For last two weeks I was working on some user interface logic and happened to use Yahoo UI library (YUI). The task was to upload an image using Ajax. Since I was new to YUI, I was looking here and there over the net for some references. There were some good ones but thats for [...]
Good tutorials and resources on Apache CXF How Tos are not easy to digg. I had to spend hours searching and reading to make my small application up and running, Integrating Spring with JSF was pretty straightforward, but when it comes to integrating those two with JSF i got stuck. So this post is about [...]
Lat few days i was stuck with some web dev work for archmage. For the 1st time i had to localize a website in sinhala. Hence i had a longing desire to do something on sinhala i was glad. (Also getting payed for it definitely a chance. ) so yeah the site is www.technology.lk still [...]
After few days, got some time to write a post… well as i promised in my earlier post.. I thought of writing about the Annoying problem anybody will face while using selectMany component in JSF. At 1st with out any experience what any one would do is writing both assessor and mutator methods to return [...]
This is one problem i faced when i worked with select-many and select-one menus in Java Server Faces. For any one who have worked with JSF knows that you have to use custom converters in order to populate select-many and select-on menus with ur own data types. if i elaborate on this a little bit, [...]
Well this post is some what continuation of my last post. What is the use of single sign on if you have to register in two different sites ? yeah this is the solution for that… What i wanted to do is, when a user registers in my java web application i wanted to register [...]
Posted on January 24, 2008, 8:08 pm, by Nuwan Bandara, under
FOSS,
Java,
Joomla,
LAMP,
PHP,
Programming,
Web Designing & Development.
Single sign-on (SSO) is a method of access control, that enables a user to authenticate once, and gain access to the resources of multiple software systems. Well in my case, the task i have given is to authenticate a user in a PHP and a JAVA (Web) system simultaneously. My PHP web application is the [...]
So yeah !! I thought of writing something about JSF. Since am working with it for Nealy 3 months now. So how about custom message handling for starters !! JSF message tag is pretty useful in many places. for an example, for the use of validators. but what i wanted to write here is, not [...]
As i promised today I got some time to write about some PHP programming i did few weeks ago. I had to integrate Google calender with the Sensoria web site, so that the events published in the sensoria site will be automatically published in Sensoria’s public Google calender. Sensoria Site is created using a famous [...]