groovy共22篇
The Player Setup Endpoint – Let the Frontend run Backend code-拾光赋

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 ...
kity的头像-拾光赋kity4年前
0376
Comparing lombok features with groovy-拾光赋

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...
kity的头像-拾光赋kity5年前
0326
File Stream Encryption with Bouncy Castle-拾光赋

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 ...
kity的头像-拾光赋kity5年前
03514
Combining Groovy and Java-拾光赋

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...
kity的头像-拾光赋kity5年前
02312
Building Java Projects with Gradle-拾光赋

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...
kity的头像-拾光赋kity5年前
0335
Mockito: Passing in any() and a literal to the same method-拾光赋

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...
kity的头像-拾光赋kity5年前
0276
Deploying Grails 4 to Heroku-拾光赋

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 ...
kity的头像-拾光赋kity5年前
03912
Executing groovy script on a camunda process-拾光赋

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...
kity的头像-拾光赋kity5年前
0329
Spock Framework: Teste Java com mais produtividade-拾光赋

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...
kity的头像-拾光赋kity5年前
0256
Grails CI with Github Actions-拾光赋

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...
kity的头像-拾光赋kity6年前
0218
Web UI tests reinforcement with webtau framework (Selenium based)-拾光赋

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...
kity的头像-拾光赋kity6年前
0227
Spring-Session Grails Plugin (Part 3)-拾光赋

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...
kity的头像-拾光赋kity6年前
04515