Friday 26 August 2011

Java Design Pattern - Video on Builder Pattern

This video will discuss about the facts on Java Builder Design Pattern.

Java and J2EE Design Pattern - Front Controller

The video will explain one of the J2EE Design Pattern Front Controller pattern.


Java and J2EE Design Pattern - Value List Handler

The video will explain one of the J2EE Design Pattern Value List Handler pattern.


Java and J2EE Design Pattern - Service Locator

After making your selection, copy and paste the embed code above. The code changes based on your selection.

Thursday 25 August 2011

Java interview questions: - What are the difference between Servlet and Restfull web service?

Servlets are API which is simple and provides capabilities to write server side components.

Rest provides higher level support for writing services which are denoted by using the concept of resource which represents a concept to be addressed while representation indicates the current state of resource. Also Rest provides other facilities like seperation of concerns between client and server, uniform interface,stateless,Caching capability and layered architecture.

View the following video on Web services: -



Get more on java interview questions