-
Core Java
Using the final keyword on method parameters
After some own confusion which specific meaning final declared method parameters have this blog entry will try to clarify this.…
Read More » -
DevOps
Keep As Much Stuff As Possible In The Application Itself
There’s a lot of Ops work to every project. Setting up server machines, and clusters of them, managing the cloud…
Read More » -
Software Development
High Performance Webapps – Data URIs
I continue to write tips for perfomance optimization of websites. The last post was about jQuery objects. This post is…
Read More » -
Enterprise Java
Aleri – Complex Event Processing
Sybase’s Aleri streaming platform is one of the more popular products in the CEP market segment. It’s is used in…
Read More » -
Enterprise Java
Maven Does Not Suck . . . but the Maven Docs Do
I’m not going to go into the whole Maven debate, but suffice it to say that I’m a strong proponent…
Read More » -
Software Development
Which Private Cloud is Best and How to Select One
This litmus test is proposed to compare private clouds How long does it take to place in production an application…
Read More » -
Enterprise Java
OSGI – Modularizing your application
Since I am a big proponent of modularity, low coupling, high cohesion, etc … I believe that this technology is…
Read More » -
Software Development
Key Success Factors for Open Source Strategies
Last week at EclipseCon Europe, John Swainson gave a keynote address that reflected on IBM’s decision to start Eclipse as…
Read More » -
Enterprise Java
JMeter: Load Testing Relational Databases
Apache JMeter is a performance testing tool which is entirely written in Java. Any application that works on request/response model…
Read More »