[JBoss-user] [Javassist user questions] - Re: Trapping variable assignments

2004-06-22 Thread craigugoretz
Thank you for your response. Let me ask you this - is there more documentation on how to use $_ and the other "metavariables"? I think I have things figured out to that point but could use more examples. The only documentation I have found is the first PDF paper listed on the web site. View t

[JBoss-user] [Javassist user questions] - Trapping variable assignments

2004-06-21 Thread craigugoretz
Hello, Is there a way using JavaAssist to catch all the times that the value of a variable is changed in the course of the use of a class? When the variable value change is caught, can new code be inserted at that point to persist the class using an O/R persistence framework like the Objec