• submit to reddit
Smeltet Kerne03/13/10
8009 views
16 replies

Oracle This is What You Need to Do With Java..

I think its safe to assume that most Java developers feel some in trepidation as Oracle take over the stewardship of Java. Will Oracle's agenda be compatible with the current diversity of the Java ecosystem?

Nicolas Frankel03/13/10
8563 views
2 replies

Managing Web Sessions

In the previous article, I set up a cluster of 2 Tomcat instances in order to achieve load-balacing. It also offered failover capability. However, when using this feature, the user session was lost when changing node. In this article, I will show you how...

Steven Lott03/12/10
8693 views
15 replies

Great Lies: "Design" vs. "Construction"

In reflecting on Architecture, I realized that there are some profound differences between "real" architecture and software architecture.One of the biggest differences is design.

James Sugrue03/12/10
21772 views
8 replies

Design Patterns Uncovered: The Proxy Pattern

Today's pattern is the Proxy pattern, another simple but effective pattern that helps with controlling use and access of resources. 

Jay Fields03/12/10
3860 views
3 replies

Pairing Isn't the Solution

In 2007 & 2008 I wrote several blog entries on Pair Programming (tagged with pair programming). Pair programming solved a lot of problems for me: knowledge transfer, mentoring, code review, etc. It also solved another problem at the same time, even though...

adam bien03/12/10
3055 views
2 replies

Modules, Cycles, Unwanted Friends - The Modularity Challenges In Enterprise Projects

Building modules and components is not that hard. You "only" have to encapsulate the internal component implementation and expose a clean and easy to use interface. ...at least on paper. In practice you will be confronted with the following...

Howard Lewis Ship03/12/10
8307 views
14 replies

Why Eclipse Leaves Me Wanting

I think I've come to understand why Eclipse leaves me always feeling a bit frustrated. Yes, it is more stable than IDEA, uses less memory, has some documentation, and a lot of acceptance ... but even so, it just leaves me cold (and I was an early adopter,...

Mitch Pronschinske03/11/10
12858 views
2 replies

Improving the Testability of Java EE With Arquillian; 1.0.0 Alpha 1 Released

At Devoxx '09, JBoss introduced a framework that could help improve the testability of Java EE and JBoss AS.  Integration testing is important in Java EE because business components often interact with the container's resources or sub-system and many...

Mitch Pronschinske03/11/10
13874 views
0 replies

Opening the JBoss Toolbox 3.1

JBoss just wrapped up it's work on JBoss Tools 3.1 with a final release.  The umbrella project includes Eclipse plugins for JBoss AS, Hibernate, Drools, jBPM, JSF, (X)HTML, Seam, Smooks, JBoss ESB, JBoss Portal, and more.  JBoss Tools 3.1 will require...

Giorgio Sironi03/11/10
14390 views
2 replies

Acceptance Test-Driven Development

I am halfway through reading Growing object-oriented software, guided by tests, a book that teaches Test-Driven Development in a Java environment. A review will come soon, since the process described in this work is really language-agnostic and...

Alex Tkachman03/11/10
11148 views
3 replies

Multiverse: Open Source Software Transactional Memory for Java. Interview with creator

Today we have pleasure to talk with Peter Veentjer creator and lead developer of very interesting open source project called Multiverse

James Sugrue03/11/10
13932 views
2 replies

Using OSGi & Equinox Effectively: An Interview With Jeff McAffer

After releasing his latest book covering OSGi & Equinox, I took the opportunity to catch up with Jeff McAffer. In this interview we discuss the basics of OSGi, the Equinox implementation, benefits of modularity and some best practices around using...

Eric Daugherty03/11/10
3423 views
2 replies

Programming in the Small

I believe that successful application development today is about 'tweaks and sub-features', not major functionality.  But my thought process for this post was kicked off by an interesting post by Mike Taylor: 'Whatever happened to programming?' Mike laments...

Jose Maria Arranz03/11/10
20181 views
23 replies

The Single Page Interface Manifesto

I have published The Single Page Interface Manifesto. The objective of this manifesto is to promote the progressive disappearance of the use of pages not only in web applications also in dynamic web sites.  

Caleb Jenkins03/11/10
6230 views
0 replies

Practice Software Patterns – Component Patterns

The first time that someone taught me about Software Design Patterns it went something like this: Them: “… and so that is the pattern.” Me: “That’s it” Them: “Well, yeah.” Me: “But that’s how I’ve always done that.” Them: “Well, then...