Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] record/replay with AspectJ

The sourceforge project cricketcage set out to do this,
rendering the captured behavior not in XML but in this other
language for such things called "Java", which could then
be compiled and run.

It's an interesting question what's ex/included in the closure,
and whether it can interact fruitfully with something like
stubs (er, mock objects) or work for first-failure data
capture, regression testing, etc.

Let us know if you develop anything interesting!

Thanks -
Wes

Jan Van Besien wrote:
I think AOP (AspectJ) could be a perfect tool for writing a framework to record and replay the execution of a Java application. I was thinking of serializing al the arguments for every method call (in some scope) etc to XML (I should also keep track of which method was called), and then replaying it by parsing the XML stream, and using Java reflection.

Does this seam realistic? Has any work been done on this topic?

many thanks in advance,
Jan Van Besien

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users




Back to the top