-
Enterprise Java
JSON for polymorphic Java object serialization
For a long time now JSON is a de facto standard for all kinds of data serialization between client and…
Read More » -
Core Java
Java High CPU troubleshooting guide – part 1
This article is part 1 of a series that will provide you with a comprehensive guide on how you can…
Read More » -
Core Java
The depths of Java: API leak exposed through covariance
Java can be very tricky some times, especially in API design. Let’s have a look at a very interesting showcase.…
Read More » -
Software Development
5′ on IT-Architecture: three laws of good software architecture
The issue with architectural decisions is that they effect the whole system and/or you often need to make them early…
Read More » -
Agile
Programs and Technical Debt
Once you have a program (a collection of interrelated projects focused on one business goal) and you have technical debt,…
Read More » -
Core Java
NetBeans Usability Tips
Java IDEs have come a long way since the days of JBuilder (though JBuilder seemed like a welcome advance at…
Read More » -
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 »