On Thu, 13 Mar 2003 22:29, Jakob Praher wrote: > Object created( Obejct object, Context context, Configuration config ) ; > > so you can transparently use a proxy to implement the invocation handler > and *know* which kind of transaction logic should be used. > (naive question: is this the kind of transaction demarcation support > Peter asked?)
partially. Though I want the full suite - from complete EJB like transaction/persistence/security/remoting aspects to lightweight or non-standard aspects (like timing, auditing, debugging, deadock detection, thread crossing etc). > I am also interested, how other runtimes do their lifecycle managment, > but haven't had the time to look at those yet. many hardcode or have chains of factory like methods to creat components. I am currently doing the construction via interceptors which I haven't seen before and some of the stuff it allows me to do is fantastic. More later. -- Cheers, Peter Donald *---------------------------------------------------------* | Contrary to popular belief, UNIX is user-friendly. It | | just happens to be selective on who it makes friendship | | with. | | - Richard Cook | *---------------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
