Category: Spring

Spring

How is a typical spring implementation look like ? 0

How is a typical spring implementation look like ?

For a typical Spring Application we need the following files: An interface that defines the functions. An Implementation that contains properties, its setter and getter methods, functions etc., Spring AOP (Aspect Oriented Programming) A...

What do you mean by Auto Wiring? 0

What do you mean by Auto Wiring?

The Spring container is able to autowire relationships between collaborating beans. This means that it is possible to automatically let Spring resolve collaborators (other beans) for your bean by inspecting the contents of the...

What is DelegatingVariableResolver? 0

What is DelegatingVariableResolver?

Spring provides a custom JavaServer Faces VariableResolver implementation that extends the standard Java ServernFaces managed beans mechanism which lets you use JSF and Spring together. This variable resolver is called as DelegatingVariableResolver