On Jan 26, 2005, at 7:55 AM, Mark wrote:

Is it safe to say the we should use CGLIB instead of the java.lang.reflect package?

For deployment/startup code it doesn't matter much. For code executed during a request it is a good idea to use CGLIB.


I'm in favor of enhancing the classes during deployment and including the enhanced classes in the generated configuration. An example of how to do this is in the AxisBuilder. Please ask if you have any questions.

thanks
david jencks


Thanks Mark

Again there is double check locking. Also, if this is called in the critical path, I suggest we use CGLIB instead of reflection for construction as it is way faster.


MD>> I can look into CGLIB.


No rush on that one... it's for the polish phase.





Reply via email to