JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

New Features in Spring 3.1

April 25, 2013 by Manisha Patil Leave a Comment

This post will feature some of the major features and enhancements of Spring 3.1. Released in the year 2011, Spring 3.1 introduced many new exciting features as listed and described in this article. This article would provide very good idea on the new features introduced and how it is different from the previous versions. If […]

Filed Under: Spring Framework Tagged With: Spring Framework

Spring Classpath Scanning & Managed Components

April 23, 2013 by Manisha Patil Leave a Comment

In my previous articles I have explained about the some of the popular annotations in Spring @Required, @Autowired and @Qualifier. You could note from these posts that we declared all the beans or components in XML bean configuration file; this helps Spring container detect and register beans or components. In this post I shall discuss […]

Filed Under: Spring Framework Tagged With: Spring Framework

@Qualifier Annotation in Spring

April 20, 2013 by Manisha Patil Leave a Comment

In this post I shall cover another spring annotation @Qualifier which helps fine-tune annotation-based autowiring. In the previous post we saw how we could use @Autowired annotation on setter methods, fields and constructors. There may be scenarios when we create more than one bean of the same type and want to wire only one of […]

Filed Under: Spring Framework Tagged With: Spring Framework

@Autowired Annotation in Spring

April 18, 2013 by Manisha Patil Leave a Comment

This tutorial explains how to use @Autowired annotation for injecting the spring beans with simple example. This tutorial helps reader to understand various ways to use @Autowired in your application. Enjoy happy reading!!! In my previous post I mentioned about the use of @Required annotation for container configuration. In this post I shall cover the […]

Filed Under: Spring Framework Tagged With: Spring Framework

Write your Extension Endpoints for Spring IOC Container

April 13, 2013 by Manisha Patil Leave a Comment

In the previous post Custom Spring Callback Methods I discussed about the customizing bean lifecycle callback methods which are required at the time of bean initialization and its destruction. In this post I shall cover another aspect of Spring Container Extension Points. Note:Extension Points are well defined exposed places/hooks for others to provide extended functionality. […]

Filed Under: Spring Framework Tagged With: Spring Framework

How to write Custom Spring Callback Methods?

April 9, 2013 by Manisha Patil Leave a Comment

A Spring process follows bean based approach.The Spring bean is created, managed and dispensed by the Spring IoC container. Each Spring bean has a lifecycle and the lifecycle has to undergo the following stages: Instantiate – The Spring container instantiates the bean. Populate properties- Spring IoC container injects the bean’s properties. Set Bean Name- Spring […]

Filed Under: Spring Framework Tagged With: Spring Framework

Custom Scope for Spring Beans

April 5, 2013 by Manisha Patil Leave a Comment

In my previous posts Spring bean scopes (Singleton and Prototype) with example and Spring bean scopes (Request, Session, Global Session) with example I discussed about the bean scopes in spring. There’s one more scope which I forgot to mention, its the Thread scope. The spring documentation states that As of Spring 3.0, a thread scope […]

Filed Under: Spring Framework Tagged With: Spring Framework

Spring bean scopes (Request, Session, Global Session) with example

March 31, 2013 by Manisha Patil Leave a Comment

When you define a bean in the configuration file, you are just defining the structure of the bean or it is just a class. With that definition, you can create any number of instances. Here the advantage of the bean is that, you are not only allowed to define the dependencies for the beans, you […]

Filed Under: Spring Framework Tagged With: Spring Framework

Spring bean scopes (Singleton and Prototype) with example

March 29, 2013 by Manisha Patil Leave a Comment

When you define a bean in the configuration file, you are just defining the structure of the bean or it is just a class. With that definition, you can create any number of instances. Here the advantage of the bean is that, you are not only allowed to define the dependencies for the beans, you […]

Filed Under: Spring Framework Tagged With: Spring Framework

Annotation Based Bean Wiring @Autowired in Spring framework

May 27, 2012 by Amr Mohammed Leave a Comment

Since Spring 2.5, one of the most interesting ways of wiring beans in Spring has been to use annotations to automatically wire bean properties. Auto wiring with annotations isn’t much different than using the autowire attribute in XML. But it does allow for more fine-grained auto wiring, where you can selectively annotate certain properties for […]

Filed Under: Spring Framework Tagged With: @Autowired, Spring, Spring 3.0, Spring 3.0 @Autowired, Spring 3.0 annotations, Spring 3.0 wiring beans with annotations, Spring Framework, Spring MVC

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • Next Page »

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.