0 Replies Latest reply on Oct 6, 2004 7:46 AM by gkavi_tha

    Replace Java Reflection with Javassist

    gkavi_tha

      Hi,

      From IBM developer works article http://www-106.ibm.com/developerworks/java/library/j-dyn0610/. I leart that we can replace Java reflection with Javassist which is very fast compared to reflection. I run through the example given over there. But facing lot more problems in understanding how do I exactly replace my existing reflection technique with javassist. My problem is the bean has lot of member variables with different type.

      Can i get few more detailed sample which will work with different datatypes(String,boolean etc..)

      Thanks in advance for any Help

      -gkavi-Tha