-
Software Development
eclipse-pmd – New PMD plugin for Eclipse
I am Eclipse user. So when I wanted to analyze my code by PMD, I needed to use “PMD for…
Read More » -
Enterprise Java
Spring Security Misconfiguration
I recently saw Mike Wienser’s SpringOne2GX talk about Application Security Pitfalls. It is very informative and worth watching if you…
Read More » -
Software Development
JavaScript multi module project – Continuous Integration
JavaScript multi module project Few days ago, I wrote blog post about JavaScript multi module project with Grunt. This approach…
Read More » -
Enterprise Java
Load inheritance tree into List by Spring
I noticed interesting Spring feature. One of my colleagues used it for loading whole inheritance tree of Spring beans into…
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 » -
Enterprise Java
Deploy to Maven Central Repository
Do you need to make your Java library publicly accessible? Is your project hosted on GitHub? Do you like idea…
Read More » -
Core Java
Mock final class
Foreword If you already read some other blog post about unusual mocking, you can skip prelude via this link. I…
Read More » -
Enterprise Java
Use Mockito to mock autowired fields
Dependency injection is very powerful feature of Inversion of Control containers like Spring and EJB. It is always good idea…
Read More »