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

Introduction to Spring Validation

March 1, 2011 by Krishna Srinivasan Leave a Comment

In this article, we will see the usage of Spring Validators. Spring provides a simplified set of APIs and supporting classes for validating domain objects. As always, the framework is extensible and it is possible to hook-in custom validator implementations into the framework. This article starts in explaining the basics of Spring validator by guiding […]

Filed Under: Spring Framework Tagged With: Spring Framework, Spring Validation

Extending View Resolver and Chaining View Resolvers in Spring MVC

February 15, 2011 by Krishna Srinivasan Leave a Comment

In Spring MVC view resolvers help the Dispatcher Servlet in identifying the views which has to be rendered in response for a request. There are lot view resolvers available in Spring framework. For example: InternalResourceViewResolver, ResourceBundleViewResolver, XmlViewResolver etc. If needed, the programmers can have custom view resolvers by extending existing view resolver implementation or implementing […]

Filed Under: Spring Framework Tagged With: Spring Framework, Spring MVC

Testing Support in Spring Framework

August 30, 2010 by Krishna Srinivasan Leave a Comment

Testing is a vital phase in any software application and software cannot be complete if it is not completely tested. Unit Testing allows individual software components to be tested completely whereas Integration Testing ensures that multiple components in a system works fine. also read: Spring Tutorials Spring 4 Tutorials Spring Interview Questions In this article, […]

Filed Under: Spring Framework Tagged With: Spring Framework

Email Integration in Spring Framework

November 11, 2008 by Krishna Srinivasan Leave a Comment

1)Introduction The Spring Framework provides a supportive utility library for sending email that shields the user from the essentials of the core mailing system and is dependable for low level resource handling on behalf of the customer. Spring Framework uses the following package as a root level package for the email support: org.springframework.mail MailSender is […]

Filed Under: Spring Framework Tagged With: Spring Framework, Spring Integration

How to lazy initialize Spring beans?

July 21, 2008 by Krishna Srinivasan Leave a Comment

Lazy Initiation in Spring IOC As we know Spring’s bean factory is pre-initiate all the beans when first time creating the factory. This is good practice because if there is any dependency error everything can be resolved at the time of start up. This is not case in all the application scenarios. The following are the few drawbacks […]

Filed Under: Spring Framework Tagged With: Spring Framework

How to integrate Spring with iBatis?

November 2, 2007 by Krishna Srinivasan Leave a Comment

1) Introduction iBatis is an object-relational mapping tool (ORM) that simplifies access to database. This article details the steps needed for integrating Spring with iBatis. Through such an integration, objects that are specific to iBatis can utilise all the benefits given by Spring’s IOC Container. This is not an introductory article for both Spring and […]

Filed Under: Spring Framework Tagged With: iBatis, Spring Framework

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

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.