users@jax-ws.java.net

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

From: Felipe Gaúcho <fgaucho_at_gmail.com>
Date: Mon, 4 Jun 2007 15:36:48 +0200

With courage and innovative thinking (a.k.a. cowboy): JBI
Conservative approach (medium risk, medium quality): JMS
Hyper-conservative (good quality, safe and ugly maintenance): in-house
solution - do it yourself :)




On 6/4/07, Peizhao Hu <peizhao_at_itee.uq.edu.au> wrote:
> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
>
>