Re: Tomcat BCEL and Commons BCEL

2014-09-15 Thread Konstantin Kolinko
2014-09-15 13:32 GMT+04:00 Konstantin Kolinko : > 2014-09-14 17:42 GMT+04:00 sebb : >> It seems that Tomcat's version of BCEL is diverging significantly from >> Commons BCEL. >> >> Is there any mileage in trying to re-organise Commons BCEL so it is >> more easily usable by Tomcat? >> >> For example

Re: Tomcat BCEL and Commons BCEL

2014-09-15 Thread Konstantin Kolinko
2014-09-14 17:42 GMT+04:00 sebb : > It seems that Tomcat's version of BCEL is diverging significantly from > Commons BCEL. > > Is there any mileage in trying to re-organise Commons BCEL so it is > more easily usable by Tomcat? > > For example, I gather that Tomcat only uses a small portion of Commo

Re: Tomcat BCEL and Commons BCEL

2014-09-14 Thread Mark Thomas
On 14/09/2014 14:42, sebb wrote: > It seems that Tomcat's version of BCEL is diverging significantly from > Commons BCEL. > > Is there any mileage in trying to re-organise Commons BCEL so it is > more easily usable by Tomcat? Probably not, given how much Tomcat has now removed / changed from the

Tomcat BCEL and Commons BCEL

2014-09-14 Thread sebb
It seems that Tomcat's version of BCEL is diverging significantly from Commons BCEL. Is there any mileage in trying to re-organise Commons BCEL so it is more easily usable by Tomcat? For example, I gather that Tomcat only uses a small portion of Commons BCEL. Maybe the Commons code could be divid