Spring and JMS Integration To integrate spring with JMS, you need to create two applications. JMS Receiver Application JMS Sender Application To…
spring hibernate
-
-
Spring AOP Tutorial What is AOP? Where use AOP? AOP Concepts and Terminology Spring AOP Implementation Aspect Oriented Programming (AOP) compliments OOPs…
-
Spring SimpleJdbcTemplate Example Spring SimpleJdbcTemplate Example of SimpleJdbcTemplate Spring 3 JDBC supports the java 5 feature var-args (variable argument) and autoboxing by…
-
Constructor Injection with Dependent Object Constructor Injection with Dependent Object If there is HAS-A relationship between the classes, we create the instance…
-
Spring and JAXB Integration Example Spring and JAXB Integration Example of Spring and JAXB Integration JAXB is an acronym for Java Architecture…
-
Constructor Injection with Map Example Constructor Injection with Map Example In this example, we are using map as the answer that have…
-
Constructor Injection with Non-String Collection (having Dependent Object) Example Constructor Injection with Non-String Collection If we have dependent object in the collection,…
-
Constructor Injection with Non-String Map (having dependent Object) Example Constructor Injection with Non-String Map In this example, we are using map as…
-
Spring and RMI Integration Spring and RMI Integration Example of Spring and RMI Integration Spring RMI lets you expose your services through…
-
Inheriting Bean in Spring Inheriting Bean in Spring By using the parent attribute of bean, we can specify the inheritance relation between…