-
Desktop Java
Tower Defense in JavaFX (6)
So we’re at part 6 of this tutorial already, and the game has come a long way in the meantime.…
Read More » -
Enterprise Java
Adding Social Sign In to a Spring MVC Web Application: Integration Testing
I have written about the challenges of writing unit tests for applications which use Spring Social 1.1.0 and provided one…
Read More » -
Software Development
Off Heap concurrent counter
Concurrent counter are part of almost every system, it is used to collect data, thread synchronization etc. Java has good…
Read More » -
Software Development
JSON Processing (JSON-P) Tutorial
JSON (JavaScript Object Notation) is a compact text file format that can be used to store and transfer data. It…
Read More » -
Groovy
Grails Goodness: Using Groovy SQL
In a previous post we learned how we can use Hibernate native SQL queries in our Grails application. We can…
Read More » -
Core Java
Migrating from javaagent to JVMTI: our experience
When you need to gather data from within the JVM, you will find yourself working dangerously close to the Java…
Read More » -
Software Development
Implementing Static Analysis isn’t that easy
Static Analysis Testing (SAST) for software bugs and vulnerabilities should be part of your application security – and software quality…
Read More » -
Software Development
A Better Query Language than SQL
Leland Richardson, Founder of Tech.Pro has recently published a very interesting article about BQL, his visions of a better query…
Read More » -
Software Development
Trigger Continuous Delivery every GitHub commit
Crucial piece of puzzle when developing web application is Continuous Delivery. Testers or users can by early access to alpha…
Read More »