I personally found myself working on a project that had to be capable of integrating our source code with another vendor's source code, both of which changed frequently. I was able to use the JaxMe JavaSource framework to verify that all necessary methods had been implemented on our subclasses, and if they hadn't, I was able to stub them out quickly and easily so that it didn't break the build everytime a base class was modified.
For more information on how to use the JaxMe JavaSource framework and in particular the source code reflection portion of the framework, go here.
0 comments:
Post a Comment