Using maven to build your project is a fantastic for managing your dependencies andavoiding having dependencies (and their dependencies) checked into yourown...
0 replies - 3409 views - 12/10/08 by gregwilkins in News
This blog annotates the Jetty 7 example web application that uses Jetty asynchronous HTTP client and the proposed suspendable servlets 3.0 API, to call an eBay...
0 replies - 5073 views - 12/09/08 by gregwilkins in News
This post opens a series of articles related to Groovy and Grails development with IntelliJ IDEA 8. Today we’ll discuss some general enhancements that...
3 replies - 7142 views - 12/05/08 by Irina Megorskaya in News
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 4 (this...
0 replies - 4251 views - 12/05/08 by stoicflame in Articles
In this post let us discuss how we can configure a web application
using JBoss-Seam framework in Tomcat. Maven is used for build
management and NetBeans 6.1 or...
2 replies - 13040 views - 12/02/08 by karthikeyan Cho... in News
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 - 4077 views - 12/01/08 by ggalang in Articles
In this interview, Jopr product lead Greg Hinkle discusses some of the challenges associated with managing and monitoring increasingly heterogeneous enterprise...
0 replies - 4269 views - 11/30/08 by Nitin Bharti in Uncategorized
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 - 3078 views - 11/27/08 by Alex Miller in News
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 - 6318 views - 11/26/08 by Kai Tödter in Articles
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 - 3292 views - 11/25/08 by Torbjörn Gannholm in Articles
There have been a number of significant developments in the enterprise software infrastructure market in the past several years. The application server market...
9 replies - 13302 views - 11/21/08 by PeterCooperEllis in Articles
We were faced by an interesting challenge: our JSF application
should display boilerplate text - titles, button labels, prompt, error
messages, tool tips etc,...
0 replies - 6738 views - 11/19/08 by Wouter van Reeven in Articles
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 - 6948 views - 11/18/08 by stoicflame in Articles
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 - 3840 views - 11/13/08 by Ibrahim in News
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 - 17284 views - 11/12/08 by Schalk Neethling in News