users@jax-ws.java.net

Which Java technology is better for delivering data stream between clients and servers

From: Peizhao Hu <peizhao_at_itee.uq.edu.au>
Date: Mon, 04 Jun 2007 23:31:49 +1000

Hi All,

I am seeking for a Java technology which will be best for my project.
What I want to do is to deliver continuous data stream from a sensor
system, which collect sensor samples every second, to a middleware
system according a required rate, which will manipulate this data for
multiple applications.
I have a few options, such as
    1. Java Web Service
    2. Java Message Service (Event based Pub/Sub system like)
    3. or just direct data stream.

Can anyone give me some advices? of course, the solution is better to be
scalable.

Many many thanks

-- 
regards;
Peizhao