• Menu
  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

JavaBeat

Java Tutorial Blog

  • 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)
  • 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)

Manisha Patil

@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 …

Category: Spring FrameworkTag: Spring Framework

New Features in Spring Boot 1.4

@Required Annotation in Spring

April 18, 2013 //  by Manisha Patil//  Leave a Comment

Since Spring 2.5, annotation-based configuration has been an alternative to XML setups. Annotation based configuration rely on the bytecode metadata for wiring up components instead of angle-bracket declarations (Also Read : Introduction to Spring Boot). Annotations can be used on the relevant class, method, or field declaration. In this tutorial I am going to explain …

Category: Spring FrameworkTag: Spring Annotations

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. …

Category: Spring FrameworkTag: 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 …

Category: Spring FrameworkTag: 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 …

Category: Spring FrameworkTag: 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 …

Category: Spring FrameworkTag: 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 …

Category: Spring FrameworkTag: Spring Framework

Hibernate Many-To-Many Mapping Example Using Annotations

March 22, 2013 //  by Manisha Patil//  Leave a Comment

In this tutorial we will write a simple Java project to demonstrate Hibernate Many to Many Mapping using Java Annotations. We will first create a Java project using Maven and then will add Hibernate on it. If you have any questions, please post it in the comments section. If you are interested in receiving the …

Category: HibernateTag: Hibernate

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 5
  • Go to page 6
  • Go to page 7
  • Go to page 8
  • Go to page 9
  • Go to Next Page »

Primary Sidebar

Follow Us

  • Facebook
  • Pinterest

FEATURED TUTORIALS

np.zeros

A Complete Guide To NumPy Functions in Python For Beginners

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

Introductiion to Jakarta Struts

What’s new in Struts 2.0? – Struts 2.0 Framework

JavaBeat

Copyright © by JavaBeat · All rights reserved
Privacy Policy | Contact