Spring
-
Enterprise Java
Invoking Async method call using Future object in Spring
The next example will demonstrate an async method call inside the Spring container. Why do we need async method calls?…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: Adding Custom Methods to All Repositories
If we are using Spring Data Solr in a real life software project, the odds are that sooner or later…
Read More » -
Enterprise Java
Aggregating async results using Spring Integration
Hi, I came across an issue which has very nice solution using Spring Integration. Many times we have the need…
Read More » -
Enterprise Java
Testing Spring “session” scope
In a Spring based Web application, beans can be scoped to the user “session”. This essentially means that state changes…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: Pagination
In the earlier parts of my Spring Data Solr tutorial, we have implemented a simple search function which is used…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: Sorting
When we are implementing a word search function, we typically want to sort the search results in descending order by…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: Dynamic Queries
Solr is often referred as a search server which we can use when we are implementing full-text search functions. However,…
Read More » -
Enterprise Java
Spring JPA Data + Hibernate + MySQL + Maven
Development of web-applications with the help of Spring MVC implies creation of several logical layers of architecture. One of the…
Read More » -
Enterprise Java
Spring Integration key notes with real life scenarios
This post will summarize Spring Integration (SI) important key notes together with messaging Integration patterns. For each key note I will add…
Read More »