|
From: Kopylenko, D. <dko...@ac...> - 2003-11-17 14:00:25
|
Has anyone had any experience wit Javassist? Any thoughts/comments? Regards, Dmitriy. -----Original Message----- From: j=FCrgen h=F6ller [werk3AT] [mailto:jue...@we...]=20 Sent: Sunday, November 16, 2003 3:59 PM To: spr...@li... Subject: Re: [Springframework-developer] Is it worth keeping BCEL = around at all? +1 - the Hibernate guys typically know what they're doing, so I trust=20 +them when they switched to ASM :-) ________________________________ Von: spr...@li... im Auftrag = von Alef Arendsen (JTeam) Gesendet: So 16.11.2003 19:17 An: spr...@li... Betreff: RE: [Springframework-developer] Is it worth keeping BCEL = around at all? +1 Just get rid of if, What Mark is saying about the side file approach = indeed sounds like the best approach... Alef > Hi, > > I vote to get rid of BCEL as well. It always seemed large to me. = The=20 > ASM api indicates it supports attribute manipulation in the bytecode=20 > so I > should be able to port the bcel package to asm. This > feature bytecode > libraries might not be that important anyway since the default = storage=20 > mechanism for attributes will likely switch to side files instead of=20 > putting it in the bytecode. > > Mark ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from = any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=3Dmm/g22lp.tm= pl _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from = any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=3Dmm/g22lp.tm= pl _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Colin S. <col...@ex...> - 2003-11-17 16:35:59
|
We use Javassist at work in an internal project. I think it's great. I don't know how it compares in speed to the using cglib on top of ASM though; we picked Javassist for this applicaiton mainly because it allows you to write in real Java code which gets parsed and inserted at runtime... Kopylenko, Dmitry wrote: >Has anyone had any experience wit Javassist? Any thoughts/comments? > >Regards, >Dmitriy. > >-----Original Message----- >From: jürgen höller [werk3AT] [mailto:jue...@we...] >Sent: Sunday, November 16, 2003 3:59 PM >To: spr...@li... >Subject: Re: [Springframework-developer] Is it worth keeping BCEL around at >all? > > >+1 - the Hibernate guys typically know what they're doing, so I trust >+them when they switched to ASM :-) > >________________________________ > >Von: spr...@li... im Auftrag von >Alef Arendsen (JTeam) >Gesendet: So 16.11.2003 19:17 >An: spr...@li... >Betreff: RE: [Springframework-developer] Is it worth keeping BCEL around at >all? > > > >+1 > >Just get rid of if, What Mark is saying about the side file approach indeed >sounds like the best approach... > >Alef > > > > >>Hi, >> >>I vote to get rid of BCEL as well. It always seemed large to me. The >>ASM api indicates it supports attribute manipulation in the bytecode >>so I >>should be able to port the bcel package to asm. This >>feature bytecode >>libraries might not be that important anyway since the default storage >>mechanism for attributes will likely switch to side files instead of >>putting it in the bytecode. >> >>Mark >> >> > > > >------------------------------------------------------- >This SF. Net email is sponsored by: GoToMyPC >GoToMyPC is the fast, easy and secure way to access your computer from any >Web browser or wireless device. Click here to Try it Free! >https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > >------------------------------------------------------- >This SF. Net email is sponsored by: GoToMyPC >GoToMyPC is the fast, easy and secure way to access your computer from any >Web browser or wireless device. Click here to Try it Free! >https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > >------------------------------------------------------- >This SF. Net email is sponsored by: GoToMyPC >GoToMyPC is the fast, easy and secure way to access your computer from >any Web browser or wireless device. Click here to Try it Free! >https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=/g22lp.tmpl >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |