Java

So What Are Enterprise Portals All About?

There are many definitions for “Enterprise Portal”, this article aims at exposing a definition that is commonly shared in the Java EE world. People's...

8 replies - 19399 views - 01/20/09 by theute in Articles

2009 Predictions, 2008 Predictions Revisited

It's once again that time of year, and in keeping with my tradition, I'll revisit the 2008 predictions to see how close I came before I start waxing prophetic...

7 replies - 9371 views - 01/02/09 by Ted Neward in Articles

The Nuts, Bolts and Springs of Distributed OSGi Applications

Using Spring with OSGi is a revolution in the application server environment. Spring gives you flexibility, OSGi gives you dynamicity, but complexity can...

0 replies - 6809 views - 12/30/08 by Nitin Bharti in Videos

A Look Inside JBoss Microcontainer, Part II – Advanced Dependency Injection and IoC

Today, Dependency injection (DI), or Inversion of Control (IoC), lies at the core of many frameworks that espouse the notion of a container or a component...

50 replies - 11725 views - 12/29/08 by alesj in Articles

A Look Forward at Spring 3.0

In this presentation, recorded at a recent Spring User Group Meeting by Skills Matter, Rick Evans talks about the new weapons provided by Spring 3.0 for the...

1 replies - 9910 views - 12/22/08 by Nitin Bharti in Videos

The Cloud Is Angry and Other Lessons From Gartner

I attended the Gartner Application Development Conference this week and drank from the proverbial firehouse as Gartner analysts presented their vision for...

5 replies - 3838 views - 12/11/08 by Chris Keene in Articles

Real-World Scala: Managing Cross-Cutting Concerns using Mixin Composition and AOP

In a previous post I showed you how you could use mixin composition and self type annotations to enable Dependency Injection (DI). Mixin composition is an...

0 replies - 3528 views - 12/10/08 by Jonas Boner 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 - 5353 views - 12/08/08 by ggalang in Articles

Q&A - Greg Hinkle on JOPR and application managment

In this interview, Jopr product lead Greg Hinkle discusses some of the challenges associated with managing and monitoring increasingly heterogeneous enterprise...

0 replies - 4280 views - 11/30/08 by Nitin Bharti in Uncategorized

A Rich Web Service API for Your Favorite Framework, Part 2: JBoss Seam

The intent of this how-to series is to demonstrate the development of a rich Web service API on a variety of popular development frameworks. Part 2 (this...

1 replies - 6959 views - 11/18/08 by stoicflame in Articles

A Rich Web Service API for Your Favorite Framework, Part 1: Spring

The intent of this how-to series is to demonstrate the development of a rich Web service API on a variety of popular development frameworks. Part 1 (this...

0 replies - 5197 views - 11/12/08 by stoicflame 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 - 5159 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 - 3704 views - 11/03/08 by Matt Raible 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 - 7047 views - 10/07/08 by Solomon in Articles

Build Tests While Building Applications

I've been doing some thinking lately about how we build and test applications. I'm no agile expert but I am impressed with the concepts of test-first and...

0 replies - 3161 views - 10/02/08 by Frank Cohen in Articles