Java
-
Google ClientLogin Utility in Java
Authentication and Authorization for Google APIs is a common feature in today’s applications requiring integration and information exchange with Google…
Read More » -
Quick tips for improving Java apps performance
Ever had performance problems? Yeah me too. If my manager screams “faaaaster” one more time, i will have hearing impairment…
Read More » -
Rules in JUnit 4.9 (beta 3)
Some time ago David Saff announced a beta release of JUnit 4.9. So I guess it is a good point…
Read More » -
On DTOs
DTOs, or data-transfer objects, are commonly used. What is not s? commonly-known is that they originate from DDD (Domain-driven design).…
Read More » -
On domain-driven design, anemic domain models, code generation, dependency injection and more…
Eric Evans has formulated what domain-driven design (DDD) is. Martin Fowler is a great supporter and advocate of DDD. These…
Read More » -
The evolution of Spring dependency injection techniques
Looking back at the history of Spring framework you will find out that the number of ways you can implement…
Read More » -
Google Guava Libraries Essentials
I want code to be simple-n-short, on-point and easy to read. Unnecessary complexity distract and obscure understanding of what is…
Read More » -
Manipulating Files in Java 7
The following is a modified snippet from a draft of The Well-Grounded Java Developer. It gives you a quick taster…
Read More » -
Problems with ORMs
Object Relational Mapping tools like Hibernate have helped developers make huge productivity gains in dealing with relational databases in the…
Read More »