-
Enterprise Java
Test Driven Development – A Win-Win strategy
Agile practitioners talk about Test Driven Development(TDD), so do lot of developers who care about their code quality and workability.…
Read More » -
Android Core
Android Emulator: Scale size without using Eclipse
As you might have read following my previous post I’m currently experimenting with mobile web solutions. In such a case,…
Read More » -
Enterprise Java
Complete Guide To Deploy Java Web Application in Amazon Ec2 using Eclipse
Hi readers, Today I’m going to show you how to deploy simple java web application in amazon ec2 using Eclipse…
Read More » -
Software Development
Code comments gone wrong
Adding code comments is supposed to be good practice, but here is why it often fails: Code is the single…
Read More » -
Software Development
Top 7 Programmers bad habits
1. The All code is crap, except mine, attitude.I have bad news for you buddy, all code is crap. No…
Read More » -
Enterprise Java
Play 2 – modules, plugins, what’s the difference?
There seems to be some confusion regarding Play 2 modules and plugins. I imagine this is because the two are…
Read More » -
Enterprise Java
Apache Camel Tutorial – Introduction to EIP, Routes, Components, Testing and other Concepts
Data exchanges between companies increase a lot. The number of applications, which must be integrated increases, too. The interfaces use…
Read More » -
Software Development
Code Forensics
How do you know if using code metrics really does help to produce code with fewer bugs. I am convinced…
Read More » -
Enterprise Java
ServletRequest startAsync() limited usefulness
Some time ago I came across What’s the purpose of AsyncContext.start(…) in Servlet 3.0? question. Quoting the Javadoc of aforementioned…
Read More »