Dissecting Spring petclinic (Part 6 Bonus): Swap Java for Kotlin
Swap Java for Kotlin
I converted all the Java code to Kotlin and did some comparison.
Swap Java for Kotlin
I converted all the Java code to Kotlin and did some comparison.
I finally removed all bits of Spring from the project and moved it to Javalin.
I realized there are no browser based tests, so I added some.
I converted the existing templates from Thymeleaf to jte
I converted all tests in Spring's example project to use a different persistence layer. Let's take a look at pros and cons.
I converted all tests in Spring's example project to blackbox tests. Let's take a look at pros and cons.
I try to apply various refactorings to Spring's example project, the petclinic. Let's then take a look at pros and cons.