Server-side

  • submit to reddit

A Look Inside JBoss Cache

So I was asked a number of times as to why I didn’t put in any shameless plugs for JBoss Cache - the project I lead - when I wrote my last article at DZone...

2 replies - 22609 views - 11/04/08 by Manik Surtani 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...

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

Architect This! Implementing a Java Based Survey Tool

I thought it would be interesting to get community feedback on the following problem. The basic requirement is to write a web based survey tool. Of course, my...

15 replies - 9056 views - 11/03/08 by James Sugrue in Articles

"Simple" JSF 2.0 Component vs. Tapestry

I just saw an amusing example of JSF 2.0 on Jim Driscoll's blog. He's creating a simple output-only component to display some text in yellow, using an inline...

12 replies - 16833 views - 11/03/08 by Howard Lewis Ship in Articles

In Defense of JSR310

I just ran across this ridiculous assessment of JSR 310 and had to comment. I tried to comment on the blog but it was flagged as spam. My response:I agree that...

3 replies - 4919 views - 11/03/08 by Alex Miller in Articles

Filthy Rich Portlets with ICEfaces and Liferay

When a portlet form is submitted, all the other portlets on the same portal page are forced to redraw themselves. In this presentation, filmed at the...

2 replies - 34189 views - 10/28/08 by Neil Griffin in Videos

Configure Spring to Automatically Re-connect to Your EJBs

If you have a service that is a client of a remote EJB, you may have run into the situation where the EJB server shuts down and restarts. When this happens...

1 replies - 7433 views - 10/28/08 by Mike Desjardins in Tips and Tricks

Some More JSR 203 Examples

My examples for JSR 203 were focused on the basics but I was really just skimming the surface of a pretty large set of classes. I’ve had some follow up...

0 replies - 7109 views - 10/28/08 by Alex Miller in Articles

Language Construct vs. Design Pattern - PHP Arrays In Java

Automated migration is a difficult task because of many reasons. One of them is the need to ensure a good code quality for the generated code. Migrating from...

3 replies - 8590 views - 10/24/08 by Robert Enyedi in News

Taking Apache Camel for a Ride with Bruce Snyder

Camel is a Java API that allows you to do message routing very easily. It implements many of the patterns found in Enterprise Integration Patterns. It doesn't...

0 replies - 7478 views - 10/24/08 by Matt Raible in Articles

Want Closures in Java 7? Vote!

Although Sun Bug Database is somewhat unpopular it is at least one way to influence the future of Java. I have read many articles on the web where developers...

68 replies - 11148 views - 10/23/08 by Tim Lebedkov in News

YSlow Rules and Tomcat 5.5 SSL

A few weeks ago I attended The Rich Web Experience where I went to talks by Scott Davis and Nathaniel Schutta and heard about using YSlow to measure how well...

2 replies - 9424 views - 10/21/08 by Robert Donaway in News

Enabling the Hover-Over-Help Feature Using JSP Custom Tags

This article introduces a presentation-tier JEE framework designed to enable the hover-over-help feature without hard coding JavaScript modules in the JSPs in...

3 replies - 24057 views - 10/21/08 by Ming Yuan in Articles

Making OSGi Easier: SpringSource Enterprise Bundle Repository

SpringSource have just released the Enterprise Bundle Repository for OSGi, an ambitious collection of OSGi ready bundles of some of the most popular libraries...

2 replies - 7271 views - 10/20/08 by James Sugrue in Articles

A Simple Manual Mock Example

Creating and using a mock object is semantically very much like using a stub, except that a mock will do a little more than a stub - it will save the history...

0 replies - 15707 views - 10/13/08 by Schalk Neethling in News