Spring and LDAP – Sample Application
Spring and LDAP. Should not really be a problem, right? Considering a vast amount of resources and examples. Well, in my experience things do not… Read More »
Spring and LDAP – Sample Application
Spring and LDAP. Should not really be a problem, right? Considering a vast amount of resources and examples. Well, in my experience things do not… Read More »
Spring and LDAP – Sample Application
Have you ever struggled with lengthy chunks of unwieldy JavaScript code? Tired of chasing down all those subtle intricacies of event-driven asynchronous processing? If you… Read More »
Insight into Knockout
I have recently received an email from GitHub asking me to confirm my SSH key. It took me a while to figure out how to… Read More »
SSH Key Fingerprint
Here is a list of hot keys I frequently use in Netbeans and their equivalents in IntelliJ and Eclipse. All of them are customizable, what… Read More »
Hot Keys in Netbeans, IntelliJ and Eclipse
When it comes to transactions, the Spring manual suggests that marking your classes as @Transactional and enabling annotation-driven configuration is somewhat insufficient. When you keep… Read More »
Spring and Transaction Strategies
To be honest, the Data Transfer Object pattern is not my favourite one. I like to keep my code DRY and the idea of replicating… Read More »
Thoughts on Data Transfer Objects