SeamTest is a class we extend for the tests we write in our Seam application. It provides the seam environment in tests something analogous to WicketTester in Wicket Application.
I want to share some information on setting the property of Session bean, i came to know while using the SeamTest.
(more...)
Filed under Java, Seam, Testing | No Comments »
I have just started learning Groovy few days back.The first thing that I have asked myself and searched for is 'Why should i use groovy over java and When I can use Groovy. ?'
I am following the book 'Programming Groovy'. The things I have understood regarding 'Why' part are
(more...)
Filed under Groovy, Java | 15 Comments »
Great Indian Developers Summit was held from may 21-23 at Banglore, India Around 3,000 developers attended it. This is supposed to be the biggest developer's summit so far in India.
http://www.developersummit.com/
Climate was very good in Banglore despite the summers in India. Many reputed speakers around the world were there to give their presentations. It was like a kick-off before a champions league final , huge number of attendees, huge auditoriums, all set for a great summit for first time in India.
Sponsers included some big brands like Oracle, Msdn, Nokia, Adobe, Amazon, Yahoo, Infosys etc. The facilities were excellent and very well arranged and organised. Abhishek, Ganesh, Saket, Sunil and Vivek represented Xebia at the summit. Here goes the summary of the 3 days that we have been there.
(more...)
Filed under General | 2 Comments »
The aim of this blog is to introduce the audience about JMatter framework and its features and capabilities.
JMatter is a software application framework. It is designed specifically for building business software applications for work groups. Variety of applications can be developed using JMatter like accounting software, software for legal firms etc.
The main advantage of JMatter applications is the massive reduction in the development time. Development time is unbelievably small when compared to traditional methods of developing software.
Let see how this is possible.
(more...)
Tags: Jmatter, mvc, objects, sunil
Filed under Frameworks, Java | No Comments »
I wanted to write a blog on Security Protocols. This was the course I liked the most during my College days. Lets look at some protocols and some of the ways these protocols can be attacked. These are some protocols that i studied during my college days.
The two most common words in Security world is Confidentiality and Integrity. Understanding these two terms is very crucial. In simple words Confidentiality means that only authorized entities can read information. Integrity means reassuring the recipient of the message that the message has not been altered since it was generated by a legitimate source. (more...)
Filed under Security | No Comments »