Brett,

>   public void init(Object ob);
> 
>   public Object get();
> 
>   public boolean execute() throws ServiceException;


Just a couple of thoughts

Could we add

public boolean execute(Object ob) throws ServiceException;

I think this would make it easier for services that are built as
singletons (ie a servlet type model, with one object and multiple
threads).

If this is added then I guess it would be sensible to add the same for
get(Object ob)

Dave


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to