Can the Observable class
(http://java.sun.com/j2se/1.3/docs/api/java/util/Observable.html) be used
on an EJB ?
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 ?
/Roland
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]