Hi!

Roland S Nygren wrote:
> Can the Observable class
> (http://java.sun.com/j2se/1.3/docs/api/java/util/Observable.html) be used
> on an EJB ?

No.

> I have a stateful session EJB that shall be observable, and a javabean (JSP
> helper) that shall observe.
> 
> example:
> public class SidtexterFacadeEJB extends java.util.Observable implements
> SessionBean {
>     ...
> }
> 
> If this is OK how about Home & remote ?

These classes have not been designed to be used in a remote scenario.
Use JMS instead.

regards,
  Rickard

-- 
Rickard Öberg

Email: [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to