Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

dynamic proxy

  • submit to reddit

OSGi Service Hook to Log All Service Invocations Using Dynamic Proxy

In this post, I will present an elegant solution to log all services invocations in an OSGi environment. After developing and using some bundles we need to know for different reasons which services are used by such a bundle, when invocation are occurred and...

1 replies - 7473 views - 12/28/09 by Slim Ouertani in Articles

Hessian Client Extender With Dynamic Proxy Inside OSGi

The next OSGi release (4.2) contains many enhancements such as service registry hooks, transactions and distribution. Apache CXF and Eclipse Riena are the pioneers using this to enable distribution inside OSGi. Newton as an SCA implementation and others...

1 replies - 7257 views - 04/14/09 by Slim Ouertani in Tips and Tricks