Server-side

  • submit to reddit

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 - 15747 views - 10/13/08 by Schalk Neethling in News

JSF 2.0 New Feature Preview Series (Part 3) Publish/Subscribe Event System

This is the fifth entry in the JSF 2.0 New Feature Preview Series. The last entry wrapped up the new application resource handling.  We'll now switch focus...

0 replies - 6628 views - 10/09/08 by Ryan Lubke in News

Service Factory and OSGI Logging Proposal

I've been doing some thinking lately about how can we log different bundles  or the same bundle with different versions with different log level.   Logging...

3 replies - 9149 views - 10/08/08 by Slim Ouertani in Articles

Counting Ruby Objects on the JRuby Heap

I got an email the other day from Michael Yuan. He had been working with some folks who were running an application on JRuby and they thought they might be...

0 replies - 8617 views - 10/08/08 by Gregg Sporar in News

SpringSource listens: no restrictions on Spring current releases

A few weeks ago, it looked like SpringSource were moving to a situation where Spring release tags over 3 months old (and builds) would only be available to...

5 replies - 4422 views - 10/08/08 by Andrew McVeigh in Articles

How to implement row level access control in Lucene

Below I have written some fully functionally code that shows how you could implement row level access control in Lucene (2.3.2). Basically you have to index...

2 replies - 9239 views - 10/07/08 by Aaron McCurry in Articles

Next Up: Code Generation

Ok, after looking at the JSF issues I‘ve been blogging about, and RF and some of the other things in the wind (the Spring meltdown), I have decided that the...

3 replies - 5006 views - 10/07/08 by Rob Williams in Articles

JVM Language Summit - last day

The final day of the language summit sported loads of interesting presentations, just like the first two days. I can’t over stress how well prepared these...

0 replies - 6157 views - 10/06/08 by Ola Bini in Articles

JVM Language Summit - second day

I’m sitting here during the third day of the JVM language summit, and thought I’d summarize the second day a bit. Hopefully I’ll soon be able to write...

0 replies - 4952 views - 10/06/08 by Ola Bini in Articles

JVM Language Summit - first day

Just came back from the first day of the JVM language summit, and it’s been a very interesting day indeed. I made some bad morning choices - and spending...

0 replies - 4982 views - 10/06/08 by Ola Bini in Articles

JVM Language Summit 2008 Report

Thoughtworker and DZone MVB blogger Ola Bini recently attended and blogged from the JVM Language Summit that took place in Santa Clara, California last month....

0 replies - 13380 views - 10/06/08 by Nitin Bharti 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 - 48794 views - 10/06/08 by Bela Ban in Articles

How To Implement Row Level Access Control In Lucene

Below I have written some fully functionally code that shows how you could implement row level access control in Lucene (2.3.2). Basically you have to index...

0 replies - 7258 views - 10/02/08 by Aaron McCurry in News

RIP…JDK 1.4

Ok, I’m a little early. In one month on Halloween eve, JDK 1.4 will officially enter End of Service Life (EOSL) as part of the Sun end of life policy. JDK...

6 replies - 14991 views - 10/02/08 by Alex Miller 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...

19 replies - 45713 views - 10/01/08 by Ales Justin in Articles