![](https://secure.gravatar.com/avatar/9d15222a802130fc46b082c57a3a20cf.jpg?s=120&d=mm&r=g)
=========== iPOPO 0.5.4 =========== iPOPO v0.5.4 has been released ! About iPOPO =========== iPOPO is a service-oriented component model (SOCM) framework for Python, inspired from the Java project iPOJO. What's new in 0.5.4 =================== This version greatly speeds up iPOPO on large numbers of components (from 5,000 to 30,000 components). It also brings back Python 2.6 compatibility and fixes many bugs. New features: - Shell IOHandler now has a prompt() method, to request a line to the user - Shell command service get_method_names() method is no longer used. - iPOPO.get_factory_details() now returns the ID of the bundle providing the factory - New way to get the iPOPO service, replacing get_ipopo_svc_ref(): from pelix.ipopo.constants import use_ipopo with use_ipopo(bundle_context) as ipopo: ipopo.instantiate(...) The website of iPOPO has been replaced by a wiki: https://ipopo.coderxpress.net You can register to propose new features ! Feel free to send feedback on your experience of Pelix/iPOPO, via the mailing lists: User list : http://groups.google.com/group/ipopo-users Development list : http://groups.google.com/group/ipopo-dev Have fun ! Thomas
participants (1)
-
thomas.calmant@gmail.com