AW: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-21 Thread Thomas Börkel
Nobody any comments on this?? -Ursprüngliche Nachricht- Von: Thomas Börkel Gesendet: Mi 20.02.2002 16:13 An: [EMAIL PROTECTED] Cc: Betreff: RE: Heads-up / opinions? - BCEL -> tt-bytecode

RE: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-20 Thread Thomas Börkel
HI! I tested the latest build and the tt-bytecode library seems to be extremely slow. It takes about 30 seconds to read information from some bigger classes on my machine (500 MHz). During this time, java.exe consumes all available CPU time. This wasn't the case with bcel. The clas

RE: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread dirkx
On Tue, 19 Feb 2002, Glen Daniels wrote: > > I'm a bit concerned about the license implications. I haven't > > read the BSD > > license, but presumably its terms and conditions are different to the > > Apache license that applies to the other jars which are > > checked in. That is correct. > >

RE: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread Glen Daniels
(Point taken, Sam.) Hi, bcel-dev'ers! Any commentary on the two points below? The jar size issue isn't as important as the fact that I had classloader issues using Repository.lookup(className) --Glen > -Original Message- > From: Sam Ruby [mailto:[EMAIL PR

Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread Sam Ruby
respond to [EMAIL PROTECTED] To:"Axis-Dev (E-mail)" <[EMAIL PROTECTED]> cc: Subject:Heads-up / opinions? - BCEL -> tt-bytecode Hi all. So, while looking into some reported problems with BCEL, I ran into a couple of difficulties with the library. In particular, there

RE: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread Tom Jordahl
+1 -- Tom Jordahl -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 6:50 PM To: Axis-Dev (E-mail) Subject: Heads-up / opinions? - BCEL -> tt-bytecode Hi all. So, while looking into some reported problems with BCEL, I ran into a cou

RE: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread R J Scheuerle Jr
dia.com> cc: Subject: RE: Heads-up / opinions? - BCEL -> tt-bytecode

RE: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread Glen Daniels
k this is any worse a problem with tt-bytecode than anything else. We can still track the development and interact with the developers to get everything working just like we do with Apache projects. Also, I note that we use JUnit, which has the same issue. > Would a better strategy perhaps b

Re: Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-19 Thread Glyn Normington
, you need to check in a license file alongside the tt-bytecode jar file. Also, I guess Gump won't have access to the latest level of the tt-bytecode jar file, so problems may arise if people combine Axis with newer levels of tt-bytecode . Would a better strategy perhaps be to get bcel improv

Heads-up / opinions? - BCEL -> tt-bytecode

2002-02-18 Thread Glen Daniels
Hi all. So, while looking into some reported problems with BCEL, I ran into a couple of difficulties with the library. In particular, there is no way to get BCEL to make you a JavaClass from a java.lang.Class, so it tries to load the class, which was failing to work with JWS files on my

Re: BCEL

2002-02-15 Thread R J Scheuerle Jr
The JavapUtils code is ugly. (I know because I added it.) If BCEL provides a better way to get at the debug information then we should use BCEL. A big +1 from me. Glen, please make sure the code continues to work with methods that have array parameters and return values. Thanks! Rich

RE: BCEL

2002-02-15 Thread Tom Jordahl
+1 -- Tom Jordahl -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 4:34 PM To: 'Axis-Dev (E-mail)' Subject: BCEL I just revamped JavapUtils to stop using javap and start using BCEL (http://jakarta.apache.org/bcel).

Re: BCEL

2002-02-14 Thread Russell Butek
"'Axis-Dev (E-mail)'" <[EMAIL PROTECTED]> cc: Subject: BCEL I just revamped JavapUtils to stop using javap and start using BCEL ( http://jakarta.apache.org/bcel). The main benefits of this are speed and resource conservation (we no longer have to spawn a proce

Re: BCEL

2002-02-14 Thread Davanum Srinivas
+1. Even Xalan-J already uses this. Thanks, dims --- Glen Daniels <[EMAIL PROTECTED]> wrote: > > I just revamped JavapUtils to stop using javap and start using BCEL > (http://jakarta.apache.org/bcel). The main benefits of this are speed and resource >conservation >

BCEL

2002-02-14 Thread Glen Daniels
I just revamped JavapUtils to stop using javap and start using BCEL (http://jakarta.apache.org/bcel). The main benefits of this are speed and resource conservation (we no longer have to spawn a process to get the arg names from debug info in class files, and we can operate in environments