|
Title :
Testing Support in Spring Framework
Author :
Christy
Date : Mon Aug 30th, 2010
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 completey whereas Integration Testing ensures that multiple components in a system works fine. In this article, we will see the support given by Spring framework towards Unit and Integrating Testing. The first section of the article deals with the support given by Spring towards Unit Testing, especially the mock interfaces and the classes. Also discussed in this article are the various supportive and utility classes for Integration. The final section of the article discusses the various annotations available in Spring that facilitate testing.
Title :
Transaction Management in Spring Framework
Author :
Christy
Date : Sat Aug 28th, 2010
Transaction management is critical in any form of applications that will interact with the database. The application has to ensure that the data is consistent and the integrity of the data is maintained. There are many popular data frameworks like JDBC, JPA, Hibernate etc.. and Spring Framework provides a seamless way of integrating with these frameworks. In this article, we will see how Spring Framework leverages the transaction management capabilities with a plenty of examples. This article covers Programmatic as well as Declarative way of managing transactions. The final section of the article is about achieving transaction management through annotations and AOP. The readers of this article are assumed to have a basic understanding on core Spring Framework. If you don't have the basic knowledge on the Spring Framework, please read the articles listed in the following section.
Title :
Spring and JMX Integration
Author :
Christy
Date : Wed Aug 25th, 2010
In this article we will see how to integrate JMX with Spring. This article assumes that the reader has a basic understanding on Spring and JMX. We will initially explore a sample on JMX written without the support of Spring, then will learn the dis-advantages in using so. Later we will see how to use Spring's features and support related to JMX with and without annotations. We will dedicate the final section of the article in looking into the various remoting options available in Spring for JMX clients.
Title :
Introduction to Spring JDBC Framework
Author :
Christy
Date : Tue Aug 17th, 2010
In this article, we will see how to interact with the database through JDBC APIs using Spring's framework. Spring's JDBC framework integration simplifies the task of resource management like closing connection, statement, resultset etc, complex exception handling, providing reusable object oriented access towards database operations.
Title :
JBoss Seam Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
JBoss Seam Interview Questions
Title :
JVM,JRE,Java Compiler Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
JVM,JRE,Java Compiler Interview Questions
Title :
Tapestry Interview Questions and FAQs
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Tapestry Interview Questions and FAQs
Title :
Java Threads Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Java Threads Interview Questions
Title :
Weblogic Interview Questions
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Weblogic Interview Questions
Title :
Groovy Interview Questions and FAQs
Author :
JavaBeat
Date : Thu Aug 5th, 2010
Groovy Interview Questions and FAQs
|