Search Results for: flyway
-
Enterprise Java
Monolithic to Microservices Refactoring for Java EE Applications
Have you ever wondered what does it take to refactor an existing Java EE monolithic application to a microservices-based one?…
Read More » -
Software Development
MongoDB Incremental Migration Scripts
Introduction An incremental software development process requires an incremental database migration strategy. I remember working on an enterprise application where…
Read More » -
Software Development
Look no Further! The Final Answer to “Where to Put Generated Code?”
This recent question on Stack Overflow made me think. Why does jOOQ suggest to put generated code under “/target” and…
Read More » -
Enterprise Java
Using jOOQ with Spring: Code Generation
As we might remember from the first part of this tutorial, jOOQ states that jOOQ generates Java code from your…
Read More » -
Enterprise Java
Hibernate Facts: Integration testing strategies
I like Integration Testing, it’s a good way to check what SQL queries Hibernate generates behind-scenes. But Integration Tests require…
Read More » -
Enterprise Java
Reasons to consider spring-boot for your next Spring based application!
Spring-boot provides a quick way to create a Spring based application. There are some very compelling reasons to consider spring-boot…
Read More » -
Enterprise Java
Configuring Quartz with JDBCJobStore in Spring
I am starting a little series about Quartz scheduler internals, tips and tricks, this is a chapter 0 – how…
Read More »