Peter Donald wrote:
On Thu, 23 Jan 2003 03:05, Robert McIntosh wrote:I know, shame on me, I should have known better :-). Something one of the folks from Keel framework brought up was having a generic script service interface, thus allowing different implementations such as Jelly, Rhino, etc. So I may consider refactoring to that as well.
I have worked up a simple Avalon service for running Jelly scripts.very very kool!
If anybody has any suggestions for improvements, please let me know.One thing I would do is separate out a work interface that contains the "worker" methods (basically all the public non-lifecyle methods). And then have the component implement that interface.
Good! I just did that for some of my 'real' work stuff, so I will do the same for the Jelly service as well.
Basically test it outside of any container. Is this
the common practice?
Thats mostly how it is done.
Thanks,
Robert McIntosh
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
