排序
The Player Setup Endpoint – Let the Frontend run Backend code
The Player Setup Endpoint – Let the Frontend run Backend code, Player setup for testing (2 Part Series) 1 How to make your tests more readable and maintainable 2 The Player Setup ...
Comparing lombok features with groovy
Comparing lombok features with groovy, Lombok Lombok is a java annotation processor which generates boilerplate code automatically in your classes at compile time. Many of lombok's...
File Stream Encryption with Bouncy Castle
File Stream Encryption with Bouncy Castle,Encryption is a funny thing, it's essential to do and do well , but it well is complicated this is unfortunate since it's so important to ...
Combining Groovy and Java
Combining Groovy and Java,Combining Groovy scripts in our Java-based code, is easy with Maven. You can check out the code for this tutorial in Github. Scenario: we're asked to prod...
Building Java Projects with Gradle
Building Java Projects with Gradle, I've had a few strongly worded opinions about Java as a language in the past. Be that as it may, choosing a programming language is a luxury tha...
Mockito: Passing in any() and a literal to the same method
Mockito: Passing in any() and a literal to the same method,Mockito has a restriction where when using Mockito.when(someMethod(...)) you can't pass in a combination of any() and lit...
Deploying Grails 4 to Heroku
Deploying Grails 4 to Heroku,Heroku is a PaaS(Platform as a Service) for running web apps that makes it as simple as a git push to deploy. They offer a free tier that is great for ...
Executing groovy script on a camunda process
Executing groovy script on a camunda process,Today I've bumped into a specific problem: I've a web app in Java running a Camunda process. At some point of the process, there's a Co...
Spock Framework: Teste Java com mais produtividade
Spock Framework: Teste Java com mais produtividade,Quem já escreve testes há algum tempo deve ter percebido que, para cada funcionalidade da aplicação que queremos testar, temo...
Grails CI with Github Actions
Grails CI with Github Actions,I recently was playing with Github Actions and a Grails 3 app. Was a bit of trial and error though I finally got a working CI workflow. Github recentl...
Web UI tests reinforcement with webtau framework (Selenium based)
Web UI tests reinforcement with webtau framework (Selenium based),One of the biggest problem with Web UI tests is their brittleness. Moving a page element around or replacing an in...
Spring-Session Grails Plugin (Part 3)
Spring-Session Grails Plugin (Part 3), Hi Folks, hope you’re doing well! I was quite busy since my last blog post. So this post is part of Spring-Session Grails Plugin blog series...