Architecture

Introduction to Micro Services Based Application Development

One of the major challenges one faces while developing any typical enterprise application is in enforcing the design constraints which increase the modularity...

1 replies - 2554 views - 12/18/08 by prashanthjee in Articles

2008: A Developer's Retrospective

 I have been making New Year's resolutions for a long, long time. I don’t even remember when I actually started making them either. Yes, it has been so...

3 replies - 6441 views - 12/16/08 by Meera Subbarao in Articles

JSF Anti-Patterns and Pitfalls

This article covers anti-patterns and pitfalls of day to day JSF development. Most of these issues have kept the author up at night; some of these are the same...

5 replies - 15230 views - 12/12/08 by dennisbyrne in Articles

Single Source OSGi Enterprise Architecture Pattern

The following article documents an architectural solution to a problem which I’ve encountered in many enterprise computing environments. Problem:

4 replies - 5347 views - 12/08/08 by ggalang in Articles

Advanced ESB Patterns and Techniques

In this presentation, recorded at EclipseWorld 2008, Burr Sutter demonstrates the customary capabilities associated with an Enterprise Service Bus (ESB)...

1 replies - 8383 views - 11/25/08 by Nitin Bharti in Videos

Design Patterns - The Cult to Blame?

I always thought that the GOF Design Patterns book achieved it's objective to make us better C++/Java programmers. It taught us how to design polymorphic class...

5 replies - 4962 views - 11/10/08 by Debasish Ghosh in Articles

Integrating JAX-RS and Spring MVC

Spring MVC and JAX-RS have a lot in common. I've been working on integrating those two technologies as part of the JBoss RESTEasy project, and have been pretty...

0 replies - 5144 views - 11/06/08 by Solomon in Articles

RESTful Web Applications with Subbu Allamaraju

Subbu works at Yahoo! developing standards, patterns and practices for HTTP web languages. In the past, he was a web service and Java developer. He was also a...

4 replies - 3698 views - 11/03/08 by Matt Raible in Articles

Five Reasons Software Developers Hate Software Architects

I remember it well.

0 replies - 8806 views - 10/14/08 by nerdguru in Articles

Java RESTful clients and JAX-RS

RESTful architecture and JAX-RS lead to distributed architectures. Roy Fielding's dissertation talks about a layered, client-server architecture. The JAX-RS...

0 replies - 7035 views - 10/07/08 by Solomon in Articles

A Simple Clustered Task Distribution System

This article will introduce the basic concepts of JGroups and then implement a task distribution system (on top of JGroups), where tasks can be placed into the...

4 replies - 19299 views - 10/06/08 by Bela Ban in Articles

A Look Inside the JBoss Microcontainer, Part I -- Component Models

Looking at the current state of Java, we can see that POJOs (Plain Old Java Objects) rule the land yet again. Their dominance stretches from enterprise...

26 replies - 16795 views - 10/01/08 by alesj in Articles

Case study: Performance Tuning a Web Shop – Part 2

In the first part of this article, I’ve talked about the speedup challenge of a large Dutch web shop. We discussed our biggest gains applied on bottlenecks...

5 replies - 5842 views - 09/30/08 by Jeroen Borgers in Articles

JAX-RS Vendor Comparisons

I'd like to evaluate the four products that I know of that support JAX-RS:

2 replies - 6723 views - 09/26/08 by Solomon in Articles

Putting Java to REST

Last month I gave you an Introduction to REST. It was 100% theory, so now its time to see a little bit of REST in action. Since I am primarily a Java...

7 replies - 32905 views - 09/22/08 by Bill Burke in Articles