j2ee
Jul 13th, 2010 |
By raja shankar kolluru |
Category: architecture, Featured, j2ee, java
Launching the Value Object Wizard I have launched a project called Value Object Wizard in sourceforge. Please take a quick look and send me your comments. The details are in the home page.
Posted in architecture, Featured, j2ee, java |
No Comments »
Apr 29th, 2010 |
By raja shankar kolluru |
Category: architecture, Featured, j2ee, java, optimization
With no offense to the favored species, here is a bad joke about blonds: Question: Why is it a bad idea to give the weekend off to a blond? Answer: Because you have to retrain her on Monday. But browsers, unlike blonds, learn from experience and keep these learnings for sometime. Which means that if [...]
Posted in architecture, Featured, j2ee, java, optimization |
2 comments
Apr 28th, 2010 |
By raja shankar kolluru |
Category: architecture, design, Featured, j2ee, optimization
This article delves more into the performance analysis exercise that I alluded to in a previous article. We begin our analysis with the web layer which serves as the entry and egress to our core application. Does your web layer buckle under load as the spider’s web here seems to have ? Tweaking the web [...]
Tags: 304, architecture, browser, design, dynatrace, j2ee, optimization Posted in architecture, design, Featured, j2ee, optimization |
No Comments »
Apr 24th, 2010 |
By raja shankar kolluru |
Category: architecture, Featured, j2ee, optimization, technology
Application performance testing is just about the last thing that we may have to do before we could certify an application as production ready. Or it may be just about the last thing we do before we decide to discard the app in the dumpster. This may be a loud roar or a death knell [...]
Tags: optimization, performance, web application Posted in architecture, Featured, j2ee, optimization, technology |
1 Comment »
Dec 1st, 2009 |
By raja shankar kolluru |
Category: Featured, j2ee, java
I see quite a few arguments in various forums bemoaning about the surfeit of choice that is available in the Java world. For instance, there was a question about the best choice for Unit testing frameworks in Java to which the answer was that the questioner was better off choosing .NET since it tends to [...]
Posted in Featured, j2ee, java |
No Comments »
Sep 20th, 2009 |
By raja shankar kolluru |
Category: architecture, code snippets, design, Featured, j2ee, java
Imagine a large building with its foundation resting on a bedrock. Now consider the possible impact of doing any kind of repair work on the bedrock! Sounds scary? Fortunately, the analogy does not fully extend to the realm of software in its full gravity. Yet this metaphorical mental escapade would bring some notion of the [...]
Posted in architecture, code snippets, design, Featured, j2ee, java |
No Comments »
Feb 22nd, 2008 |
By raja shankar kolluru |
Category: aop, architecture, design, j2ee
Horizontal concerns & SRP We start with an object oriented tenet that states that one class must implement one and only one responsibility. This is called the Single Responsibility Principle (SRP). SRP states for instance that a UserService class can only do “user management” and nothing else. This at the outset may look very obvious [...]
Tags: aop, aspects, j2ee, spring Posted in aop, architecture, design, j2ee |
4 comments