You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-user@ws.apache.org by le...@bt.com on 2007/02/09 12:48:43 UTC

wsn-producer runtime events

Hi all

I was wondering if there was a default implementation for handling any
runtime events produced by application logic, or if it would look a bit
simplified as follows:

1) The application logic fires off a Java event
2) A WSDM WsResource with a Java event listener handles the event
3) The WSDM WsResource creates a WEF and pushes it to a WSN producer

/Lenni

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-user-help@ws.apache.org


RE: wsn-producer runtime events

Posted by le...@bt.com.
I was actually thinking about utilizing exceptions from java application
code, but the event word just stuck in my mind for some reason.

1) I just wanted to make sure I wasn't reinventing the deep plate by
implementing my own conversion from exception events to WEF.

2) The runtime handling would be somewhat application specific, so I'll
map the events to the WEF on a case by case basis.

Thanks for the answer.

/Lenni

-----Original Message-----
From: Daniel Jemiolo [mailto:danjemiolo@us.ibm.com] 
Sent: 09 February 2007 16:08
To: muse-user@ws.apache.org
Subject: Re: wsn-producer runtime events

Hi Lenni,

I need some clarifications before I can answer:

1. What do you mean by 'Java event'? Exceptions? Or some other 
event/listener API? If it's the latter, what is the basic API for the 
event data?

2. We have no code for the automatic converstion of events (exception or

otherwise) to WEF, because it would be very hard to guess the semantics 
and fill in all the WEF fields properly. Right now WEF creation has to
be 
done like so:

 
http://ws.apache.org/muse/docs/2.1.0/manual/how-to/publish-any-notificat
ion.html

Can you describe how much 'handling' you're looking for out of the 
runtime?


Dan



<le...@bt.com> wrote on 02/09/2007 06:48:43 AM:

> Hi all
> 
> I was wondering if there was a default implementation for handling any
> runtime events produced by application logic, or if it would look a
bit
> simplified as follows:
> 
> 1) The application logic fires off a Java event
> 2) A WSDM WsResource with a Java event listener handles the event
> 3) The WSDM WsResource creates a WEF and pushes it to a WSN producer
> 
> /Lenni
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: muse-user-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-user-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-user-help@ws.apache.org


Re: wsn-producer runtime events

Posted by Daniel Jemiolo <da...@us.ibm.com>.
Hi Lenni,

I need some clarifications before I can answer:

1. What do you mean by 'Java event'? Exceptions? Or some other 
event/listener API? If it's the latter, what is the basic API for the 
event data?

2. We have no code for the automatic converstion of events (exception or 
otherwise) to WEF, because it would be very hard to guess the semantics 
and fill in all the WEF fields properly. Right now WEF creation has to be 
done like so:

 
http://ws.apache.org/muse/docs/2.1.0/manual/how-to/publish-any-notification.html

Can you describe how much 'handling' you're looking for out of the 
runtime?


Dan



<le...@bt.com> wrote on 02/09/2007 06:48:43 AM:

> Hi all
> 
> I was wondering if there was a default implementation for handling any
> runtime events produced by application logic, or if it would look a bit
> simplified as follows:
> 
> 1) The application logic fires off a Java event
> 2) A WSDM WsResource with a Java event listener handles the event
> 3) The WSDM WsResource creates a WEF and pushes it to a WSN producer
> 
> /Lenni
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: muse-user-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-user-help@ws.apache.org