Server-side

  • submit to reddit

Light Weight Reporting Server on Equinox OSGi

I’ve been building software for quite a few years now and as software programming techniques have advanced, so has the number of layers. Every once in a...

0 replies - 9399 views - 12/01/08 by Glenn Galang 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 - 11450 views - 11/30/08 by Nitin Bharti in Uncategorized

A Final Bit Of Advice

Or maybe that should be “a bit of final advice”. :) There was a question on StackOverflow about best practices around using final in parameters, local...

7 replies - 5204 views - 11/27/08 by Alex Miller in News

Dynamic Swing OSGi Demo

I am preparing a few talks about dynamic OSGi applications. To get my hands dirty I started a little demo project to showcase different scenarios. That SWT...

13 replies - 13609 views - 11/26/08 by Kai Tödter in Articles

GC is for Goodstuff Collector

I have over the past few months noticed that there is a fairly common fear of creating objects in Java. When I query the authors, it always seems to boil down...

9 replies - 6078 views - 11/25/08 by Torbjörn Gannholm in Articles

Changes in the Application Server Market

There have been a number of significant developments in the enterprise software infrastructure market in the past several years. The application server market...

12 replies - 24619 views - 11/21/08 by Peter Cooper-Ellis in Articles

Context Sensitive Resource Bundle Entries in JSF Applications

We were faced by an interesting challenge: our JSF application should display boilerplate text - titles, button labels, prompt, error messages, tool tips...

0 replies - 22622 views - 11/19/08 by Wouter van Reeven in Articles

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 - 15665 views - 11/18/08 by Ryan Heaton in Articles

The Foundation of Enterprise Java Frameworks

Frameworks became one of the hottest topics in Java community. Then, Microsoft adopted a similar development architecture and later the .Net platform was...

11 replies - 6136 views - 11/13/08 by Ibrahim Levent in News

Flex 3 : Dynamic Layouts With Repeaters

When you have a static number of items to display, presentation is easy. But what if this amount is dynamic? This is when the use of a Repeater can help. A...

0 replies - 41616 views - 11/12/08 by Schalk Neethling in News

OSGi Event Admin with Spring DM

In my current post, I will try to highlight using event admin with spring DM. By an example, we will send an event inside the OSGi container from a notifier...

0 replies - 8123 views - 11/12/08 by Slim Ouertani 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 - 12157 views - 11/12/08 by Ryan Heaton in Articles

Smaller Java

In my previous post I talked about how to reduce the size of your Java binaries without sacrificing functionality. Using Proguard to strip out unused and...

5 replies - 6793 views - 11/11/08 by Dan Dyer 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...

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

What You Can Expect From GlassFish v3 Prelude

GlassFish is fast becoming the most popular application server. When you consider the feature-rich v3 Prelude release, the rise of GlassFish no surprise. With...

21 replies - 12237 views - 11/06/08 by James Sugrue in Articles