The Wayback Machine - https://web.archive.org/web/20120801133941/http://innoli.com/en/Innoli-EN/OpenSource.html
 
 

Open Source projects

The following links contain information on libraries that we published as open source. If you have any question about these libraries feel free to contact us.


  1. -AOP in Objective-C (github repository: https://github.com/moszi/AOP-in-Objective-C )
    This library enables AOP (Aspect Oriented Programming) like functionality for Objective-C. One can create proxy classes (by wrapping the original instances in an instance of AOPProxy) that currently enable intercepting the start and the end of a method.
    It also provides two other classes AOPMethodLogger and AOPThreadInvoker. AOPMethodLogger will log automatically all method invocations for an instance, and AOPThreadInvoker will make sure that no matter what thread is used to invoke the instance methods they will always be executed on a specified thread.



You also might be interested in our blog: http://www.innoli.com/dev .