π Asynchronous Batch Operations in Couchbase
https://www.baeldung.com/async-batch-operations-in-couchbase
https://www.baeldung.com/async-batch-operations-in-couchbase
π Servlet 3 Async Support with Spring MVC and Spring Security
https://www.baeldung.com/spring-mvc-async-security
https://www.baeldung.com/spring-mvc-async-security
Baeldung on Kotlin
Servlet 3 Async Support with Spring MVC and Security | Baeldung
Quick intro to the Spring Security support for async requests in Spring MVC.
π Hibernate Mapping Exception β Unknown Entity
https://www.baeldung.com/hibernate-mappingexception-unknown-entity
https://www.baeldung.com/hibernate-mappingexception-unknown-entity
Baeldung
Hibernate Mapping Exception | Baeldung
Hibernate Mapping Exception - Unknown Entity - causes and solutions.
π Spring MVC Streaming and SSE Request Processing
https://www.baeldung.com/spring-mvc-sse-streams
https://www.baeldung.com/spring-mvc-sse-streams
Baeldung on Kotlin
Spring MVC Streaming and SSE Request Processing | Baeldung
Learn how to produce asynchronous and streaming data responses using Spring MVC 5 and consume them with a simple AJAX client.
π Azure in the Enterprise: Azure Cosmos DB and Spring Boot
https://spring.io/blog/2020/09/14/azure-in-the-enterprise-azure-cosmos-db-and-spring-boot
https://spring.io/blog/2020/09/14/azure-in-the-enterprise-azure-cosmos-db-and-spring-boot
spring.io
Azure in the Enterprise: Azure Cosmos DB and Spring Boot
<p>Hi, Spring fans! I was on the Microsoft Azure YouTube show <em>Azure in the Enterprise</em> with Lyle Dodge where I did a quick demonstration introducing the Spring for Microsoft Azure support for the Microsoft Azure Cosmos DB. Check it out!</p>
<iframeβ¦
<iframeβ¦
π Hibernate Tips: How to call a user-defined function in a CriteriaQuery
https://thorben-janssen.com/hibernate-tips-call-custom-function-criteriaquery/
https://thorben-janssen.com/hibernate-tips-call-custom-function-criteriaquery/
Thorben Janssen
Hibernate Tips: How to call a custom function in a CriteriaQuery
In this Hibernate Tip, I show you how to call a user-defined function in a CriteriaQuery.
π Java Weekly 49: Java doesnβt suck, annotations everywhere, free ebooks and moreβ¦
https://thorben-janssen.com/java-weekly-49-java-doesnt-suck-annotations-everywhere-free-ebooks-and-more/
https://thorben-janssen.com/java-weekly-49-java-doesnt-suck-annotations-everywhere-free-ebooks-and-more/
Thorben Janssen
The end of Java Weekly ... for now - Thorben Janssen
Iβm sorry to tell you that I will no longer publish the Java Weekly series. I know that a lot of you liked this series and I really enjoyed writing it. But based on my understanding of 2 recent court decisions and the blog posts of several German lawyersβ¦
π Spring Framework 5.2.9, 5.1.18, 5.0.19, and 4.3.29 available now
https://spring.io/blog/2020/09/15/spring-framework-5-2-9-5-1-18-5-0-19-and-4-3-29-available-now
https://spring.io/blog/2020/09/15/spring-framework-5-2-9-5-1-18-5-0-19-and-4-3-29-available-now
spring.io
Spring Framework 5.2.9, 5.1.18, 5.0.19, and 4.3.29 available now
<p><strong>Updated on 2020-09-17</strong> to add links to CVE-2020-5421 and the corresponding Spring Boot releases.</p>
<p>On behalf of the team and everyone who has contributed, I am pleased to announce a full round of Spring Framework releases.</p>
<p>Springβ¦
<p>On behalf of the team and everyone who has contributed, I am pleased to announce a full round of Spring Framework releases.</p>
<p>Springβ¦
π Hibernate Tips: How to map native query results to a POJO
https://thorben-janssen.com/hibernate-tips-map-native-query-results-pojo/
https://thorben-janssen.com/hibernate-tips-map-native-query-results-pojo/
Thorben Janssen
Hibernate Tips: How to map native query results to a POJO
In this week's Hibernate Tip, I show you how you can map the result of a native SQL query to a POJO
π How to generate UUIDs as primary keys with Hibernate
https://thorben-janssen.com/generate-uuids-primary-keys-hibernate/
https://thorben-janssen.com/generate-uuids-primary-keys-hibernate/
Thorben Janssen
How to generate UUIDs as primary keys with Hibernate
If you decide to use UUIDs as primary keys, Hibernate can generate them based on IETF RFC 4122 version 1 and version 4.
π Hibernate Tips: How to define schema and table names
https://thorben-janssen.com/hibernate-tips-define-schema-table-names/
https://thorben-janssen.com/hibernate-tips-define-schema-table-names/
Thorben Janssen
Hibernate Tips: How to define schema and table names
In this week's Hibernate Tip, I show you how you can define the name of the table and database schema to which an entity shall be mapped.
π Hibernate Tips: How to use pagination with JPQL
https://thorben-janssen.com/hibernate-tips-use-pagination-jpql/
https://thorben-janssen.com/hibernate-tips-use-pagination-jpql/
Thorben Janssen
Hibernate Tips: How to use pagination with JPQL
In this week's Hibernate Tip, I show you how you can use pagination with JPQL.