π JDBC Connection and Dialect Configuration in Hibernate
https://thorben-janssen.com/jdbc-connection-and-dialect-in-hibernate/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/jdbc-connection-and-dialect-in-hibernate/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
JDBC Connection and Dialect Configuration in Hibernate
Get the required configuration settings to connect Hibernate with the most commonly used relational databases.
π This Week in Spring - February 2nd, 2020
https://spring.io/blog/2021/02/02/this-week-in-spring-february-2nd-2020
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/02/this-week-in-spring-february-2nd-2020
β‘οΈ @SpringFrameworkZone
spring.io
This Week in Spring - February 2nd, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Can you believe weβre already square into the second month of 2021? Weβre 1/12th of the way through the year already! ITβS ALL GOING SO QUICK! So, I wonβt waste any furtherβ¦
π Continuous Delivery with OpenShift and Jenkins: A/B Testing
https://piotrminkowski.com/2019/05/17/continuous-delivery-with-openshift-and-jenkins-a-b-testing/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2019/05/17/continuous-delivery-with-openshift-and-jenkins-a-b-testing/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Continuous Delivery with OpenShift and Jenkins: A/B Testing - Piotr's TechBlog
One of the reasons you could decide to use OpenShift instead of some other containerized platforms (for example Kubernetes) is out-of-the-box support for continuous delivery pipelines. Without proper tools, the process of releasing software in your organizationβ¦
π High-Performance Java Persistence Newsletter, Issue 23
https://vladmihalcea.com/high-performance-java-persistence-newsletter-23/
β‘οΈ @SpringFrameworkZone
https://vladmihalcea.com/high-performance-java-persistence-newsletter-23/
β‘οΈ @SpringFrameworkZone
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 23 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π Hello World Using Spring Integration
https://springframework.guru/hello-world-using-spring-integration/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/hello-world-using-spring-integration/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Hello World Using Spring Integration
Spring Integration is a very powerful module in the Spring Framework. It was originally inspired by pivotal book in computer science called Enterprise Integration Patterns written by Gregor Hohpe and Bobby Woolf. While the Gangβ¦
π Multiple Submit Buttons on a Form
https://www.baeldung.com/spring-form-multiple-submit-buttons
β‘οΈ @SpringFrameworkZone
https://www.baeldung.com/spring-form-multiple-submit-buttons
β‘οΈ @SpringFrameworkZone
Baeldung
Multiple Submit Buttons on a Form | Baeldung
Learn how to add another button to the same form in a Spring MVC application that maps to the same RequestMapping on the controller.
π ArgumentCaptor in Mockito
https://springframework.guru/argumentcaptor-in-mockito/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/argumentcaptor-in-mockito/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
ArgumentCaptor in Mockito
ArgumentCaptor in Mockito allows you to capture arguments passed to methods for further assertions. You can apply standard JUnit assertion methods, such as assertEquals(), assertThat(), and so on, to perform assertions on the captured argumentsβ¦
π Reading External Configuration Properties in Spring
https://springframework.guru/reading-external-configuration-properties-in-spring/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/reading-external-configuration-properties-in-spring/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
Reading External Configuration Properties in Spring
Enterprise Applications developed using the Spring Framework use different types of configuration properties to configure the application at runtime. These configuration properties help in connecting to databases, messaging systems, perform logging, cachingβ¦
π The New Switch Case Features
https://springframework.guru/the-new-switch-case-features/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/the-new-switch-case-features/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
The New Switch Case Features
Java SE 12 introduces switch expressions, which like all expressions evaluate to a single value, that you can use as statements. Java 12, brings improvement to the switch statement with new capabilities. Some of theβ¦
π API Gateway with Spring Cloud
https://springframework.guru/api-gateway/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/api-gateway/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru - Become a Spring Framework Guru
API Gateway with Spring Cloud
Using API Gateways is a common design pattern with microservice architectures. API Gateways allow you to abstract the underlying implementation of the microservices. Microservices based systems typically have a large number of independent services. Oneβ¦
π Serverless on AWS with DynamoDB, SNS and CloudWatch
https://piotrminkowski.com/2017/07/03/serverless-on-aws-with-dynamodb-sns-and-cloudwatch/
β‘οΈ @SpringFrameworkZone
https://piotrminkowski.com/2017/07/03/serverless-on-aws-with-dynamodb-sns-and-cloudwatch/
β‘οΈ @SpringFrameworkZone
Piotr's TechBlog
Serverless on AWS with DynamoDB, SNS and CloudWatch - Piotr's TechBlog
In one of my previous posts Serverless on AWS Lambda I presented an example of creating REST API based on AWS Lambda functions. However, we should keep in mind that this mechanism is also used to exchange events between services (SaaS) provided by AWS. Nowβ¦
π A Bootiful Podcast: RSocket legend and new Reactor team member Oleh Dokuka
https://spring.io/blog/2021/02/04/a-bootiful-podcast-rsocket-legend-and-new-reactor-team-member-oleh-dokuka
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/04/a-bootiful-podcast-rsocket-legend-and-new-reactor-team-member-oleh-dokuka
β‘οΈ @SpringFrameworkZone
spring.io
A Bootiful Podcast: RSocket legend and new Reactor team member Oleh Dokuka
<p>Hi, Spring fans! Welcome to another installment of <em>A Bootiful Podcast</em>! In this episode, <a href="https://twitter.com/starbuxman">Josh Long (@starbuxman)</a> talks to RSocket legend and new Reactor team member <a href="https://twitter.com/OlehDokuka">Olehβ¦
π Demystifying Spring Cloud Stream producers with Apache Kafka partitions
https://spring.io/blog/2021/02/03/demystifying-spring-cloud-stream-producers-with-apache-kafka-partitions
β‘οΈ @SpringFrameworkZone
https://spring.io/blog/2021/02/03/demystifying-spring-cloud-stream-producers-with-apache-kafka-partitions
β‘οΈ @SpringFrameworkZone
Demystifying Spring Cloud Stream producers with Apache Kafka partitions
Level up your Java code and explore what Spring can do for you.
π Contracts for Microservices With OpenAPI and Spring Cloud Contract
https://springframework.guru/contracts-for-microservices-with-openapi-and-spring-cloud-contract/
β‘οΈ @SpringFrameworkZone
https://springframework.guru/contracts-for-microservices-with-openapi-and-spring-cloud-contract/
β‘οΈ @SpringFrameworkZone
Spring Framework Guru
Contracts for Microservices With OpenAPI and Spring Cloud Contract
I've previously posted about defining Consumer Driven Contracts using the OpenAPI specification and Spring Cloud Contract. This approach works well because you can tie your contracts to your API specification, and also wire in aβ¦
π Coffee with Thorben 2020-02-05 β Auditing with Hibernate Envers
https://thorben-janssen.com/coffee-with-thorben-hibernate-envers/
β‘οΈ @SpringFrameworkZone
https://thorben-janssen.com/coffee-with-thorben-hibernate-envers/
β‘οΈ @SpringFrameworkZone
Thorben Janssen
Coffee with Thorben 2020-02-05 - Auditing with Hibernate Envers
In this episode, we discuss the best way to implement soft deletes with Hibernate and take a look at a common association management pitfall.
Spring Boot Framework pinned Β«π Java Weekly, Issue 371 https://www.baeldung.com/java-weekly-371 β‘οΈ @SpringFrameworkZoneΒ»