Author: Sanjay Mishra

Spring IoC Container

Spring IoC Container  Dependency injection (DI) is also called as IoC .In this process objects describe their dependencies, and the container injects those dependencies when it creates the bean. The container is the backbone of...

Read More

Generic Class

Generic Class  A class that specify to any type is known as generic class. So to create the generic class of specific type. Now, we are using T type parameter. By simple example we can create and use the generic class. Creating...

Read More

REST Service Annotation

REST Service Annotation RESTful web services are easy to develop, and they have the ability to produce and consume different types of media i.e. information. In most cases, REST web services are encouraged for services that will...

Read More

Web Services Security

Web Services Security Overview Web services technologies and  the usual methods of securing applications are not relevant anymore. New challenges have arisen from the very paradigm of Web services, which remain unaddressed by...

Read More