RE: [JBoss-dev] What is the purpose of the Translatable interfacein head?

2004-01-04 Thread Scott M Stark
AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] What is the purpose of the Translatable interfacein head? It is not specific to a particular bytecode generation framework and this is NOT a transformation, it is a class creation. If you are creating classes dynamically with any generation

Re: [JBoss-dev] What is the purpose of the Translatable interfacein head?

2004-01-04 Thread Bill Burke
D] On Behalf Of Bill Burke Sent: Saturday, January 03, 2004 11:21 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] What is the purpose of the Translatable interfacein head? Please don't. What this method does is allows the Classloader to create a class from a stream of bytes. If you

RE: [JBoss-dev] What is the purpose of the Translatable interfacein head?

2004-01-04 Thread Scott M Stark
ubject: Re: [JBoss-dev] What is the purpose of the Translatable interfacein head? Please don't. What this method does is allows the Classloader to create a class from a stream of bytes. If you are creating a class dynamically via Javassist(or something else), you need to be able to have this

Re: [JBoss-dev] What is the purpose of the Translatable interfacein head?

2004-01-04 Thread Bill Burke
ould be dropped. Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Brock Sent: Saturday, January 03, 2004 7:04 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-d

Re: [JBoss-dev] What is the purpose of the Translatable interfacein head?

2004-01-04 Thread Bill Burke
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Brock Sent: Saturday, January 03, 2004 7:04 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] What is the purpose of the Translatable interfacein head? This was something I added to remove aop's direct dependency on the UCL. I

RE: [JBoss-dev] What is the purpose of the Translatable interfacein head?

2004-01-03 Thread Adrian Brock
xx > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Adrian Brock > Sent: Saturday, January 03, 2004 7:04 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] What is the purpose of the Translatable > interfacein head? > >

RE: [JBoss-dev] What is the purpose of the Translatable interfacein head?

2004-01-03 Thread Scott M Stark
t: Re: [JBoss-dev] What is the purpose of the Translatable interfacein head? This was something I added to remove aop's direct dependency on the UCL. It allows aop to be used in standalone mode without jbossmx. Regards, Adrian --- This SF.ne