Total Questions:-66 Goto Page:
1
2 3 4 5 6 7
R4R ---> Articles--> Spring -->Spring Articles List
Page 1
Articles:
Define the AOP terminology?
Post Your View
ViewsMany terms used to define the AOP (Aspect Oriented Programming) features and they are part of the AOP language. These terms must be known to understan
For More
By:Jalees
Date:
Articles:
Explain about BatchPreparedStatementSetter?
Post Your View
ViewsBatchPreparedStatementSetter interface sets values on a PreparedStatement provided by the JdbcTemplate class for each of a number of updates in a batc
For More
By:Jalees
Date:
Articles:
Explain about PreparedStatementCreator?
Post Your View
ViewsThe PreparedStatementCreator interface is a callback interfaces used by the JdbcTemplate class. This interface creates a PreparedStatement given a con
For More
By:Jalees
Date:
Articles:
Explain about RowCallbackHandler and why it is used?
Post Your View
ViewsRowCallbackHandler interface is used by JdbcTemplate for processing rows of a ResultSet on a per-row basis. Implementations of this interface perform
For More
By:Jalees
Date:
Articles:
Explain DAO in Spring framework?
Post Your View
ViewsSpring Framework's Data Access Object (DAO) support provides integration of heterogeneous Java Database Connectivity (JDBC) and Object-Relational Mapp
For More
By:Jalees
Date:
Articles:
Explain the After returning advice?
Post Your View
ViewsWe want to make sure that we thank our patrons after they make their purchase. To do this, we implement AfterReturningAdvice:
public interface Afte
For More
By:Jalees
Date:
Articles:
Explain the Around advice?
Post Your View
ViewsThe MethodInterceptor provides the ability to do both before advice and after advice in one advice object:
public interface MethodInterceptor{
O
For More
By:Jalees
Date:
Articles:
Explain the Events and listener in Spring framework?
Post Your View
ViewsAll the Events are the subclasses of abstract class org.springframework.context.ApplicationEvent. These are:
* ContextClosedEvent :- Published when
For More
By:Jalees
Date:
Articles:
Explain the Regular expression pointcuts?
Post Your View
ViewsThe RegexpMethodPointcut lets you leverage the power of regular expressions to define your pointcuts. It uses Perl-style regular expressions to define
For More
By:Jalees
Date:
Articles:
Explain the Weaving process in Spring framework?
Post Your View
ViewsWeaving is the process of applying aspects to a to a target object to create a new proxied object. The aspects are woven into the target object at the
For More
By:Jalees
Date:
Go:
1
2 3 4 5 6 7