<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>Apache News Online : Apache ServiceMix</title>
<link>http://www.apachenews.org/archives/cat_apache_servicemix.html</link>
<description></description>
<dc:language>en-us</dc:language>
<dc:creator>kitahata@terra-intl.com</dc:creator>
<dc:date>2009-03-26T15:43:48+00:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.122-ja" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>26 March 2009 - Apache ServiceMix 4.0.0 released</title>
<link>http://www.apachenews.org/archives/001295.html</link>
<description>
<![CDATA[<a href="http://servicemix.apache.org/">The Apache ServiceMix team</a> is pleased to annouce the release of Apache ServiceMix 4.0. Download links and detailed release notes are available at <a href="http://servicemix.apache.org/smx4/servicemix-400.html">http://servicemix.apache.org/smx4/servicemix-400.html</a><br/><br/>Apache ServiceMix 4.0 is the first release of our OSGi based integration platform. It includes two major components:<br/><br/>* Apache ServiceMix Kernel 1.1.0:<br/>an OSGi runtime with a lot of extra features (SSH connectivity, provisioning enhancements, Spring integration, ...)<br/>* Apache ServiceMix NMR 1.0.0:<br/>an OSGi based NMR and JBI container, which also comes with a new clustering engine ready for enterprise deployment<br/><br/>In addition, ServiceMix 4.0 also ships with enhanced ActiveMQ, Camel and CXF integration as well as a whole set of examples to let you leverage this functionality. We also have out-of-the-box support for deploying and running web applications, so they can run together with everything else in the same container.<br/><br/>]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_servicemix_index.html">Apache ServiceMix</a> ] <a href="http://www.apachenews.org/archives/news_apache_servicemix.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_servicemix.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1295@http://www.apachenews.org/</guid>
<dc:subject>Apache ServiceMix</dc:subject>
<dc:date>2009-03-26T15:43:48+00:00</dc:date>
</item>
<item>
<title>18 March 2009 - Apache ServiceMix Kernel 1.1.0 Released</title>
<link>http://www.apachenews.org/archives/001284.html</link>
<description>
<![CDATA[<a href="http://servicemix.apache.org/">The Apache ServiceMix Team</a> is pleased to announce the release of <a href="http://servicemix.apache.org/kernel/">Apache ServiceMix Kernel 1.1.0</a>.<br/><br/>Apache ServiceMix Kernel is a small OSGi based runtime which provides a<br/>lightweight container onto which various components and applications can<br/>be deployed.<br/>    *  Hot deployment: ServiceMix Kernel supports hot deployment of OSGi<br/>       bundles by monitoring jar files inside the [home]/deploy directory.<br/>       Each time a jar is copied in this folder, it will be installed<br/>       inside the runtime. You can then update or delete it and changes<br/>       will be handled automatically. In addition, the Kernel also supports<br/>       exploded bundles and custom deployers (a spring one is included by<br/>       default).<br/>    * Dynamic configuration: Services are usually configured through the<br/>      ConfigurationAdmin OSGi service. Such configuration can be defined<br/>      in ServiceMix Kernel using property files inside the [home]/etc<br/>      directory. These configurations are monitored and changes on the<br/>      properties files will be propagated to the services.<br/>    * Logging System: using a centralized logging back end supported by<br/>      Log4J, ServiceMix Kernel supports a number of different APIs (JDK 1.4,<br/>      JCL, SLF4J, Avalon, Tomcat, OSGi)<br/>    * Provisioning: Provisioning of libraries or applications can be done<br/>      through a number of different ways, by which they will be downloaded<br/>      locally, installed and started.<br/>    * Native OS integration: ServiceMix Kernel can be integrated into your<br/>      own Operating System as a service so that the lifecycle will be bound<br/>      to your Operating System.<br/>    * Extensible Shell console: ServiceMix features a nice text console where<br/>      you can manage the services, install new applications or libraries and<br/>      manage their state. This shell is easily extensible by deploying new<br/>      commands dynamically along with new features or applications.<br/>    * Remote access: use any SSH client to connect to the kernel and issue<br/>      commands in the console<br/>    * Security framework based on JAAS<br/>    * Managing instances: ServiceMix Kernel provides simple commands for<br/>      managing instances of ServiceMix Kernel. You can easily create, delete,<br/>      start and stop instances of ServiceMix Kernel through the console.<br/><br/><br/>The Apache ServiceMix Kernel 1.1.0 release brings a lot of new features<br/>enhancements and bug fixes:<br/>    * remote connection using SSH protocol<br/>    * provisioning enhancements: versioning / hot deployment of features<br/>    * new commands, including OSGi related commands for the Configuration<br/>      Admin and Package Admin services<br/>    * improved spring integration: upgrade to spring 2.5.6 and spring-dm<br/>      1.2.0-m2, the osgi/list command now displays spring applications status<br/>    * container level locking for master / slave deployments<br/>    * support for JAXP 1.4 on all platforms<br/>    * improved JMX support for managing the OSGi framework and features<br/><br/>Note that the commands syntax has changed due to the upgrade to the<br/>latest gshell version.<br/><br/>This release, with the detailed release notes, is available at:<br/>   <a href="http://servicemix.apache.org/kernel/servicemix-kernel-110.html">http://servicemix.apache.org/kernel/servicemix-kernel-110.html</a><br/><br/>If you have any questions, you may find some informations at:<br/>   <a href="http://servicemix.apache.org/kernel/index.html">http://servicemix.apache.org/kernel/index.html</a><br/>   <a href="http://servicemix.apache.org/kernel/users-guide.html">http://servicemix.apache.org/kernel/users-guide.html</a><br/>or browse the forums and send your question at:<br/>   <a href="http://servicemix.apache.org/SM/discussion-forums.html">http://servicemix.apache.org/SM/discussion-forums.html</a><br/><br/>----<br/><br/>-- The Apache ServiceMix Team<br/><br/>]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_servicemix_index.html">Apache ServiceMix</a> ] <a href="http://www.apachenews.org/archives/news_apache_servicemix.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_servicemix.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1284@http://www.apachenews.org/</guid>
<dc:subject>Apache ServiceMix</dc:subject>
<dc:date>2009-03-18T10:11:21+00:00</dc:date>
</item>
<item>
<title>26 January 2008 - Apache ServiceMix Project Now TLP</title>
<link>http://www.apachenews.org/archives/001109.html</link>
<description>
<![CDATA[Apache ServiceMix Project Now TLP - <a href="http://servicemix.apache.org/">http://servicemix.apache.org/</a>]]>
<![CDATA[ <p>[ Category : <a href="http://www.apachenews.org/archives/cat_apache_servicemix_index.html">Apache ServiceMix</a> ] <a href="http://www.apachenews.org/archives/news_apache_servicemix.pdf"><img src="http://www.apachenews.org/pdf.gif" border="0" alt="PDF"/></a><a href="http://www.apachenews.org/archives/rss_apache_servicemix.xml"><img src="http://www.apachenews.org/xml.gif" border="0" alt="XML_RSS"/></a><br /></p>
  ]]>
</description>
<guid isPermaLink="false">1109@http://www.apachenews.org/</guid>
<dc:subject>Apache ServiceMix</dc:subject>
<dc:date>2008-01-26T13:26:13+00:00</dc:date>
</item>


</channel>
</rss>

