<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6232813386336615723</id><updated>2012-01-31T13:55:50.897+01:00</updated><category term='Queue'/><category term='GWT'/><category term='WAB'/><category term='ServiceMix'/><category term='fixed length'/><category term='apache camel linkedln'/><category term='WAR'/><category term='Web Application Server'/><category term='SMX4'/><category term='PAX'/><category term='JMS'/><category term='camel osgi tutorial'/><category term='OSGI'/><category term='Camel'/><category term='Apache'/><category term='Tutorial'/><category term='camel-bindy'/><category term='Spring DM'/><category term='Karaf'/><category term='SOA'/><category term='Blueprint'/><category term='Pax-Web'/><title type='text'>cmoulliard</title><subtitle type='html'>My ideas, feelings about Integration, &lt;a href="http://fusesource.com/products/enterprise-camel/"&gt;&lt;u&gt;Apache Camel&lt;/u&gt;&lt;/a&gt;, Karaf, ServiceMix and more.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>36</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-5462751635816160937</id><published>2011-12-16T15:12:00.000+01:00</published><updated>2011-12-16T17:02:13.917+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WAB'/><category scheme='http://www.blogger.com/atom/ns#' term='Karaf'/><category scheme='http://www.blogger.com/atom/ns#' term='GWT'/><category scheme='http://www.blogger.com/atom/ns#' term='Pax-Web'/><category scheme='http://www.blogger.com/atom/ns#' term='WAR'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache'/><category scheme='http://www.blogger.com/atom/ns#' term='ServiceMix'/><title type='text'>Run a Google Web Toolkit 2 project on Apache Karaf/ServiceMix</title><content type='html'>To simplify the development of Web projects on Apache Karaf/Apache ServiceMix, we have created &lt;a href="https://github.com/ops4j/org.ops4j.pax.web/tree/master/pax-web-archetypes" target="_blank"&gt;archetypes&lt;/a&gt; to setup WAR or WAB projects. They are very basic but they can be enriched with framework like Struts 2, Wicket, plain JSP or MyFaces JSF as they are currently supported on Apache Karaf - ServiceMix.&lt;br /&gt;&lt;br /&gt;For the &lt;a href="http://code.google.com/webtoolkit/" target="_blank"&gt;GWT users&lt;/a&gt;, it exists now an archetype which will create a GWT 2.4 project. To create such a project, you must generate a project from the archetype&lt;br /&gt;&lt;br /&gt;&lt;pre class="text" name="code"&gt;mvn archetype:generate \&lt;br /&gt;   -DarchetypeGroupId=org.ops4j.pax.web.archetypes\&lt;br /&gt;   -DarchetypeArtifactId=wab-gwt-archetype \&lt;br /&gt;   -DarchetypeVersion=2.0.0-SNAPSHOT \&lt;br /&gt;   -DgroupId=com.mycompany \&lt;br /&gt;   -DartifactId=hello \&lt;br /&gt;   -Dversion=1.0&lt;br /&gt;&lt;/pre&gt;&lt;pre class="text" name="code"&gt;&lt;/pre&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-uR9E4JF8Kq4/TutS8RTITVI/AAAAAAAAAFk/EEUHhIoP3VI/s1600/archetype-creation.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="279" src="http://4.bp.blogspot.com/-uR9E4JF8Kq4/TutS8RTITVI/AAAAAAAAAFk/EEUHhIoP3VI/s320/archetype-creation.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;pre class="text" name="code"&gt;&lt;/pre&gt;&lt;br /&gt;build next the WAB using hello/mvn clean install&lt;br /&gt;&lt;br /&gt;and deploy it on Apache Karaf&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-4dye-ZF_c98/TutrDj416iI/AAAAAAAAAFs/fCEhcWXmFHk/s1600/karaf-gwt2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="181" src="http://3.bp.blogspot.com/-4dye-ZF_c98/TutrDj416iI/AAAAAAAAAFs/fCEhcWXmFHk/s320/karaf-gwt2.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Verify that the web site is well registered :&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-_YOf3M4ho0s/TutrJuCIlYI/AAAAAAAAAF0/BiqAjFXIcF0/s1600/web-list.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="23" src="http://2.bp.blogspot.com/-_YOf3M4ho0s/TutrJuCIlYI/AAAAAAAAAF0/BiqAjFXIcF0/s320/web-list.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Next, you can navigate to your application in your browser and click on the button to say Hello.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-V8i0FXWiGlk/TutrNMFd7eI/AAAAAAAAAF8/Gp5n425JU74/s1600/browser-gwt2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="225" src="http://4.bp.blogspot.com/-V8i0FXWiGlk/TutrNMFd7eI/AAAAAAAAAF8/Gp5n425JU74/s320/browser-gwt2.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Remark : A WAB project is nothing more than a WAR excepted it is packaged as a bundle file, that we have removed the WEB-INF/lib dependencies and create a MANIFEST file containing the OSGI instructions.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-5462751635816160937?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/5462751635816160937/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=5462751635816160937' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/5462751635816160937'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/5462751635816160937'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2011/12/run-google-web-toolkit-2-project-on.html' title='Run a Google Web Toolkit 2 project on Apache Karaf/ServiceMix'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-uR9E4JF8Kq4/TutS8RTITVI/AAAAAAAAAFk/EEUHhIoP3VI/s72-c/archetype-creation.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-8414162990197412317</id><published>2011-11-21T15:53:00.001+01:00</published><updated>2011-11-22T18:43:04.579+01:00</updated><title type='text'>Apache Camel, Cxf, ActiveMQ &amp; ServiceMix at Devoxx</title><content type='html'>This year, I get the chance to present 2 talks at the &lt;a href="http://www.devoxx.com/display/DV11/Home"&gt;Devoxx&lt;/a&gt; event,&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-cVesmmP4Ibk/Tspsilb6cQI/AAAAAAAAAFA/uTskxSKaQTI/s1600/LogoDevoxx150dpi.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="74" src="http://4.bp.blogspot.com/-cVesmmP4Ibk/Tspsilb6cQI/AAAAAAAAAFA/uTskxSKaQTI/s200/LogoDevoxx150dpi.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;one for University Talk and the other for Hands on Lab. With the help of Gert Vanthienen, we took the time to present in more detail what finally we can design as solution, architecture with Apache projects like Camel, CXF, ActiveMQ and ServiceMix and move it into a  scalable, high-available platform.&lt;br /&gt;&lt;br /&gt;That was a great challenge as this is not really easy to introduce "integration" which is not so sexy comparing to a Web Development framework, an iPhone or Android application. But times are changing and a lot of developers / architects are interested by agile approaches that we develop at Apache foundation.&lt;br /&gt;&lt;br /&gt;With&amp;nbsp;&lt;a href="http://fusesource.com/products/fuse-ide/"&gt;Fuse IDE&lt;/a&gt; tool,&lt;a href="http://3.bp.blogspot.com/-ODYA2SEtEw4/Tsvc1bE3RAI/AAAAAAAAAFI/xlfBj_gwofA/s1600/Screen+shot+2011-11-22+at+18.25.18.png" imageanchor="1" style="clear: right; margin-bottom: 1em; margin-left: 1em; text-align: center;"&gt;&lt;/a&gt;we can now accelerate the creation of a project using Apache Camel. The wysiwig editor and EIPs patterns allow you to quickly create new routes while the runtime editor enable to review existing project. IDE is more than a tool as it allows to run and deploy the routes in Fuse ESB, Tomcat application servers or locally. The tool is not yet finalized (release 2.1 should be available soon) but it offers a lot of possibilities to facilitate integration projects, tracing of messages (= exchanges) and investigation about time passing through the different processors.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-ODYA2SEtEw4/Tsvc1bE3RAI/AAAAAAAAAFI/xlfBj_gwofA/s1600/Screen+shot+2011-11-22+at+18.25.18.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="250" src="http://3.bp.blogspot.com/-ODYA2SEtEw4/Tsvc1bE3RAI/AAAAAAAAAFI/xlfBj_gwofA/s400/Screen+shot+2011-11-22+at+18.25.18.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Integration projects are moving into cloud space and this is what we have presented next with FuseSource &lt;a href="http://fabric.fusesource.org/"&gt;Fabric&lt;/a&gt;. Fabric is not a new hype but a strategy to reduce impact of OSGI dependencies calculation, provisioning of Apache Camel routes on local, remote or cloud instances using Apache Zookeeper as registry of artefacts to be deployed (features, jars, configurations). It offers also elastic services when deploying services into the cloud.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-Dq1uC8cjv74/TsvfHLdyLUI/AAAAAAAAAFQ/dDg7f9WBVmE/s1600/fabric-cloud.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="247" src="http://1.bp.blogspot.com/-Dq1uC8cjv74/TsvfHLdyLUI/AAAAAAAAAFQ/dDg7f9WBVmE/s320/fabric-cloud.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;For those who were not there, here are the links of the presentation like also the hands on lab material that we have used in the afternoon to develop a real Japa Application Project (Spring, JPA, Web) on Fuse ESB.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.slideshare.net/cmoulliard/devoxx-2011-integrationcamelcxfservicemixactivemq" target="_blank"&gt;Presentation&lt;/a&gt; : http://www.slideshare.net/cmoulliard/devoxx-2011-integrationcamelcxfservicemixactivemq&lt;/li&gt;&lt;li&gt;&lt;a href="https://github.com/cmoulliard/Devoxx-2011-HandsOnLab" target="_blank"&gt;Hands on Lab&lt;/a&gt; : https://github.com/cmoulliard/Devoxx-2011-HandsOnLab&lt;/li&gt;&lt;li&gt;&lt;a href="http://fabric.fusesource.org/" target="_blank"&gt;Fusesource Fabric&lt;/a&gt; :&amp;nbsp;http://fabric.fusesource.org/&lt;/li&gt;&lt;li&gt;&lt;a href="http://fusesource.com/" target="_blank"&gt;Fusesource : Leader in Integration OpenSource&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Remark : The step by guide is available on the github repo like also the skeleton (zip file)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-8414162990197412317?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/8414162990197412317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=8414162990197412317' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8414162990197412317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8414162990197412317'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2011/11/apache-camel-cxf-activemq-servicemix-at.html' title='Apache Camel, Cxf, ActiveMQ &amp; ServiceMix at Devoxx'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-cVesmmP4Ibk/Tspsilb6cQI/AAAAAAAAAFA/uTskxSKaQTI/s72-c/LogoDevoxx150dpi.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-8579544001991568003</id><published>2011-02-24T09:58:00.003+01:00</published><updated>2011-02-24T10:03:32.910+01:00</updated><title type='text'>Talks about Integration with Camel and ESB</title><content type='html'>This year, I plan to make some talks about Apache ServiceMix, Apache Camel, apache ActiveMQ and show how easy it is to build integration solutions with Apache technologies.&lt;br /&gt;&lt;br /&gt;Take free time,  a two break hours and joint me during one of the following events :&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.parisjug.org/xwiki/bin/view/Meeting/20110510"&gt;ParisJug - 10 May 2011&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.bejug.org/confluenceBeJUG/display/BeJUG/Integration+with+Apache+Camel+and+ESB"&gt;BeJug - 9 June 2011&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;Agenda&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;The purpose of this presentation/demo is to show you how easy it is to design integration between systems (web services, file systems, database, queue engine) using the projects Camel, ServiceMix and ActiveMQ of the foundation Apache.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;First part :&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Presentation of the projects Camel, ServiceMix and ActiveMq&lt;br /&gt;Description of the topologies proposed : messaging, osgi, web, ...&lt;br /&gt;High-availability and scalability (ServiceMix and/or ActiveMQ)&lt;div&gt;&lt;br /&gt;&lt;b&gt;Second part :&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Making of of the demo solution&lt;br /&gt;Transpose it into camel DSL language&lt;br /&gt;Coding of WebService (using Apache CXF), DAO and Persistence layer (Spring + Hibernate JPA) and Web layer (Apache Wicket),&lt;br /&gt;Development of Camel routes,&lt;br /&gt;Packaging and Deployment&lt;br /&gt;Demo&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-8579544001991568003?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/8579544001991568003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=8579544001991568003' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8579544001991568003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8579544001991568003'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2011/02/talks-about-integration-with-camel-and.html' title='Talks about Integration with Camel and ESB'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-4209923827962928150</id><published>2011-02-23T18:27:00.029+01:00</published><updated>2011-02-24T09:32:51.854+01:00</updated><title type='text'>Measure elapsed time with Camel</title><content type='html'>With the last version of Apache Camel, we provide a &lt;a href="http://svn.apache.org/viewvc/camel/trunk/camel-core/src/main/java/org/apache/camel/management/EventNotifierSupport.java?view=markup"&gt;event notifier support class&lt;/a&gt; which allow to keep information about what happen on Exchange, Route and Endpoint. One of the benefit of this class is that you can easily audit messages created in Camel Routes, collect information and report that in log by example.&lt;br /&gt;&lt;br /&gt;When developing an application, it is very important to calculate/measure elapsed time on the platform to find which part of your code, processor or system integrated which is the bad duck and must be improved.&lt;br /&gt;&lt;br /&gt;In three steps, I would show you How to enable this mechanism to report :&lt;br /&gt;- Time elapsed to call an endpoint (could be another camel route, web service, ...)&lt;br /&gt;- Time elapsed on the route exchange&lt;br /&gt;&lt;br /&gt;STEP 1 - Create a Class implementing the EventNotifierSupport&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="java"&gt;&lt;br /&gt;&lt;br /&gt;public class AuditEventNotifier extends EventNotifierSupport {&lt;br /&gt;&lt;br /&gt;public void notify(EventObject event) throws Exception {&lt;br /&gt;  if (event instanceof ExchangeSentEvent) {&lt;br /&gt;      ExchangeSentEvent sent = (ExchangeSentEvent) event;&lt;br /&gt;      log.info("&gt;&gt;&gt; Took " + sent.getTimeTaken() + " millis to send to external system : " + sent.getEndpoint());&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  if (event instanceof ExchangeCompletedEvent) {;&lt;br /&gt;      ExchangeCompletedEvent exchangeCompletedEvent = (ExchangeCompletedEvent) event;&lt;br /&gt;      Exchange exchange = exchangeCompletedEvent.getExchange();&lt;br /&gt;      String routeId = exchange.getFromRouteId();&lt;br /&gt;      Date created = ((ExchangeCompletedEvent) event).getExchange().getProperty(Exchange.CREATED_TIMESTAMP, Date.class);&lt;br /&gt;      // calculate elapsed time&lt;br /&gt;      Date now = new Date();&lt;br /&gt;      long elapsed = now.getTime() - created.getTime();&lt;br /&gt;      log.info("&gt;&gt;&gt; Took " + elapsed + " millis for the exchange on the route : " + routeId);&lt;br /&gt;  }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public boolean isEnabled(EventObject event) {&lt;br /&gt;  return true;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;protected void doStart() throws Exception {&lt;br /&gt;  // filter out unwanted events&lt;br /&gt;  setIgnoreCamelContextEvents(true);&lt;br /&gt;  setIgnoreServiceEvents(true);&lt;br /&gt;  setIgnoreRouteEvents(true);&lt;br /&gt;  setIgnoreExchangeCreatedEvent(true);&lt;br /&gt;  setIgnoreExchangeCompletedEvent(false);&lt;br /&gt;  setIgnoreExchangeFailedEvents(true);&lt;br /&gt;  setIgnoreExchangeRedeliveryEvents(true);&lt;br /&gt;  setIgnoreExchangeSentEvents(false);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;protected void doStop() throws Exception {&lt;br /&gt;  // noop&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Not really complicated and the code is explicit. Check the doStart() method to enable/disable the events for which you would like to gather information.&lt;br /&gt;&lt;br /&gt;This example uses only Exchange.CREATED_TIMESTAMP property but the next version of Camel 2.7.0 will provide you the property exchange.RECEIVED_TIMESTAMP and so you will be able to calculate more easily the time spend by the exchange to call the different processors till it arrives at the end of the route.&lt;br /&gt;&lt;br /&gt;This example collects Date information but you can imagine to use this mechanism to check if your route processes the message according to SLA, ....&lt;br /&gt;&lt;br /&gt;STEP 2 - Instantiate the bean in Camel Spring XML&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;&amp;lt;!-- Event Notifier --&amp;gt;&lt;br /&gt;&amp;lt;bean id="auditEventNotifier" class="com.sfr.audit.AuditEventNotifier"&amp;gt;&lt;br /&gt;&amp;lt;/bean&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;By adding this bean definition, Camel will automatically register it to the CamelContext created.&lt;br /&gt;&lt;br /&gt;STEP 3 - Collect info into the log&lt;br /&gt;&lt;pre name="code" class="html"&gt;&lt;br /&gt;18:10:46,060 | INFO  | tp1238469515-285 | AuditEventNotifier               | ?                                   ? | 68 - org.apache.camel.camel-core - 2.6.0.fuse-00-00 | &gt;&gt;&gt; Took 3 millis for the exchange on the route : mock-HTTP-Server&lt;br /&gt;18:10:46,062 | INFO  | tp2056154542-293 | AuditEventNotifier               | ?                                   ? | 68 - org.apache.camel.camel-core - 2.6.0.fuse-00-00 | &gt;&gt;&gt; Took 25 millis to send to external system : Endpoint[http://localhost:9191/sis]&lt;br /&gt;18:10:46,077 | INFO  | tp2056154542-293 | AuditEventNotifier               | ?                                   ? | 68 - org.apache.camel.camel-core - 2.6.0.fuse-00-00 | &gt;&gt;&gt; Took 103 millis for the exchange on the route : ws-to-sis&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-4209923827962928150?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/4209923827962928150/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=4209923827962928150' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/4209923827962928150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/4209923827962928150'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2011/02/measure-elapsed-time-with-camel.html' title='Measure elapsed time with Camel'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-2695785173433926838</id><published>2010-09-24T08:45:00.009+02:00</published><updated>2010-09-24T09:44:26.448+02:00</updated><title type='text'>Secure Web Services - WS-Security</title><content type='html'>Security is one of the important key in the success of a IT project but most of the time only user authentication or data encryption are taken into account. So security of the application is often not adressed or leave aside due to complexity of the implementation.&lt;br /&gt;One of the reason explaining this situation comes from the fact that solutions or frameworks proposed to secure an application are difficult to configure and maintain. And this remark prevalls over the specification WS-Security.&lt;br /&gt;&lt;br /&gt;In large company having deployed WS-Services to allow intra or inter connection between applications, Web application authentication with HTTPS protocol mechanisms are use to secure platforms. That means that users discovering the credentials used to connect to the web server can potentially have access to the services of the company.&lt;br /&gt;&lt;br /&gt;WS-Security offers a way to authenticate the user connected to a web service or allow also a user to be trusted on the web server it is connected. This mechanism is interesting because it reinforce the security but provides also a way to restrict access to unauthorized users to web services.&lt;br /&gt;&lt;br /&gt;Apache Camel and CXF frameworks offers a simplify way to implement this with only few lines of code and spring beans definition. Let's see that in action :&lt;br /&gt;&lt;br /&gt;STEP 1&lt;br /&gt;&lt;br /&gt;We only need to use JAAS api to authenticate the user using the following java package "javax.security.auth.callback" and the project &lt;a href="http://ws.apache.org/wss4j/"&gt;WS4J&lt;/a&gt; of Apache. Here is a simple example authenticate a user using a list and the password provided.&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="html"&gt;&lt;br /&gt;package org.apache.camel.example.reportincident;&lt;br /&gt;&lt;br /&gt;import java.io.IOException;&lt;br /&gt;import java.util.HashMap;&lt;br /&gt;import java.util.Map;&lt;br /&gt;&lt;br /&gt;import javax.security.auth.callback.Callback;&lt;br /&gt;import javax.security.auth.callback.CallbackHandler;&lt;br /&gt;import javax.security.auth.callback.UnsupportedCallbackException;&lt;br /&gt;&lt;br /&gt;import org.apache.ws.security.WSPasswordCallback;&lt;br /&gt;&lt;br /&gt;/**&lt;br /&gt;* Callback handler to handle passwords&lt;br /&gt;*/&lt;br /&gt;public class UTPasswordCallback implements CallbackHandler {&lt;br /&gt;&lt;br /&gt;  private Map&lt;string, string=""&gt; passwords = new HashMap&lt;string, string=""&gt;();&lt;br /&gt;&lt;br /&gt;  public UTPasswordCallback() {&lt;br /&gt;      passwords.put("claus", "sualc");&lt;br /&gt;      passwords.put("charles", "selrahc");&lt;br /&gt;      passwords.put("james", "semaj");&lt;br /&gt;      passwords.put("abcd", "dcba");&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  /**&lt;br /&gt;   * Here, we attempt to get the password from the private alias/passwords map.&lt;br /&gt;   */&lt;br /&gt;  public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException {&lt;br /&gt;&lt;br /&gt;      String user = "";&lt;br /&gt;&lt;br /&gt;      for (int i = 0; i &lt; pc =" (WSPasswordCallback)" user =" pc.getIdentifier();" pass =" passwords.get(user);" string=""&gt;&lt;string, string=""&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;STEP 2  This is here that the magic will operates as we will use Spring beans definition with Apache Web Services Framework - &lt;a href="http://cxf.apache.org/"&gt;CXF&lt;/a&gt; and Apache &lt;a href="http://camel.apache.org/cxf.html"&gt;Camel&lt;/a&gt; to expose the web service&lt;br /&gt;&lt;br /&gt;Instantiate your WS4J bean&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;&lt;bean id="wss4jInInterceptor" class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor"&gt;&lt;br /&gt;     &lt;constructor-arg&gt;&lt;/constructor-arg&gt;&lt;/bean&gt;    &lt;bean id="wss4jInInterceptor" class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor"&gt;&lt;br /&gt;      &lt;constructor-arg&gt;&lt;br /&gt;          &lt;map&gt;&lt;br /&gt;              &lt;entry key="action" value="UsernameToken Timestamp"&gt;&lt;br /&gt;              &lt;entry key="passwordType" value="PasswordDigest"&gt;&lt;br /&gt;              &lt;entry key="passwordCallbackClass" value="org.apache.camel.example.reportincident.UTPasswordCallback"&gt;&lt;br /&gt;          &lt;/entry&gt;&lt;/entry&gt;&lt;/entry&gt;&lt;/map&gt;&lt;br /&gt;      &lt;/constructor-arg&gt;&lt;br /&gt;  &lt;/bean&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Add it as an interceptor to CXF to allow CXF to authenticate the user using the credentials provided in the SOAP header definition.&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;  &lt;cxf:cxfendpoint id="reportIncident" address="http://localhost:9080/camel-example-reportincident/webservices/incident" wsdlurl="etc/report_incident.wsdl" serviceclass="org.apache.camel.example.reportincident.ReportIncidentEndpoint"&gt;&lt;br /&gt;&lt;br /&gt;      &lt;cxf:ininterceptors&gt;&lt;br /&gt;          &lt;ref bean="loggingInInterceptor"&gt;&lt;br /&gt;          &lt;ref bean="wss4jInInterceptor"&gt;&lt;br /&gt;      &lt;/ref&gt;&lt;br /&gt;&lt;br /&gt;      &lt;cxf:outinterceptors&gt;&lt;br /&gt;          &lt;ref bean="loggingOutInterceptor"&gt;&lt;br /&gt;          &lt;!--  &lt;ref bean="wss4jOutInterceptor"&gt; --&gt;&lt;br /&gt;      &lt;/ref&gt;&lt;br /&gt;&lt;br /&gt;  &lt;/cxf:outinterceptors&gt;&lt;br /&gt; &lt;cxf:cxfendpoint id="reportIncident" address="http://localhost:9080/camel-example-reportincident/webservices/incident" wsdlurl="etc/report_incident.wsdl" serviceclass="org.apache.camel.example.reportincident.ReportIncidentEndpoint"&gt;&lt;cxf:ininterceptors&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here is an example of the SOAP header&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;&lt;soap:envelope soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;br /&gt;  &lt;soap:header&gt;&lt;br /&gt;      &lt;wsse:security wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" mustunderstand="1"&gt;&lt;br /&gt;          &lt;wsu:timestamp wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" id="Timestamp-2"&gt;&lt;br /&gt;              &lt;wsu:created&gt;2010-09-24T07:31:06.308Z&lt;/wsu:created&gt;&lt;br /&gt;              &lt;wsu:expires&gt;2010-09-24T07:36:06.308Z&lt;/wsu:expires&gt;&lt;br /&gt;          &lt;/wsu:timestamp&gt;&lt;br /&gt;          &lt;wsse:usernametoken wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" id="UsernameToken-1"&gt;&lt;br /&gt;              &lt;wsse:username&gt;charles&lt;/wsse:username&gt;&lt;br /&gt;              &lt;wsse:password type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest"&gt;KoNvkEh9jwgvxTfcTza6+kHkKNI=&lt;/wsse:password&gt;&lt;br /&gt;              &lt;wsse:nonce encodingtype="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary"&gt;havIKNKvlRuatlp3CncMKw==&lt;/wsse:nonce&gt;&lt;br /&gt;              &lt;wsu:created&gt;2010-09-24T07:31:06.306Z&lt;/wsu:created&gt;&lt;br /&gt;          &lt;/wsse:usernametoken&gt;&lt;br /&gt;      &lt;/wsse:security&gt;&lt;br /&gt;  &lt;/soap:header&gt;&lt;br /&gt;  &lt;soap:body&gt;&lt;br /&gt;      &lt;ns2:inputreportincident ns2="http://reportincident.example.camel.apache.org"&gt;&lt;br /&gt;          &lt;incidentid&gt;222&lt;/incidentid&gt;&lt;br /&gt;          &lt;incidentdate&gt;2010-07-14&lt;/incidentdate&gt;&lt;br /&gt;          &lt;givenname&gt;Charles&lt;/givenname&gt;&lt;br /&gt;          &lt;familyname&gt;Moulliard&lt;/familyname&gt;&lt;br /&gt;          &lt;summary&gt;Bla&lt;/summary&gt;&lt;br /&gt;          &lt;details&gt;Bla bla&lt;/details&gt;&lt;br /&gt;          &lt;email&gt;cmoulliard@apache.org&lt;/email&gt;&lt;br /&gt;          &lt;phone&gt;0011 22 33 44&lt;/phone&gt;&lt;br /&gt;      &lt;/ns2:inputreportincident&gt;&lt;br /&gt;  &lt;/soap:body&gt;&lt;br /&gt;&lt;/soap:envelope&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;And finally, declare your camel route using the web services&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;&lt;camel:camelcontext id="camel"&gt;&lt;br /&gt;     &lt;camel:route&gt;&lt;camel:from uri="cxf:bean:reportIncident"&gt;&lt;camel:convertbodyto type="org.apache.camel.example.reportincident.InputReportIncident"&gt;&lt;camel:setheader headername="CamelFileName"&gt;&lt;camel:to uri="velocity:etc/MailBody.vm"&gt;&lt;camel:to uri="file://target/subfolder"&gt;    &lt;camel:camelcontext id="camel"&gt;&lt;br /&gt;      &lt;camel:route&gt;&lt;br /&gt;          &lt;camel:from uri="cxf:bean:reportIncident"&gt;&lt;br /&gt;          &lt;camel:convertbodyto type="org.apache.camel.example.reportincident.InputReportIncident"&gt;&lt;br /&gt;          &lt;camel:setheader headername="CamelFileName"&gt;&lt;br /&gt;              &lt;camel:method bean="filenameGenerator" method="generateFilename"&gt;&lt;br /&gt;          &lt;/camel:method&gt;&lt;br /&gt;          &lt;camel:to uri="velocity:etc/MailBody.vm"&gt;&lt;br /&gt;          &lt;camel:to uri="file://target/subfolder"&gt;&lt;br /&gt;          &lt;camel:transform&gt;&lt;br /&gt;              &lt;camel:method bean="myBean" method="getOK"&gt;&lt;br /&gt;          &lt;/camel:method&gt;&lt;br /&gt;      &lt;/camel:transform&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;To play with the example, follow this &lt;a href="https://svn.apache.org/repos/asf/camel/trunk/examples/camel-example-reportincident-ws-security-osgi/"&gt;example of Camel CXF&lt;/a&gt; and enjoy it !&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-2695785173433926838?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/2695785173433926838/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=2695785173433926838' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2695785173433926838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2695785173433926838'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2010/09/secure-web-services-ws-security.html' title='Secure Web Services - WS-Security'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-2305679331557878301</id><published>2010-09-23T12:18:00.003+02:00</published><updated>2010-09-23T12:29:11.845+02:00</updated><title type='text'>Fuse Community Day - Paris - 14th of October</title><content type='html'>The Fuse Community Day will take place the 14th of October in Paris. Feel free to sign up &lt;a href="http://form.fusesource.com/forms/registerparis2010"&gt;here&lt;/a&gt; and come to see Claus Ibsen, Guillaume Nodet, Rob Davies and myself presenting news about OSGI, SOA, Camel and ESB and some of our customers showing that in action (Lionel Cons - CERN, Cédric Bourgeois - Atos Worldwide, Jean Folly-Kpodar - Osmocom).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-2305679331557878301?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/2305679331557878301/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=2305679331557878301' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2305679331557878301'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2305679331557878301'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2010/09/fuse-community-day-paris-14th-of.html' title='Fuse Community Day - Paris - 14th of October'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-3878345283545540805</id><published>2010-06-18T13:13:00.006+02:00</published><updated>2010-06-18T13:44:36.604+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fixed length'/><category scheme='http://www.blogger.com/atom/ns#' term='Camel'/><category scheme='http://www.blogger.com/atom/ns#' term='camel-bindy'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache'/><title type='text'>Parse / Format fixed length message with camel-bindy</title><content type='html'>Camel-bindy which is a data formatting tool to parse / format non XML message will be enriched in the next camel release 2.4. This new version will allow to work with Fixed Length message.&lt;br /&gt;&lt;br /&gt;A Fixed Length message as its name mention it contains data positioned at a fixed position which is by far different from Comma Separate Value format where we use a separator.&lt;br /&gt;&lt;br /&gt;So, you will be able able to model your message like that :&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;   @FixedLengthRecord(length=60, paddingChar=' ')&lt;br /&gt;    public static class Order {&lt;br /&gt;&lt;br /&gt;        @DataField(pos = 1, length=2)&lt;br /&gt;        private int orderNr;&lt;br /&gt;&lt;br /&gt;        @DataField(pos = 3, length=2)&lt;br /&gt;        private String clientNr;&lt;br /&gt;&lt;br /&gt;        @DataField(pos = 5, length=9)&lt;br /&gt;        private String firstName;&lt;br /&gt;&lt;br /&gt;        @DataField(pos = 14, length=5, align="L")&lt;br /&gt;        private String lastName;&lt;br /&gt;&lt;br /&gt;        @DataField(pos = 19, length=4)&lt;br /&gt;        private String instrumentCode;&lt;br /&gt;&lt;br /&gt;        @DataField(pos = 23, length=10)&lt;br /&gt;        private String instrumentNumber;&lt;br /&gt;&lt;br /&gt;        @DataField(pos = 33, length=3)&lt;br /&gt;        private String orderType;&lt;br /&gt;&lt;br /&gt;        @DataField(pos = 36, length=5)&lt;br /&gt;        private String instrumentType;&lt;br /&gt;&lt;br /&gt;        @DataField(pos = 41, precision = 2, length=7)&lt;br /&gt;        private BigDecimal amount;&lt;br /&gt;&lt;br /&gt;        @DataField(pos = 48, length=3)&lt;br /&gt;        private String currency;&lt;br /&gt;&lt;br /&gt;        @DataField(pos = 51, length=10, pattern = "dd-MM-yyyy")&lt;br /&gt;        private Date orderDate;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;to parse/format the following text :&lt;br /&gt;&lt;br /&gt;"10A9  PaulineM    ISINXD12345678BUYShare2500.45USD01-08-2009"&lt;br /&gt;&lt;br /&gt;The tool allows to add 'padding' characters and to align "LEFT" or " RIGHT" the string in the field.&lt;br /&gt;&lt;br /&gt;More info are available on the wiki web page of camel-bindy : http://camel.apache.org/bindy.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-3878345283545540805?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/3878345283545540805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=3878345283545540805' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/3878345283545540805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/3878345283545540805'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2010/06/parse-format-fixed-length-message-with.html' title='Parse / Format fixed length message with camel-bindy'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-4734973829978624834</id><published>2010-03-30T11:22:00.006+02:00</published><updated>2010-03-30T12:08:01.051+02:00</updated><title type='text'>Run Camel route on ServiceMix 3.3.x</title><content type='html'>Even if Apache ServiceMix (ESB) was mainly designed as a JBI container, it is perfectly possible to use camel routes and camel components (bindy, file, jms, ...) on this platform. &lt;br /&gt;&lt;br /&gt;This allows by example to :&lt;br /&gt;- Combine JBI binding components or Services with Camel routes,&lt;br /&gt;- Use a camel component when the binding component does not exist,&lt;br /&gt;- Deploy camel as Service Unit in Service Assembly&lt;br /&gt;&lt;br /&gt;Here is a small example showing that in action. The creation of the project is very simple as you have to create a Service Unit. If you work with maven, you can use the servicemix plugin which will allow to create the maven project. Otherwise, you can create the maven structure manually.&lt;br /&gt;&lt;br /&gt;To be able to deploy camel next, you must create a Service Assembly (= SA) who will include the Service Unit.&lt;br /&gt;&lt;br /&gt;Don't be afraid and follow the tutorial described here for that part of the work : http://servicemix.apache.org/2-beginner-using-maven-to-develop-jbi-applications.html &lt;br /&gt;&lt;br /&gt;When the project is ready, you create a camel-context.xml file in the directory src/main/resources. This file which is a spring xml file will contain the camel routes + beans definitions or will point to your packages if you prefer to code your routes using Camel Java DSL language instead of Spring DSL language.&lt;br /&gt;&lt;br /&gt;Remark : in my example, I use Spring DSL language.&lt;br /&gt;&lt;br /&gt;The route is very basic and will create a message containing the text  "Hello World from SMX3!" as body value. The message is copied in an activemq queue called "in". A second route take the messages and send it to the log. The log message is readable from the console where ServiceMix 3.3.x has been started.&lt;br /&gt;&lt;br /&gt;In the Spring file, you must add the camel bean "org.apache.camel.component.jms.JmsComponent" definition to instantiate a connection factory to the queueing engine. The broker is created and started at the launch of ServiceMix3 so you don't need to do anything else here !&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;&lt;beans xmlns="http://www.springframework.org/schema/beans"&lt;br /&gt;       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&lt;br /&gt;       xsi:schemaLocation="&lt;br /&gt;       http://www.springframework.org/schema/beans&lt;br /&gt;       http://www.springframework.org/schema/beans/spring-beans.xsd&lt;br /&gt;       http://camel.apache.org/schema/spring&lt;br /&gt;       http://camel.apache.org/schema/spring/camel-spring.xsd"&gt;&lt;br /&gt;&lt;br /&gt;      &lt;bean id="activemq" class="org.apache.camel.component.jms.JmsComponent"&gt;&lt;br /&gt;    &lt;property name="connectionFactory"&gt;&lt;br /&gt;      &lt;bean class="org.apache.activemq.ActiveMQConnectionFactory"&gt;&lt;br /&gt;        &lt;property name="brokerURL" value="tcp://localhost:61616"/&gt;&lt;br /&gt;      &lt;/bean&gt;&lt;br /&gt;    &lt;/property&gt;&lt;br /&gt;     &lt;/bean&gt;&lt;br /&gt;&lt;br /&gt;   &lt;camelContext xmlns="http://camel.apache.org/schema/spring"&gt;&lt;br /&gt;     &lt;package&gt;org.apache.servicemix.samples&lt;/package&gt;&lt;br /&gt;     &lt;br /&gt;     &lt;route&gt;&lt;br /&gt;      &lt;from uri="timer:myTimerEvent?fixedRate=true&amp;amp;period=15000"/&gt;&lt;br /&gt;     &lt;setBody&gt;&lt;br /&gt;       &lt;constant&gt;Hello World from SMX3 !&lt;/constant&gt;&lt;br /&gt;     &lt;/setBody&gt;&lt;br /&gt;     &lt;to uri="activemq:queue:in"/&gt;&lt;br /&gt;     &lt;/route&gt;&lt;br /&gt;     &lt;br /&gt;     &lt;route&gt;&lt;br /&gt;      &lt;from uri="activemq:queue:in"/&gt;&lt;br /&gt;      &lt;to uri="log:org.apache.servicemix.samples.camel.ExampleCamelRoute"/&gt;&lt;br /&gt;     &lt;/route&gt;&lt;br /&gt;   &lt;/camelContext&gt;&lt;br /&gt;&lt;br /&gt;&lt;/beans&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;To allow Camel to work with its jms component, the following dependency must be added in the pom of the camel-su. &lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;&lt;br /&gt;  &lt;dependencies&gt;&lt;br /&gt;    &lt;dependency&gt;&lt;br /&gt;      &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;&lt;br /&gt;      &lt;artifactId&gt;camel-core&lt;/artifactId&gt;&lt;br /&gt;      &lt;version&gt;2.2.0&lt;/version&gt;&lt;br /&gt;    &lt;/dependency&gt;&lt;br /&gt;    &lt;dependency&gt;&lt;br /&gt;      &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;&lt;br /&gt;      &lt;artifactId&gt;camel-spring&lt;/artifactId&gt;&lt;br /&gt;      &lt;version&gt;2.2.0&lt;/version&gt;&lt;br /&gt;    &lt;/dependency&gt;&lt;br /&gt;    &lt;dependency&gt;&lt;br /&gt;      &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;&lt;br /&gt;      &lt;artifactId&gt;camel-jms&lt;/artifactId&gt;&lt;br /&gt;      &lt;version&gt;2.2.0&lt;/version&gt;&lt;br /&gt;    &lt;/dependency&gt;&lt;br /&gt;  &lt;/dependencies&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To compile the project, simply launch the command "mvn install" to generate the SU and do the same for the SA. When the Service Assembly jar file is available, copy it in the hotdeploy directory of ServiceMix 3 server and check the log.&lt;br /&gt;&lt;br /&gt;This example which is very basic can be extended with another camel components. In that case, don't forget to add their dependency in the SU pom as the camel lib must be added in the lib directory of the SU.&lt;br /&gt;&lt;br /&gt;Have fun with that !&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-4734973829978624834?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/4734973829978624834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=4734973829978624834' title='7 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/4734973829978624834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/4734973829978624834'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2010/03/run-camel-route-on-servicemix-33x.html' title='Run Camel route on ServiceMix 3.3.x'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-8513534543612738254</id><published>2010-02-26T10:33:00.009+01:00</published><updated>2010-02-26T13:31:33.394+01:00</updated><title type='text'>Is Webservice Reliable Messaging (WS-RM) the ugly duck of the WS-* story ?</title><content type='html'>The Webservice Reliable Messaging (WS-RM) specification has been designed a couple of years ago (2005) but few projects used it. Different reasons could explain this situation, the complexity of the specification, the cost to implement it and the lack of use cases. Personally, I think that developers and architects adopt a low profile when designing a solution and spend times developing alternative solutions providing functionality similar to what WS-RM propose.&lt;br /&gt;&lt;br /&gt;WS-RM is not a the ugly duck of the story and need more attention from community because it allows you to design solutions where you will be able to&lt;br /&gt;- Guaranty of message (= web services) delivery required by example in financial order processing, alarm monitoring systems, ...&lt;br /&gt;- Control the communication between the client and the server (retransmission, ...)&lt;br /&gt;- Implement asynchronous solution by decoupling the request from the reply&lt;br /&gt;&lt;br /&gt;Well, what I have presented could be assimilated to a style exercise or a faith act and you will adhere or not. To convince you about the interests to use WS-RM, I will show you How easy it is to design such a solution using Apache CXF framework. This process can be achieved in three simple steps&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A. Turn on your WSDL contract into a WS-addressing&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;WS-addressing needs to be used because the communication between the client and server will be governed by the Reliable Message Server which is running on a different&lt;br /&gt;port address number. This decoupling is required to allow to retransmit message, acknowledge the messages received and guaranty the delivery&lt;br /&gt;&lt;br /&gt;Here is one way that you can adopt :&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;  &lt;!-- Service definition --&gt;&lt;br /&gt;  &lt;wsdl:service name="ReportIncidentEndpointService"&gt;&lt;br /&gt;      &lt;wsdl:port name="ReportIncidentPort" binding="tns:ReportIncidentBinding"&gt;&lt;br /&gt;          &lt;soap:address location="http://localhost:8080/cxf/camel-example/incident"&gt;&lt;br /&gt;          &lt;!-- &lt;wswa:usingaddressing wswa="http://www.w3.org/2005/02/addressing/wsdl"&gt; --&gt;&lt;br /&gt;          &lt;wswa:usingaddressing wswa="http://www.w3.org/2005/02/addressing/wsdl"&gt;&lt;br /&gt;      &lt;/wswa:usingaddressing&gt;&lt;br /&gt;  &lt;/soap:address&gt;&lt;br /&gt;&lt;/wsdl:port&gt;&lt;/wsdl:service&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;the other consists in to use a Policy Rule (= WS-Policy)&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;  &lt;wsp:policy wsp="http://www.w3.org/2006/07/ws-policy"&gt;&lt;br /&gt;    &lt;wsam:addressing wsam="http://www.w3.org/2007/02/addressing/metadata"&gt;&lt;br /&gt;      &lt;wsp:policy&gt;&lt;br /&gt;    &lt;/wsp:policy&gt;&lt;br /&gt;  &lt;/wsam:addressing&gt;&lt;br /&gt;&lt;/wsp:policy&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li style=""&gt;B. Activate the Reliable Server &lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Now that the WSDL contract is modified, we need to add the Reliable Server to the configuration of our platform. I will show you using a spring xml configuration file&lt;br /&gt;but you can use the Apache CXF classes in your java code if you want&lt;br /&gt;&lt;br /&gt;To activate the RM server, you simply needs to add the tags wsa:addressing and wsrm-mgr in the bus definition of Apache CXF. Different parameters are available like&lt;br /&gt;retransmission interval, acknowledge interval. I will not digg into these ones and if you need information, I invite you to check Apache CXF javadoc and specifications. By example&lt;br /&gt;ikt is possible to activate also the persistence manager of the RM server ;-)&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;  &lt;cxf:bus&gt;&lt;br /&gt;      &lt;cxf:features&gt;&lt;br /&gt;          &lt;cxf:logging&gt;&lt;br /&gt;          &lt;wsa:addressing&gt;&lt;br /&gt;          &lt;wsrm-mgr:reliablemessaging&gt;&lt;br /&gt;              &lt;wsrm-policy:rmassertion&gt;&lt;br /&gt;                  &lt;wsrm-policy:baseretransmissioninterval milliseconds="4000"&gt;&lt;br /&gt;                  &lt;wsrm-policy:acknowledgementinterval milliseconds="2000"&gt;&lt;br /&gt;              &lt;/wsrm-policy:acknowledgementinterval&gt;&lt;br /&gt;              &lt;wsrm-mgr:destinationpolicy&gt;&lt;br /&gt;                  &lt;wsrm-mgr:ackspolicy intramessagethreshold="0"&gt;&lt;br /&gt;              &lt;/wsrm-mgr:ackspolicy&gt;&lt;br /&gt;          &lt;/wsrm-mgr:destinationpolicy&gt;&lt;br /&gt;      &lt;/wsrm-policy:baseretransmissioninterval&gt;&lt;br /&gt;  &lt;/wsrm-policy:rmassertion&gt;&lt;br /&gt;&lt;/wsrm-mgr:reliablemessaging&gt;&lt;/wsa:addressing&gt;&lt;/cxf:logging&gt;&lt;/cxf:features&gt;&lt;/cxf:bus&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;If you use CXF in combination with the Routing engine Apache Camel, you don't need to do additional things as the Apache CXF endpoint who will consume the web servicesmessages&lt;br /&gt;will be drived by the RM server of CXF.&lt;br /&gt;&lt;br /&gt;Here is an example of Camel integration with CXF&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;  &lt;!-- webservice endpoint --&gt;&lt;br /&gt;  &lt;cxfcamel:cxfendpoint id="reportIncident" address="http://localhost:8080/cxf/camel-example/incident" serviceclass="org.apache.camel.example.reportincident.ReportIncidentEndpoint" s="http://reportincident.example.camel.apache.org"&gt;&lt;br /&gt;  &lt;/cxfcamel:cxfendpoint&gt;&lt;br /&gt;&lt;br /&gt;  &lt;!-- Camel route --&gt;&lt;br /&gt;  &lt;camel:camelcontext trace="true" xmlns="http://camel.apache.org/schema/osgi"&gt;&lt;br /&gt;      &lt;camel:route&gt;&lt;br /&gt;          &lt;camel:from uri="cxf:bean:reportIncident"&gt; // messages are consumed from CXF endpoint&lt;br /&gt;          &lt;camel:convertbodyto type="org.apache.camel.example.reportincident.InputReportIncident"&gt; // the body of the WS message is converted directly into a POJOI&lt;br /&gt;          &lt;camel:to uri="bean:webservice"&gt; // We call a POJO to save the reportincident in a DB&lt;br /&gt;          &lt;camel:inOnly uri="osgiqueuingservice:queue:in"&gt; // We put the object in a queue&lt;br /&gt;          &lt;camel:transform&gt;&lt;br /&gt;              &lt;camel:method bean="feedback" method="setOk"&gt; // We provide a feedback message as the WS is of type request/replyt&lt;br /&gt;          &lt;/camel:method&gt;&lt;br /&gt;&lt;br /&gt;      &lt;/camel:transform&gt;&lt;br /&gt;  &lt;/camel:to&gt;&lt;br /&gt;&lt;/camel:to&gt;&lt;/camel:convertbodyto&gt;&lt;/camel:from&gt;&lt;/camel:route&gt;&lt;/camel:camelcontext&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;C. Verify&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;If you use a java client using Apache CXF java classes, you can easily enable the logging of the IN/OUT WS messages exchanged with the RM server and the application.&lt;br /&gt;The following trace shows that :&lt;br /&gt;- a sequence has been started&lt;br /&gt;- each message is identified '' with a UID&lt;br /&gt;- Within a sequence, the messages send receive a messageID&lt;br /&gt;- The server acknowledge the reception (= processing) of the messages&lt;br /&gt;&lt;br /&gt;&lt;textarea cols="80" rows="20"&gt;&lt;br /&gt;&lt;br /&gt;&gt;&gt;&gt;&gt; Invoking reportIncident ... for accident : 0&lt;br /&gt;24-fÚvr.-2010 9:48:39 org.apache.cxf.transport.http.HTTPConduit setUpDecoupledDestination&lt;br /&gt;INFO: creating decoupled endpoint: http://localhost:9999/camel-example/incident&lt;br /&gt;2010-02-24 09:48:39.796::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog&lt;br /&gt;2010-02-24 09:48:39.828::INFO:  jetty-6.1.21&lt;br /&gt;2010-02-24 09:48:39.921::INFO:  Started SelectChannelConnector@localhost:9999&lt;br /&gt;24-fÚvr.-2010 9:48:40 org.apache.cxf.ws.rm.Proxy invoke&lt;br /&gt;INFO: Sending out-of-band RM protocol message {http://schemas.xmlsoap.org/ws/2005/02/rm}CreateSequence.&lt;br /&gt;24-fÚvr.-2010 9:48:41 org.apache.cxf.interceptor.LoggingOutInterceptor$LoggingCallback onClose&lt;br /&gt;INFO: Outbound Message&lt;br /&gt;---------------------------&lt;br /&gt;ID: 1&lt;br /&gt;Address: http://localhost:8080/cxf/camel-example/incident&lt;br /&gt;Encoding: UTF-8&lt;br /&gt;Content-Type: text/xml&lt;br /&gt;Headers: {SOAPAction=["http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequence"], Connection=[Keep-Alive], Accept=[*/*]}&lt;br /&gt;Payload:&lt;br /&gt;&lt;br /&gt;&lt;soap:envelope soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;br /&gt;  &lt;soap:header&gt;&lt;br /&gt;      &lt;action xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequence&lt;/action&gt;&lt;br /&gt;      &lt;messageid xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;urn:uuid:508b8914-1621-4992-ae2d-2249d417069a&lt;/messageid&gt;&lt;br /&gt;      &lt;to xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://localhost:8080/cxf/camel-example/incident&lt;/to&gt;&lt;br /&gt;      &lt;replyto xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;          &lt;address&gt;http://localhost:9999/camel-example/incident&lt;/address&gt;&lt;br /&gt;      &lt;/replyto&gt;&lt;br /&gt;  &lt;/soap:header&gt;&lt;br /&gt;  &lt;soap:body&gt;&lt;br /&gt;      &lt;createsequence xmlns="http://schemas.xmlsoap.org/ws/2005/02/rm" ns2="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;          &lt;acksto&gt;&lt;br /&gt;              &lt;ns2:address&gt;http://localhost:9999/camel-example/incident&lt;/ns2:address&gt;&lt;br /&gt;          &lt;/acksto&gt;&lt;br /&gt;          &lt;expires&gt;PT0S&lt;/expires&gt;&lt;br /&gt;          &lt;offer&gt;&lt;br /&gt;              &lt;identifier&gt;urn:uuid:b12e4ccf-3bec-4f76-85f6-2b64f24745b5&lt;/identifier&gt;&lt;br /&gt;              &lt;expires&gt;PT0S&lt;/expires&gt;&lt;br /&gt;          &lt;/offer&gt;&lt;br /&gt;      &lt;/createsequence&gt;&lt;br /&gt;  &lt;/soap:body&gt;&lt;br /&gt;&lt;/soap:envelope&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;24-fÚvr.-2010 9:48:41 org.apache.cxf.interceptor.LoggingInInterceptor logging&lt;br /&gt;INFO: Inbound Message&lt;br /&gt;----------------------------&lt;br /&gt;ID: 1&lt;br /&gt;Response-Code: 202&lt;br /&gt;Encoding: UTF-8&lt;br /&gt;Content-Type: text/xml; charset=utf-8&lt;br /&gt;Headers: {content-type=[text/xml; charset=utf-8], Content-Length=[532], Server=[Jetty(6.1.x)]}&lt;br /&gt;Payload:&lt;br /&gt;&lt;br /&gt;&lt;soap:envelope soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;br /&gt;  &lt;soap:header&gt;&lt;br /&gt;      &lt;messageid xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;          urn:uuid:73d86df6-7d45-42df-8008-2a4ca48682fd&lt;br /&gt;      &lt;/messageid&gt;&lt;br /&gt;      &lt;to xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous&lt;/to&gt;&lt;br /&gt;      &lt;replyto xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;          &lt;address&gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/none&lt;/address&gt;&lt;br /&gt;      &lt;/replyto&gt;&lt;br /&gt;  &lt;/soap:header&gt;&lt;br /&gt;  &lt;soap:body&gt;&lt;br /&gt;&lt;/soap:body&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;24-fÚvr.-2010 9:48:41 org.apache.cxf.interceptor.LoggingInInterceptor logging&lt;br /&gt;INFO: Inbound Message&lt;br /&gt;----------------------------&lt;br /&gt;ID: 2&lt;br /&gt;Address: /camel-example/incident&lt;br /&gt;Response-Code: 200&lt;br /&gt;Encoding: UTF-8&lt;br /&gt;Content-Type: text/xml; charset=UTF-8&lt;br /&gt;Headers: {content-type=[text/xml; charset=UTF-8], connection=[keep-alive], Host=[localhost:9999], Content-Length=[1006], User-Agent=[Progress FUSE Services Fram&lt;br /&gt;ework 2.2.6-fuse-01-00], Content-Type=[text/xml; charset=UTF-8], Accept=[*/*], Pragma=[no-cache], Cache-Control=[no-cache]}&lt;br /&gt;Payload:&lt;br /&gt;&lt;br /&gt;&lt;soap:envelope soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;br /&gt;  &lt;soap:header&gt;&lt;br /&gt;      &lt;action xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequenceResponse&lt;/action&gt;&lt;br /&gt;      &lt;messageid xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;      urn:uuid:c8e59735-7738-40b2-98c1-28be15274b35&lt;br /&gt;      &lt;/messageid&gt;&lt;br /&gt;      &lt;to xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://localhost:9999/camel-example/incident&lt;/to&gt;&lt;br /&gt;      &lt;relatesto xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;urn:uuid:508b8914-1621-4992-ae2d-2249d417069a&lt;/relatesto&gt;&lt;br /&gt;  &lt;/soap:header&gt;&lt;br /&gt;  &lt;soap:body&gt;&lt;br /&gt;      &lt;createsequenceresponse xmlns="http://schemas.xmlsoap.org/ws/2005/02/rm" ns2="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;          &lt;identifier&gt;urn:uuid:b35dff50-43cb-43ad-9c9e-4b59f7cb55e7&lt;/identifier&gt;&lt;br /&gt;          &lt;expires&gt;P0Y0M0DT0H0M0.0S&lt;/expires&gt;&lt;br /&gt;          &lt;accept&gt;&lt;br /&gt;              &lt;acksto&gt;&lt;br /&gt;                  &lt;ns2:address&gt;http://localhost:8080/cxf/camel-example/incident&lt;/ns2:address&gt;&lt;br /&gt;              &lt;/acksto&gt;&lt;br /&gt;          &lt;/accept&gt;&lt;br /&gt;      &lt;/createsequenceresponse&gt;&lt;br /&gt;  &lt;/soap:body&gt;&lt;br /&gt;&lt;/soap:envelope&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;24-fÚvr.-2010 9:48:41 org.apache.cxf.ws.rm.soap.RMSoapInterceptor updateServiceModelInfo&lt;br /&gt;INFO: Updating service model info in exchange&lt;br /&gt;24-fÚvr.-2010 9:48:41 org.apache.cxf.interceptor.LoggingOutInterceptor$LoggingCallback onClose&lt;br /&gt;INFO: Outbound Message&lt;br /&gt;---------------------------&lt;br /&gt;ID: 3&lt;br /&gt;Address: http://localhost:8080/cxf/camel-example/incident&lt;br /&gt;Encoding: UTF-8&lt;br /&gt;Content-Type: text/xml&lt;br /&gt;Headers: {SOAPAction=["http://reportincident.example.camel.apache.org/ReportIncident"], Connection=[Keep-Alive], Accept=[*/*]}&lt;br /&gt;Payload:&lt;br /&gt;&lt;br /&gt;&lt;soap:envelope soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;br /&gt;  &lt;soap:header&gt;&lt;br /&gt;      &lt;action xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://reportincident.example.camel.apache.org/ReportIncident&lt;/action&gt;&lt;br /&gt;      &lt;messageid xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;urn:uuid:85a1ebac-5293-4daa-a656-987967aa2a4d&lt;/messageid&gt;&lt;br /&gt;      &lt;to xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://localhost:8080/cxf/camel-example/incident&lt;/to&gt;&lt;br /&gt;      &lt;replyto xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;          &lt;address&gt;http://localhost:9999/camel-example/incident&lt;/address&gt;&lt;br /&gt;      &lt;/replyto&gt;&lt;br /&gt;      &lt;wsrm:sequence ns2="http://schemas.xmlsoap.org/ws/2004/08/addressing" wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"&gt;&lt;br /&gt;          &lt;wsrm:identifier&gt;urn:uuid:b35dff50-43cb-43ad-9c9e-4b59f7cb55e7&lt;/wsrm:identifier&gt;&lt;br /&gt;              &lt;wsrm:messagenumber&gt;1&lt;/wsrm:messagenumber&gt;&lt;br /&gt;      &lt;/wsrm:sequence&gt;&lt;br /&gt;  &lt;/soap:header&gt;&lt;br /&gt;  &lt;soap:body&gt;&lt;br /&gt;      &lt;ns2:inputreportincident ns2="http://reportincident.example.camel.apache.org"&gt;&lt;br /&gt;          &lt;incidentid&gt;0&lt;/incidentid&gt;&lt;br /&gt;          &lt;incidentdate&gt;29-04-2009&lt;/incidentdate&gt;&lt;br /&gt;          &lt;givenname&gt;moulliard&lt;/givenname&gt;&lt;br /&gt;          &lt;familyname&gt;charles&lt;/familyname&gt;&lt;br /&gt;          &lt;summary&gt;&lt;br /&gt;              This is a web service incident&lt;/summary&gt;&lt;br /&gt;          &lt;details&gt;This is a web service incident - details&lt;/details&gt;&lt;br /&gt;          &lt;email&gt;cmoulliard@gmail.com&lt;/email&gt;&lt;br /&gt;          &lt;phone&gt;&lt;br /&gt;              +222 10 50 22&lt;br /&gt;          &lt;/phone&gt;&lt;br /&gt;      &lt;/ns2:inputreportincident&gt;&lt;br /&gt;  &lt;/soap:body&gt;&lt;br /&gt;&lt;/soap:envelope&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;24-fÚvr.-2010 9:48:41 org.apache.cxf.interceptor.LoggingInInterceptor logging&lt;br /&gt;INFO: Inbound Message&lt;br /&gt;----------------------------&lt;br /&gt;ID: 3&lt;br /&gt;Response-Code: 202&lt;br /&gt;Encoding: UTF-8&lt;br /&gt;Content-Type: text/xml; charset=utf-8&lt;br /&gt;Headers: {content-type=[text/xml; charset=utf-8], Content-Length=[532], Server=[Jetty(6.1.x)]}&lt;br /&gt;Payload:&lt;br /&gt;&lt;br /&gt;&lt;soap:envelope soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;br /&gt;  &lt;soap:header&gt;&lt;br /&gt;      &lt;messageid xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;          urn:uuid:37dceb90-e1f5-4014-9749-8d4ae7eebb13&lt;/messageid&gt;&lt;br /&gt;      &lt;to xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous&lt;/to&gt;&lt;br /&gt;      &lt;replyto xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;          &lt;address&gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/none&lt;/address&gt;&lt;br /&gt;      &lt;/replyto&gt;&lt;br /&gt;  &lt;/soap:header&gt;&lt;br /&gt;  &lt;soap:body&gt;&lt;br /&gt;&lt;/soap:body&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;2010-02-24 09:48:41.937::INFO:  seeing JVM BUG(s) - cancelling interestOps==0&lt;br /&gt;24-fÚvr.-2010 9:48:42 org.apache.cxf.interceptor.LoggingInInterceptor logging&lt;br /&gt;INFO: Inbound Message&lt;br /&gt;----------------------------&lt;br /&gt;ID: 4&lt;br /&gt;Address: /camel-example/incident&lt;br /&gt;Response-Code: 200&lt;br /&gt;Encoding: UTF-8&lt;br /&gt;Content-Type: text/xml; charset=UTF-8&lt;br /&gt;Headers: {content-type=[text/xml; charset=UTF-8], connection=[keep-alive], Host=[localhost:9999], Content-Length=[1057], User-Agent=[Progress FUSE Services Fram&lt;br /&gt;ework 2.2.6-fuse-01-00], Content-Type=[text/xml; charset=UTF-8], Accept=[*/*], Pragma=[no-cache], Cache-Control=[no-cache]}&lt;br /&gt;Payload:&lt;br /&gt;&lt;br /&gt;&lt;soap:envelope soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;br /&gt;  &lt;soap:header&gt;&lt;br /&gt;      &lt;action xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://reportincident.example.camel.apache.org/ReportIncidentEndpoint/ReportIncidentResponse&lt;/action&gt;&lt;br /&gt;      &lt;messageid xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;urn:uuid:6163b07e-c983-47f7-8699-c4670b61a213&lt;/messageid&gt;&lt;br /&gt;      &lt;to xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://localhost:9999/camel-example/incident&lt;/to&gt;&lt;br /&gt;      &lt;relatesto xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;urn:uuid:85a1ebac-5293-4daa-a656-987967aa2a4d&lt;/relatesto&gt;&lt;br /&gt;      &lt;wsrm:sequence ns2="http://schemas.xmlsoap.org/ws/2004/08/addressing" wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"&gt;&lt;br /&gt;          &lt;wsrm:identifier&gt;urn:uuid:b12e4ccf-3bec-4f76-85f6-2b64f24745b5&lt;/wsrm:identifier&gt;&lt;br /&gt;          &lt;wsrm:messagenumber&gt;1&lt;/wsrm:messagenumber&gt;&lt;br /&gt;      &lt;/wsrm:sequence&gt;&lt;br /&gt;  &lt;/soap:header&gt;&lt;br /&gt;  &lt;soap:body&gt;&lt;br /&gt;      &lt;ns2:outputreportincident ns2="http://reportincident.example.camel.apache.org"&gt;&lt;br /&gt;          &lt;code&gt;OK&lt;/code&gt;&lt;br /&gt;      &lt;/ns2:outputreportincident&gt;&lt;br /&gt;  &lt;/soap:body&gt;&lt;br /&gt;&lt;/soap:envelope&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;&lt;br /&gt;&gt;&gt;&gt;&gt; Result - code : OK&lt;br /&gt;&lt;br /&gt;24-fÚvr.-2010 9:48:43 org.apache.cxf.interceptor.LoggingInInterceptor logging&lt;br /&gt;INFO: Inbound Message&lt;br /&gt;----------------------------&lt;br /&gt;ID: 5&lt;br /&gt;Address: /camel-example/incident&lt;br /&gt;Response-Code: 200&lt;br /&gt;Encoding: UTF-8&lt;br /&gt;Content-Type: text/xml; charset=UTF-8&lt;br /&gt;Headers: {content-type=[text/xml; charset=UTF-8], connection=[keep-alive], Host=[localhost:9999], Content-Length=[955], SOAPAction=["http://schemas.xmlsoap.org/&lt;br /&gt;ws/2005/02/rm/SequenceAcknowledgement"], User-Agent=[Progress FUSE Services Framework 2.2.6-fuse-01-00], Content-Type=[text/xml; charset=UTF-8], Accept=[*/*], P&lt;br /&gt;ragma=[no-cache], Cache-Control=[no-cache]}&lt;br /&gt;Payload:&lt;br /&gt;&lt;br /&gt;&lt;soap:envelope soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;br /&gt;  &lt;soap:header&gt;&lt;br /&gt;      &lt;action xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://schemas.xmlsoap.org/ws/2005/02/rm/SequenceAcknowledgement&lt;br /&gt;      &lt;/action&gt;&lt;br /&gt;      &lt;messageid xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;urn:uuid:f57c0b96-fcc3-4543-bbc3-fd15a54622e7&lt;/messageid&gt;&lt;br /&gt;      &lt;to xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://localhost:9999/camel-example/incident&lt;/to&gt;&lt;br /&gt;      &lt;replyto xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;          &lt;address&gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/none&lt;/address&gt;&lt;br /&gt;      &lt;/replyto&gt;&lt;br /&gt;      &lt;wsrm:sequenceacknowledgement ns2="http://schemas.xmlsoap.org/ws/2004/08/addressing" wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"&gt;&lt;br /&gt;          &lt;wsrm:identifier&gt;urn:uuid:b35dff50-43cb-43ad-9c9e-4b59f7cb55e7&lt;/wsrm:identifier&gt;&lt;br /&gt;          &lt;wsrm:acknowledgementrange lower="1" upper="1"&gt;&lt;br /&gt;      &lt;/wsrm:acknowledgementrange&gt;&lt;br /&gt;  &lt;/wsrm:sequenceacknowledgement&gt;&lt;br /&gt;  &lt;soap:body&gt;&lt;br /&gt;&lt;/soap:body&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;24-fÚvr.-2010 9:48:43 org.apache.cxf.ws.rm.soap.RMSoapInterceptor updateServiceModelInfo&lt;br /&gt;INFO: Updating service model info in exchange&lt;br /&gt;24-fÚvr.-2010 9:48:44 org.apache.cxf.ws.rm.Proxy invoke&lt;br /&gt;INFO: Sending out-of-band RM protocol message {http://schemas.xmlsoap.org/ws/2005/02/rm}SequenceAcknowledgement.&lt;br /&gt;24-fÚvr.-2010 9:48:44 org.apache.cxf.interceptor.LoggingOutInterceptor$LoggingCallback onClose&lt;br /&gt;INFO: Outbound Message&lt;br /&gt;---------------------------&lt;br /&gt;ID: 6&lt;br /&gt;Address: http://localhost:8080/cxf/camel-example/incident&lt;br /&gt;Encoding: UTF-8&lt;br /&gt;Content-Type: text/xml&lt;br /&gt;Headers: {SOAPAction=["http://schemas.xmlsoap.org/ws/2005/02/rm/SequenceAcknowledgement"], Connection=[Keep-Alive], Accept=[*/*]}&lt;br /&gt;Payload:&lt;br /&gt;&lt;br /&gt;&lt;soap:envelope soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;br /&gt;&lt;soap:header&gt;&lt;br /&gt;  &lt;action xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://schemas.xmlsoap.org/ws/2005/02/rm/SequenceAcknowledgement&lt;/action&gt;&lt;br /&gt;  &lt;messageid xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;urn:uuid:c5584570-c10f-49cc-a3ef-c2c53363ec66&lt;/messageid&gt;&lt;br /&gt;  &lt;to xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://localhost:8080/cxf/camel-example/incident&lt;/to&gt;&lt;br /&gt;  &lt;replyto lns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;      &lt;address&gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/none&lt;/address&gt;&lt;br /&gt;  &lt;/replyto&gt;&lt;br /&gt;  &lt;wsrm:sequenceacknowledgement ns2="http://schemas.xmlsoap.org/ws/2004/08/addressing" wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm"&gt;&lt;br /&gt;      &lt;wsrm:identifier&gt;urn:uuid:b12e4ccf-3bec-4f76-85f6-2b64f24745b5&lt;/wsrm:identifier&gt;&lt;br /&gt;      &lt;wsrm:acknowledgementrange lower="1" upper="1"&gt;&lt;br /&gt;  &lt;/wsrm:acknowledgementrange&gt;&lt;br /&gt;&lt;/wsrm:sequenceacknowledgement&gt;&lt;br /&gt;&lt;soap:body&gt;&lt;br /&gt;&lt;/soap:body&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;24-fÚvr.-2010 9:48:44 org.apache.cxf.interceptor.LoggingInInterceptor logging&lt;br /&gt;INFO: Inbound Message&lt;br /&gt;----------------------------&lt;br /&gt;ID: 6&lt;br /&gt;Response-Code: 202&lt;br /&gt;Encoding: UTF-8&lt;br /&gt;Content-Type: text/xml; charset=utf-8&lt;br /&gt;Headers: {content-type=[text/xml; charset=utf-8], Content-Length=[532], Server=[Jetty(6.1.x)]}&lt;br /&gt;Payload:&lt;br /&gt;&lt;br /&gt;&lt;soap:envelope soap="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;br /&gt;  &lt;soap:header&gt;&lt;br /&gt;      &lt;messageid xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;          urn:uuid:786ad464-fb01-452a-9036-63c383955133&lt;/messageid&gt;&lt;br /&gt;      &lt;to xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous&lt;/to&gt;&lt;br /&gt;      &lt;replyto xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"&gt;&lt;br /&gt;          &lt;address&gt;http://schemas.xmlsoap.org/ws/2004/08/addressing/role/none&lt;/address&gt;&lt;br /&gt;      &lt;/replyto&gt;&lt;br /&gt;  &lt;/soap:header&gt;&lt;br /&gt;  &lt;soap:body&gt;&lt;br /&gt;&lt;/soap:body&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;24-fÚvr.-2010 9:49:12 org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine shutdown&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/soap:envelope&gt;&lt;/soap:header&gt;&lt;/soap:envelope&gt;&lt;/soap:header&gt;&lt;/soap:envelope&gt;&lt;/soap:envelope&gt;&lt;/soap:envelope&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Conclusion &lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Awesome, isn'it. Even, if you continue to doubt about this specification, I'm pretty sure that in the future you will take it into account into your decision process regarding&lt;br /&gt;to what has been developed here.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-8513534543612738254?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/8513534543612738254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=8513534543612738254' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8513534543612738254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8513534543612738254'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2010/02/is-webservice-reliable-messaging-ws-rm.html' title='Is Webservice Reliable Messaging (WS-RM) the ugly duck of the WS-* story ?'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-5908019163110508106</id><published>2009-11-20T16:55:00.002+01:00</published><updated>2009-11-20T17:03:12.096+01:00</updated><title type='text'>New features for Apache Camel Bindy (non XML binding framework)</title><content type='html'>Today has been a very productive day. I have found the time to update the documentation about the Apache Camel Tutorial on &lt;a href="http://camel.apache.org/tutorial-osgi-camel-part2.html"&gt;OSGI &lt;/a&gt;and commit the last new features added to camel-bindy : the non XML binding framework used to parse or generate CSV, FIX, ... messages&lt;br /&gt;&lt;br /&gt;This new version of bindy includes important new features like :&lt;br /&gt;- Required (@DataField) to check mandatory field&lt;br /&gt;- Position (@DataField and @KeyValuePairField) when the CSV/FIX message to be generate contain fields which are placed at a different position then those used to parse it&lt;br /&gt;- Section which allow to define the class containing by example the header, body or footer section&lt;br /&gt;&lt;br /&gt;and&lt;br /&gt;&lt;br /&gt;- OneToMany which allow to :&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Read a FIX message containing repetitive groups (= group of tags/keys)&lt;/li&gt;&lt;li&gt;Generate a CSV with repetitive data&lt;/li&gt;&lt;/ul&gt;More info can be find &lt;a href="http://camel.apache.org/bindy.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div style="border: 1px solid black ! important; margin: 0px ! important; padding: 2px ! important; background: rgb(168, 236, 255) none repeat scroll 0% 0% ! important; -moz-background-clip: border ! important; -moz-background-origin: padding ! important; -moz-background-inline-policy: continuous ! important; font-family: arial ! important; font-size: 12px ! important; color: rgb(0, 0, 0) ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; left: 254px ! important; top: 40px ! important; visibility: visible ! important; display: inline ! important; width: auto; height: auto ! important; position: absolute ! important; -moz-border-radius-topleft: 5px ! important; -moz-border-radius-topright: 5px ! important; -moz-border-radius-bottomright: 5px ! important; -moz-border-radius-bottomleft: 5px ! important; text-align: left ! important; z-index: 1410065406 ! important;" id="gmBFtt"&gt;&lt;div style="border-bottom: 1px dotted black ! important; background: rgb(168, 236, 255) none repeat scroll 0% 0% ! important; -moz-background-clip: border ! important; -moz-background-origin: padding ! important; -moz-background-inline-policy: continuous ! important; font-family: arial ! important; font-size: 12px ! important; color: rgb(0, 0, 0) ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; padding-bottom: 2px ! important; padding-top: 2px ! important;"&gt;&lt;span id="bfconfigButton" title="Language configuration" style="border: 1px dotted gray ! important; margin: 1px ! important; padding: 0px 2px ! important; background: rgb(168, 236, 255) none repeat scroll 0% 0% ! important; -moz-background-clip: border ! important; -moz-background-origin: padding ! important; -moz-background-inline-policy: continuous ! important; font-family: arial ! important; font-size: 12px ! important; color: rgb(0, 0, 0) ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; cursor: pointer ! important;"&gt;Lang&lt;/span&gt;&lt;span id="bfdetectButton" title="Detect and set language" style="border: 1px dotted gray ! important; margin: 1px ! important; padding: 0px 2px ! important; background: rgb(168, 236, 255) none repeat scroll 0% 0% ! important; -moz-background-clip: border ! important; -moz-background-origin: padding ! important; -moz-background-inline-policy: continuous ! important; font-family: arial ! important; font-size: 12px ! important; color: rgb(0, 0, 0) ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; cursor: pointer;"&gt;Detect&lt;/span&gt;&lt;span title="From English To French (switch direction)" id="bflangsSpan" style="border: 1px dotted gray ! important; margin: 1px ! important; padding: 0px 2px ! important; background: rgb(168, 236, 255) none repeat scroll 0% 0% ! important; -moz-background-clip: border ! important; -moz-background-origin: padding ! important; -moz-background-inline-policy: continuous ! important; font-family: arial ! important; font-size: 12px ! important; color: rgb(0, 0, 0) ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; cursor: pointer ! important;"&gt;en&gt;fr &lt;/span&gt;&lt;span title="Translation service: Yahoo (switch service)" id="bfsvcSpan" style="border: 1px dotted gray ! important; margin: 1px ! important; padding: 0px 2px ! important; background: rgb(168, 236, 255) none repeat scroll 0% 0% ! important; -moz-background-clip: border ! important; -moz-background-origin: padding ! important; -moz-background-inline-policy: continuous ! important; font-family: arial ! important; font-size: 12px ! important; color: rgb(0, 0, 0) ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; cursor: pointer ! important;"&gt;Yahoo&lt;/span&gt;&lt;span title="Copy result to clipboard" id="bfclipboardSpan" style="border: 1px dotted gray ! important; margin: 1px ! important; padding: 0px 2px ! important; background: rgb(168, 236, 255) none repeat scroll 0% 0% ! important; -moz-background-clip: border ! important; -moz-background-origin: padding ! important; -moz-background-inline-policy: continuous ! important; font-family: arial ! important; font-size: 12px ! important; color: rgb(0, 0, 0) ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; cursor: copy ! important;"&gt;C&lt;/span&gt;&lt;span title="" id="bferrorSpan" style="border: 1px dotted gray ! important; margin: 1px ! important; padding: 0px 2px ! important; background: rgb(168, 236, 255) none repeat scroll 0% 0% ! important; -moz-background-clip: border ! important; -moz-background-origin: padding ! important; -moz-background-inline-policy: continuous ! important; font-family: arial ! important; font-size: 12px ! important; color: rgb(0, 0, 0) ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; cursor: pointer ! important; display: none ! important; visibility: hidden ! important;"&gt;&lt;/span&gt;&lt;img id="bffishImg" style="border: medium none  ! important; margin: 0px ! important; float: none ! important; vertical-align: top ! important; cursor: pointer ! important; display: inline ! important;" title="Click to translate" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1QUUDyoqJjAqRwAAAN1JREFUOMu1lMkVwyAMBYe0JGpCNUFNVk3k4AUwxPGS+ILxkzX8jyTH/Sfu9nrmJ3cXlnMASyWRPwd2d5XlHCBZn1BthcbRAdxTZQDI8k3mQzg11rhF+QZ9jdNOcQib6GFQYJYgCFucSRf6GsLU6wEY5yubTFqF2yq1vRwr3INXdQUWG+je1pELX4ED1wDyRAR0WfuAA9gloITyvsFMIMgYInYRqF6rO9Sqz9qkO5ilyo0o3YBwJ+6vrdQonxWUQllhXeHcb/wabMPkP2n81ocAIoLZrMqn/4y2RwP8DcQ+d6rT9ATiAAAAAElFTkSuQmCC" /&gt;&lt;/div&gt;&lt;div style="background: rgb(168, 236, 255) none repeat scroll 0% 0% ! important; -moz-background-clip: border ! important; -moz-background-origin: padding ! important; -moz-background-inline-policy: continuous ! important; font-family: arial ! important; font-size: 12px ! important; color: rgb(0, 0, 0) ! important; line-height: normal ! important; font-weight: normal ! important; vertical-align: middle ! important; width: auto;"&gt; OSGI&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-5908019163110508106?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/5908019163110508106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=5908019163110508106' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/5908019163110508106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/5908019163110508106'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/11/new-features-for-apache-camel-bindy-non.html' title='New features for Apache Camel Bindy (non XML binding framework)'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-2804479912390350168</id><published>2009-11-02T12:36:00.004+01:00</published><updated>2009-11-02T14:27:10.430+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='camel osgi tutorial'/><title type='text'>Tutorial part 1 about Apache Camel and OSGI (reviewed)</title><content type='html'>Last friday, I have spend some times to update the part 1 of the Apache Camel tutotrial. This tutorial shows how you can easily and quickly build and deploy a small SOA project using Camel 2.0 top of Apache Felix Karaf 1.0.0&lt;br /&gt;&lt;br /&gt;The second part of this tutorial will be upgraded soon and will include a new section about integration tests with Pax Exam&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-2804479912390350168?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/2804479912390350168/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=2804479912390350168' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2804479912390350168'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2804479912390350168'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/11/tutorial-part-1-about-apache-camel-and.html' title='Tutorial part 1 about Apache Camel and OSGI (reviewed)'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-3654604234052074981</id><published>2009-11-02T12:33:00.005+01:00</published><updated>2009-11-02T14:27:32.737+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='apache camel linkedln'/><title type='text'>Apache Camel Group on Linkedln</title><content type='html'>Apache Camel has now its Group on Linkedln web site : &lt;a href="http://www.linkedin.com/groups?home=&amp;amp;gid=2447439&amp;amp;trk=anet_ug_hm"&gt;http://www.linkedin.com/groups?home=&amp;amp;gid=2447439&amp;amp;trk=anet_ug_hm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Feel free to join us to discuss / exchange ideas / news and jobs about your favorite mediation and router framework&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-3654604234052074981?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/3654604234052074981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=3654604234052074981' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/3654604234052074981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/3654604234052074981'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/11/apache-camel-group-on-linkedln.html' title='Apache Camel Group on Linkedln'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-3305772020824181475</id><published>2009-10-28T10:21:00.002+01:00</published><updated>2009-10-28T10:24:44.316+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OSGI'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache'/><category scheme='http://www.blogger.com/atom/ns#' term='Blueprint'/><title type='text'>Building OSGi applications with the Blueprint Container specification</title><content type='html'>&lt;b&gt;Jarek Gawor &lt;/b&gt;which is an advisory software engineer for IBM and an Apache Geronimo committer /PMC member has published an interesting article on :&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ibm.com/developerworks/opensource/library/os-osgiblueprint/index.html?ca=drs-"&gt;Building OSGi applications with the Blueprint Container specification&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-3305772020824181475?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/3305772020824181475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=3305772020824181475' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/3305772020824181475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/3305772020824181475'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/10/building-osgi-applications-with.html' title='Building OSGi applications with the Blueprint Container specification'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-5228648825849085954</id><published>2009-09-16T13:44:00.004+02:00</published><updated>2009-09-16T14:41:22.556+02:00</updated><title type='text'>Fuse Community Day - Paris - 1st October</title><content type='html'>The first "Fuse Community day" will take place the 1st October 2009 in Paris. Different topics will be presented by the founders James Strachan, Rob Davies, Guillaume Nodet of the projects Apache Camel, ActiveMq and Karaf during this day.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;To join the day, please register on this site : http://form.fusesource.com/forms/registerforParisDay&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Here is the agenda :&lt;br /&gt;&lt;br /&gt;&lt;p style="margin: 0px;"&gt; &lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;09:30 - Réception et petit-déjeuner&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;10:00 - Ouverture de la conférence par Magali Briol &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;10:15 - FUSE et OSGi par Guillaume Nodet; Membre PMC&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt 0pt 0pt 36pt; text-indent: -18pt;font-family:times new roman;"&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;-&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;“&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;La technologie OSGi est au coeurs des produits FUSE.  Cette présentation vous permettra de découvrir OSGi, Apache Karaf, et leur utilisation au sein de FUSE ESB.“&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;11:00 - Enterprise Apache ActiveMQ par Rob Davies; Membre PMC et Co-fondateur &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt 0pt 0pt 36pt; text-indent: -18pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;-&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;“&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Apache ActiveMQ is a the most widely used open source messaging system to date.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt 0pt 0pt 36pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;This presentation will look at deploying Apache ActiveMQ in the enterprise - for high&lt;span style=""&gt;  &lt;/span&gt;availibity, &lt;/span&gt;&lt;/p&gt;&lt;p class="NoSpacing"  style="margin: 0pt 0pt 0pt 36pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;across wide area networks and how to tune Apache ActiveMQ to for performance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt 0pt 0pt 36pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;and scalability.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;“&lt;span style=""&gt;        &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;11:45&lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt; - &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span lang="FR"&gt;Cas client par Sylvain Thomas; Architecte Capgemini&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="" lang="FR"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt 0pt 0pt 36pt; text-indent: -18pt;font-family:times new roman;"&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;-&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;“&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;Recueil de données satellites via FUSE ESB. Mise à disposition de Géo localisations et de&lt;span style=""&gt;     &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt 0pt 0pt 36pt;font-family:times new roman;"&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;&lt;span style=""&gt; &lt;/span&gt;données règlementaires.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;“&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;12:30&lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt; &lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;- Déjeuner&lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;13:30&lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt; &lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;- Intégration avec Apache Camel par James Strachan; Membre PMC et Co-fondateur&lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt 0pt 0pt 36pt; text-indent: -18pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;-&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;“&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Apache Camel is a powerful open source integration framework based on Enterprise Integration Patterns with Beans Integration. This presentation will give an overview of Apache Camel and how to implement Enterprise Integration Pattern to solve a number of integration issues.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;“&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;14:15 - Camel 2.0 et le développement de solutions orientées entreprise par &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;span style=""&gt;           &lt;/span&gt;Charles Moulliard; Apache Camel Committer et Senior Enterprise Architecte&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt 0pt 0pt 36pt; text-indent: -18pt;font-family:times new roman;"&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;-&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;“&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;Cette présentation va vous donner un aperçu des nouvelles fonctionnalités de Camel 2.0 et comment celles-ci vont aider les architectes/développeurs à construire des solutions orientées entreprises dans un environnement OSGI.&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;“&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;15:00&lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt; - &lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;Pause Café&lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;15:15&lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt; &lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;- Intégrer JBI et OSGi avec&lt;span style=""&gt;  &lt;/span&gt;ServiceMix4, JBI Components nouvelles caractéristiques et &lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;span style=""&gt;           &lt;/span&gt;roadmap par Jean-Baptiste Onofré&lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt; &lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;; ServiceMix Commiter&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt 0pt 0pt 36pt; text-indent: -18pt;font-family:times new roman;"&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;-&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;“&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;Présentation des différentes versions de ServiceMix&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;. &lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;Modularité au sein de ServiceMix4 (kernel &lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt 0pt 0pt 36pt;font-family:times new roman;"&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;&lt;span style=""&gt;   &lt;/span&gt;Karaf, NMR, composants). Publication de WSDL pour facilité l'utilisation des composants&lt;/span&gt;&lt;span lang="FR"  style="font-size:100%;"&gt;.“&lt;span style=""&gt;                         &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="NoSpacing"  style="margin: 0pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;16:00&lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt; &lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;- Introduction à&lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span style="" lang="FR"&gt; &lt;/span&gt;&lt;/b&gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;FUSE Integration Designer par James Strachan et Rob Davies &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoPlainText"  style="margin: 0pt 0pt 0pt 36pt; text-indent: -18pt;font-family:times new roman;"&gt;&lt;span style="font-size:100%;"&gt;-&lt;span style="font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;“&lt;/span&gt;&lt;span style="font-size:100%;"&gt;FUSE Integration Designer is an Eclipse tool design to help you create, debug and deploy your integration solutions for Apache Camel, ServiceMix and ActiveMQ.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;“&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="font-size:100%;"&gt;&lt;b  style="font-family:times new roman;"&gt;&lt;span lang="FR"&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;16:30&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size:100%;"&gt;&lt;b  style="font-family:times new roman;"&gt;&lt;span style="" lang="FR"&gt; - &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:Calibri;font-size:130%;"  &gt;&lt;b style=""&gt;&lt;span lang="FR"&gt;Fermeture de la conférence&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-5228648825849085954?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/5228648825849085954/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=5228648825849085954' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/5228648825849085954'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/5228648825849085954'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/09/fuse-community-day-paris-1st-october.html' title='Fuse Community Day - Paris - 1st October'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-8204320672555873617</id><published>2009-06-26T10:10:00.000+02:00</published><updated>2009-06-26T10:10:26.674+02:00</updated><title type='text'>Don't Use System.out.println! but Log4j</title><content type='html'>Here is the bible when you want/need to configure Log4J. Thanks to Vipan Singla&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.vipan.com/htdocs/log4jhelp.html"&gt;Don't Use System.out.println!&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-8204320672555873617?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.vipan.com/htdocs/log4jhelp.html' title='Don&apos;t Use System.out.println! but Log4j'/><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/8204320672555873617/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=8204320672555873617' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8204320672555873617'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8204320672555873617'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/06/dont-use-systemoutprintln-but-log4j.html' title='Don&apos;t Use System.out.println! but Log4j'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-6036506283240993196</id><published>2009-06-24T12:25:00.002+02:00</published><updated>2009-06-24T12:33:40.925+02:00</updated><title type='text'>OSGi Blueprint Services</title><content type='html'>In this very nice presentation of Guillaume Nodet, you will discovered what is magic behind OSGi Blueprint Services. This implementation who will be part of the next OSGI specification 4.2 will help the Java developer/architect to better design their solutions. The blueprint services are largely inspired from Spring Dynamic Module project but now it becomes a standard like EJB, ... in the past.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 425px; text-align: left;" id="__ss_1622424"&gt;&lt;a style="margin: 12px 0pt 3px; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; display: block; text-decoration: underline;" href="http://www.slideshare.net/gnodet/osgi-blueprint-services-1622424?type=powerpoint" title="OSGi Blueprint Services"&gt;OSGi Blueprint Services&lt;/a&gt;&lt;object style="margin: 0px;" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=blueprintservices-090622184559-phpapp01&amp;amp;stripped_title=osgi-blueprint-services-1622424"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=blueprintservices-090622184559-phpapp01&amp;amp;stripped_title=osgi-blueprint-services-1622424" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;"&gt;View more &lt;a style="text-decoration: underline;" href="http://www.slideshare.net/"&gt;Microsoft Word documents&lt;/a&gt; from &lt;a style="text-decoration: underline;" href="http://www.slideshare.net/gnodet"&gt;gnodet&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-6036506283240993196?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/6036506283240993196/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=6036506283240993196' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/6036506283240993196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/6036506283240993196'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/06/osgi-blueprint-services.html' title='OSGi Blueprint Services'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-4303046151472854606</id><published>2009-05-05T13:44:00.004+02:00</published><updated>2009-05-05T13:48:41.035+02:00</updated><title type='text'>Apache Camel / OSGI / Wicket (real example - tutorial part2)</title><content type='html'>I have finalized a first draft of the second part of my tutorial about Camel 2.0 / ServiceMix-Karaf / CXF / OSGI / Apache Wicket&lt;br /&gt;&lt;br /&gt;The purpose of the second part was to explain how to design a simple project where different concepts like :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;persistence (Hibernate/spring),&lt;/li&gt;&lt;li&gt;routing (Apache Camel 2.0),&lt;/li&gt;&lt;li&gt;mapping between CSV file and objects (using camel-bindy),&lt;/li&gt;&lt;li&gt; webservices (Apache CXF - OSGI),&lt;/li&gt;&lt;li&gt; osgi stuffs,&lt;/li&gt;&lt;li&gt; packaging and deployment on Apache Karaf/ServiceMix OSGI server  (features, PAX url),&lt;/li&gt;&lt;li&gt; web application integration (Apache Wicket, PAX Web)&lt;/li&gt;&lt;/ul&gt;have been addressed.&lt;br /&gt;&lt;br /&gt;The tutorial has been designed in 4 parts :&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;    Part 2a : real example, architecture, project setup, database creation&lt;/li&gt;&lt;li&gt;     Part 2b : transform projects in bundles&lt;/li&gt;&lt;li&gt;     Part 2c : add infrastructure and routing&lt;/li&gt;&lt;li&gt;     Part 2d : web and deployment&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;and is available here : &lt;a href="http://cwiki.apache.org/CAMEL/tutorial-osgi-camel-part2.html"&gt;http://cwiki.apache.org/CAMEL/tutorial-osgi-camel-part2.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Don't hesitate to provide me your remarks/comments to improve it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-4303046151472854606?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/4303046151472854606/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=4303046151472854606' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/4303046151472854606'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/4303046151472854606'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/05/apache-camel-osgi-wicket-real-example.html' title='Apache Camel / OSGI / Wicket (real example - tutorial part2)'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-1097394223006083359</id><published>2009-05-05T13:26:00.005+02:00</published><updated>2009-05-05T13:38:03.660+02:00</updated><title type='text'>Trick to pass an uri declared in a property file to a Camel route</title><content type='html'>Defining Camel uris in a file is not so easy. Until now, the only possibility was to create a camel endpoint where the uri was declared in the XML file.&lt;br /&gt;&lt;br /&gt;Here is a trick who will simplify your life to declare/define the uri in a property file. Spring injection is used to replaced the variable declared in your XML file with the value discovered in the property file.&lt;br /&gt;&lt;br /&gt;By example, to work with the following uri : file://d:/temp/data/?move=d:/temp/done/${file.name}&lt;br /&gt;&lt;br /&gt;Remark : as you can see, the uri contains a variable to a Camel variable and in consequence is not a Spring bean. So we have to inform Spring that the variable to be searched in the XML file use another syntax delimiter (#{} instead of ${}).&lt;br /&gt;&lt;br /&gt;Here is what you have to do&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 1 : Create org.springframework.beans.factory.config.PropertyPlaceholderConfigurer bean&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Define a PropertyPlaceHolder (using another prefix/suffix delimiter) to avoid conflict between your camel variable and Spring property&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;   &lt;bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"&gt;&lt;br /&gt;       &lt;property name="placeholderPrefix" value="#{"&gt; (1)&lt;br /&gt;       &lt;property name="placeholderSuffix" value="}"&gt; (2)&lt;br /&gt;       &lt;property name="location" value="classpath:META-INF/spring/org.apache.camel.example.reportincident.routing.properties"&gt; (2)&lt;br /&gt;   &lt;/property&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;(1) : Define a different prefix instead of ${ which is the value by default and used as variable&lt;br /&gt;(2) : Define the value of the suffix. In this case, this is the same as the default value&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 2 : Create org.apache.camel.example.reportincident.routing.properties&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Create the following file : org.apache.camel.example.reportincident.routing.properties and put it in your classpath. If you plan to deploy your camel route under Apache ServiceMix Kernel --&gt; Apache Karaf, add this file in the META-INF/spring directory by example&lt;br /&gt;Add the following property :&lt;br /&gt;&lt;br /&gt;uriFile=file://d:/temp/data/?move=d:/temp/done/${file.name}&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 3 : Create an endpoint in your Camel Spring DSL file&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Create a camel endpoint for the uri that you would like to use&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;&lt;camel:endpoint id="fileEndpoint" uri="#{uriFile}"&gt; (1)&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;(1) As you can see, we use as a Spring variable reference the syntax #{} so spring will retrieve the value from the variable declared in the file&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Step 4 : Adapt your route&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Define the uri of your route like this :&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;&lt;camel:from ref="fileEndpoint"&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Cool isn't !!&lt;br /&gt;&lt;br /&gt;&lt;/camel:from&gt;&lt;/camel:endpoint&gt;&lt;/property&gt;&lt;/property&gt;&lt;/bean&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-1097394223006083359?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/1097394223006083359/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=1097394223006083359' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/1097394223006083359'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/1097394223006083359'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/05/trick-to-pass-uri-declared-in-property.html' title='Trick to pass an uri declared in a property file to a Camel route'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-1754147801400092172</id><published>2009-04-22T10:21:00.004+02:00</published><updated>2009-04-22T16:48:05.262+02:00</updated><title type='text'>Camel Tutorial - OSGI part 1 (UPDATED)</title><content type='html'>I'm currently working on the part of the camel - OSGI tutorial part 2 but I have found the time to update the first part. This was required because I would like to use the maven PAX plugin instead of spring maven plugin and test it against SMX 1.1.0 and Camel 1.6.0.&lt;br /&gt;&lt;br /&gt;The PAX maven plugin offers a lot of advantages regarding to the one of Spring (which is currently becoming a new tool called - bundlor)&lt;br /&gt;- pom.xml file generated only include dependencies, plugin required,&lt;br /&gt;- project can be designed with several modules,&lt;br /&gt;- project can be tested with &lt;a href="http://wiki.ops4j.org/display/paxexam/Pax+Exam"&gt;PAX Exam&lt;/a&gt; and launched using &lt;a href="http://wiki.ops4j.org/display/paxrunner/Pax+Runner"&gt;PAX runner&lt;/a&gt;&lt;br /&gt;- ...&lt;br /&gt;&lt;br /&gt;Here is the link to &lt;a href="http://camel.apache.org/tutorial-osgi-camel-part1.html"&gt;tutorial&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-1754147801400092172?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/1754147801400092172/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=1754147801400092172' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/1754147801400092172'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/1754147801400092172'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/04/camel-tutorial-osgi-part-1-updated.html' title='Camel Tutorial - OSGI part 1 (UPDATED)'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-7439989965074351514</id><published>2009-04-21T14:42:00.002+02:00</published><updated>2009-11-02T12:43:05.516+01:00</updated><title type='text'>Distributed OSGi – A Simple Example</title><content type='html'>Here is a very interesting article explaining what Distributed OSGI will looks like using implementation done by CXF project. &lt;br /&gt;&lt;br /&gt;&lt;a href="http://coderthoughts.blogspot.com/2009/02/distributed-osgi-simple-example.html"&gt;&amp;lt;coderthoughts /&amp;gt;: Distributed OSGi – A Simple Example&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-7439989965074351514?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/7439989965074351514/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=7439989965074351514' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/7439989965074351514'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/7439989965074351514'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/04/distributed-osgi-simple-example.html' title='Distributed OSGi – A Simple Example'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-2858348535108833090</id><published>2009-04-20T12:54:00.003+02:00</published><updated>2009-04-20T12:59:17.580+02:00</updated><title type='text'>ServiceMix 4 et son kernel OSGi (Xebia France)</title><content type='html'>L' excellente revue Xebia parle de &lt;a href="http://blog.xebia.fr/2009/04/14/revue-de-presse-xebia-104/#ServiceMixetsonkernelOSGi"&gt;ServiceMix et Service Mix Kernel&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Il est toujours intéressant de constater que des acteurs importants dans la vulgarisation des technologies clés dans les développements Java, ESB s'intéressent à ce projet inovateur, construit sur des fondations solides : Apache Felix, Spring DM et PAX et continue à séduire.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-2858348535108833090?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/2858348535108833090/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=2858348535108833090' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2858348535108833090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2858348535108833090'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/04/servicemix-4-et-son-kernel-osgi-xebia.html' title='ServiceMix 4 et son kernel OSGi (Xebia France)'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-1734242841739086700</id><published>2009-04-14T15:13:00.026+02:00</published><updated>2009-04-15T15:10:04.129+02:00</updated><title type='text'>The power of Apache wicket and Spring OSGI Service top of ServiceMix 4</title><content type='html'>In a previous post, I have explained how you can transform ServiceMix 4 as a Web Application Server. In this new post, I will show you How you can combine the power of Apache Wicket and Spring OSGI services together on ServiceMix 4 with the help of PAX Web.&lt;br /&gt;&lt;br /&gt;This mix can be achieved very easily. Only a few steps are required.&lt;br /&gt;&lt;br /&gt;1) Create a maven project where you will design your spring service and expose it as an OSGI service according to the &lt;a href="http://static.springframework.org/osgi/docs/1.2.0/reference/html-single/#service-registry:export"&gt;Spring documentation&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&lt;br /&gt;&lt;osgi:service ref="incidentService" interface="org.apache.camel.example.reportincident.service.IncidentService"&gt;&lt;br /&gt;&lt;/osgi:service&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;2) Create a new maven project that you will use to package your Apache web application. The trick here is to modify your web.xml file like this :&lt;br /&gt;&lt;br /&gt;a) add listener and context parameter for the Spring OSGI Context Loader&lt;br /&gt;&lt;br /&gt;&lt;textarea name="code" class="xml" cols="20" rows="4"&gt;&lt;br /&gt;&lt;context-param&gt;&lt;br /&gt;    &lt;param-name&gt;contextClass&lt;/param-name&gt;&lt;br /&gt;    &lt;param-value&gt;&lt;br /&gt;org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContext&lt;br /&gt;    &lt;/param-value&gt;&lt;br /&gt;&lt;/context-param&gt;&lt;br /&gt;&lt;br /&gt;&lt;listener&gt;&lt;br /&gt; &lt;listener-class&gt;org.springframework.web.context.ContextLoaderListener&lt;/listener-class&gt;&lt;br /&gt;&lt;/listener&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;b) Add Spring Factory to Apache (required to allow injection of dependency in java classes of Wicket)&lt;br /&gt;&lt;br /&gt;&lt;textarea name="code" class="xml" cols="20" rows="4"&gt;&lt;br /&gt;&lt;filter&gt;&lt;br /&gt;    &lt;filter-name&gt;camel.example.reportincident.web&lt;/filter-name&gt;&lt;br /&gt;    &lt;filter-class&gt;org.apache.wicket.protocol.http.WicketFilter&lt;/filter-class&gt;&lt;br /&gt;    &lt;init-param&gt;&lt;br /&gt;       &lt;param-name&gt;applicationClassName&lt;/param-name&gt;&lt;br /&gt;       &lt;param-value&gt;org.apache.camel.example.reportincident.WicketApplication&lt;/param-value&gt;&lt;br /&gt;       &lt;param-name&gt;applicationFactoryClassName&lt;/param-name&gt;&lt;br /&gt;       &lt;param-value&gt;org.apache.wicket.spring.SpringWebApplicationFactory&lt;/param-value&gt;&lt;br /&gt;    &lt;/init-param&gt;&lt;br /&gt;&lt;/filter&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;Please refer to the &lt;a href="http://cwiki.apache.org/WICKET/spring.html"&gt;Apache Wicket Web&lt;/a&gt; site for more info about Spring integration&lt;br /&gt;&lt;br /&gt;3)  create an applicationContext.xml file under WEB-INF folder containing the reference to the OSGI service :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;osgi:reference id="incidentService" interface="org.apache.camel.example.reportincident.service.IncidentService"/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;4) And of course, in your Wicket page, inject dependency using the Wicket annotation :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;@SpringBean&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    private IncidentService incidentService;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;5) Now generate the bundles (JAR/WAR) and deploy them top of SMX4. Before to deploy the war containing the web project, verify that the following bundles are deployed on SMX4 :&lt;br /&gt;&lt;br /&gt;- OPS4J Pax Web - Web Container (0.6.0)&lt;br /&gt;- OPS4J Pax Web - Jsp Support (0.6.0)&lt;br /&gt;- OPS4J Pax Web Extender - WAR (0.5.1)&lt;br /&gt;- OPS4J Pax Web Extender - Whiteboard (0.5.1)&lt;br /&gt;- OPS4J Pax Url - war:, war-i: (0.4.0)&lt;br /&gt;&lt;br /&gt;- spring-osgi-web (1.2.0.rc1)&lt;br /&gt;- Wicket (1.3.5)&lt;br /&gt;- Wicket IoC common code (1.3.5)&lt;br /&gt;- Wicket Spring Integration (1.3.5)&lt;br /&gt;- Wicket Spring Integration through Annotations (1.3.5)&lt;br /&gt;- Wicket Extensions (1.3.5)&lt;br /&gt;&lt;br /&gt;- Apache ServiceMix Bundles: jetty-6.1.14 (6.1.14.1)&lt;br /&gt;&lt;br /&gt;A tutorial will be published soon with material and step by step.&lt;br /&gt;&lt;br /&gt;Remarks :&lt;br /&gt;- PAX-runner can be used as running environment (instead of Servicemix) with Equinox, Felix, ...&lt;br /&gt;- Many thanks to Alin Dreghiciu (PAX project) for its help/support&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-1734242841739086700?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/1734242841739086700/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=1734242841739086700' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/1734242841739086700'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/1734242841739086700'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/04/power-of-apache-wicket-and-spring-osgi.html' title='The power of Apache wicket and Spring OSGI Service top of ServiceMix 4'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-7881849706288394562</id><published>2009-03-31T12:20:00.004+02:00</published><updated>2009-03-31T12:23:17.028+02:00</updated><title type='text'>What's new in ServiceMix 4</title><content type='html'>Rob Biresch has published an interesting post in dzone (SOA zone) about what is new in ServiceMix 4.&lt;br /&gt;&lt;br /&gt;For more info, read its post and don't hesitate to vote on dzone&lt;br /&gt;&lt;br /&gt;&lt;a href="http://soa.dzone.com/news/whats-new-servicemix-4x"&gt;http://soa.dzone.com/news/whats-new-servicemix-4x&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-7881849706288394562?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/7881849706288394562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=7881849706288394562' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/7881849706288394562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/7881849706288394562'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/03/whats-new-in-servicemix-4.html' title='What&apos;s new in ServiceMix 4'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-8554566392452159547</id><published>2009-03-30T15:40:00.006+02:00</published><updated>2009-03-30T16:24:14.404+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PAX'/><category scheme='http://www.blogger.com/atom/ns#' term='WAR'/><category scheme='http://www.blogger.com/atom/ns#' term='ServiceMix'/><title type='text'>Trick to customize war deployment  on ServiceMix4 using PAX</title><content type='html'>Here is another very interesting &lt;span style="font-weight: bold;"&gt;trick &lt;/span&gt;that you can use to &lt;span style="font-weight: bold;"&gt;customize &lt;/span&gt;the war the deployment process on ServiceMix.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: bold;"&gt;customize &lt;/span&gt;= in this context, this word means How can I add property or extend existing of a MANIFEST file&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;e.g. : The WAR to be deployed contains tlb files created under the folder WEB-INF/tags/form and WEB-INF/tags/jms. By default &lt;a href="http://wiki.ops4j.org/display/ops4j/Pax+URL+-+war"&gt;PAX&lt;/a&gt; will create a MANIFEST file containing the property Bundle-Classpath with :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;WEB-INF/classes&lt;/li&gt;&lt;li&gt;all jars from WEB-INF/lib directory&lt;/li&gt;&lt;/ul&gt;but will not take care about your folders&lt;br /&gt;&lt;br /&gt;Two possibilities are available to tell to PAX that it must include in the Bundle-Classpath your folders&lt;br /&gt;&lt;br /&gt;1) Command + uri&lt;br /&gt;&lt;br /&gt;This one consists in to pass the parameters as an uri like this :&lt;br /&gt;&lt;br /&gt;install war:&lt;a href="file:///d:/temp/activemq-web-console-5.2.0.war?Bundle-Classpath="&gt;file:///d:/temp/activemq-web-console-5.2.0.war?Bundle-Classpath=&lt;/a&gt; ., WEB-INF/tags/form, WEB-INF/tags/jms&amp;amp;Webapp-Context= activemqweb&lt;br /&gt;&lt;br /&gt;2) Create a file.bnd + command&lt;br /&gt;&lt;br /&gt;Another interesting option is to provide as a file the location of the WAR and the properties that you want to add&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Create a file called xxxx.bnd&lt;/li&gt;&lt;li&gt;Add in the file the following lines :&lt;/li&gt;&lt;/ul&gt;WAR-URL=file:///c/temp/activemq-web-console-5.2.0.war&lt;br /&gt;Bundle-Classpath=., WEB-INF/tags/form, WEB-INF/tags/jms&lt;br /&gt;Webapp-Context=activemqweb&lt;br /&gt;&lt;ul&gt;&lt;li&gt;use in your favorite OSGI server (ServiceMix) the following command to install the WAR :&lt;/li&gt;&lt;/ul&gt;install war-i:file:///c:/temp/activemq-web-console-5.2.0.bnd&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-8554566392452159547?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/8554566392452159547/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=8554566392452159547' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8554566392452159547'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8554566392452159547'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/03/trick-to-customize-war-deployment-on.html' title='Trick to customize war deployment  on ServiceMix4 using PAX'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-4304509701791639483</id><published>2009-03-27T14:16:00.007+01:00</published><updated>2009-03-27T15:31:43.788+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SMX4'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Application Server'/><category scheme='http://www.blogger.com/atom/ns#' term='ServiceMix'/><title type='text'>ServiceMix 4 as a Web Application Server</title><content type='html'>This week, I have discovered the web possibilities offered by the ServiceMix 4 platform. SMX ("pour les intimes") uses as its core platform the excellent packages of the project &lt;a href="http://wiki.ops4j.org/display/ops4j/Pax"&gt;PAX &lt;/a&gt;which is  the umbrella project for all OSGi bundles and tools.&lt;br /&gt;&lt;br /&gt;In standard, the following bundles are installed :&lt;br /&gt;&lt;br /&gt;[   9] [Active     ] [       ] [    8] OPS4J Pax Logging - API (1.3.0)&lt;br /&gt;[  10] [Active     ] [       ] [    8] OPS4J Pax Logging - Service (1.3.0)&lt;br /&gt;[  11] [Active     ] [       ] [    5] OPS4J Pax Url - wrap: (0.3.3)&lt;br /&gt;[  12] [Active     ] [       ] [    5] OPS4J Pax Url - mvn: (0.3.3)&lt;br /&gt;&lt;br /&gt;They are used to log information of the server and to install or wrap bundles. Nevertheless, PAX project is not limited to the mentioned bundles but proposes also Web support for jetty.&lt;br /&gt;&lt;br /&gt;To install or transform ServiceMix as a Web Application Server, you can use the "web" and "web-core" feature (available under ServiceMix 4) or install the following bundles manually :&lt;br /&gt;&lt;br /&gt;- OPS4J Pax Web - Web Container (0.5.2)&lt;br /&gt;- OPS4J Pax Web - Jsp Support (0.5.2)&lt;br /&gt;- OPS4J Pax Web Extender - WAR (0.5.0)&lt;br /&gt;- OPS4J Pax Web Extender - Whiteboard (0.5.0)&lt;br /&gt;- OPS4J Pax Url - war:, war-i: (0.3.3)&lt;br /&gt;- Apache ServiceMix Bundles: jetty-6.1.14 (6.1.14.1)&lt;br /&gt;&lt;br /&gt;The Web Application Server becomes available at the url http://localhost:8080.&lt;br /&gt;&lt;br /&gt;Evidently, no jsp pages, servlets are available.  Don't worry, to deploy a WAR, you only have to copy it to the deploy directory of ServiceMix and it will convert be converted as a bundle&lt;br /&gt;&lt;br /&gt;By example, you can install a simple Hello World war  using the command&lt;br /&gt;&lt;br /&gt;install war:file:///d:/temp/sample.war?Webapp-Context=sample&lt;br /&gt;&lt;br /&gt;remarks :&lt;br /&gt;- file:/// must be changed according to the location of your war&lt;br /&gt;- The parameter WebApp-Context is added to have a nicer web address&lt;br /&gt;&lt;br /&gt;and see the result at the address : http://localhost:8080/sample/index.html&lt;br /&gt;&lt;br /&gt;&lt;img src="file:///C:/DOCUME%7E1/CHARLE%7E1.STR/LOCALS%7E1/Temp/moz-screenshot.png" alt="" /&gt;&lt;img src="file:///C:/DOCUME%7E1/CHARLE%7E1.STR/LOCALS%7E1/Temp/moz-screenshot-1.png" alt="" /&gt;Yes, this looks beautiful but the web port number is 8080, my boss would like to secure the web site, change the session timeout, ....&lt;br /&gt;&lt;br /&gt;This is very simple to do, you create a file named (&lt;span style="font-weight: bold;"&gt;org.ops4j.pax.web.cfg&lt;/span&gt;) and copy it in the directory &lt;span style="font-weight: bold;"&gt;etc &lt;/span&gt;of servicemix, in this file you can parametrize by example the following properties (see &lt;a href="http://wiki.ops4j.org/display/ops4j/Pax+Web+-+Configuration"&gt;PAX&lt;/a&gt; for more information) :&lt;br /&gt;&lt;br /&gt;&lt;b&gt;org.osgi.service.http.port=80&lt;br /&gt;org.ops4j.pax.web.session.timeout=10&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;You restart Servicemix and now the web site is available at the following address :&lt;br /&gt;&lt;br /&gt;http://localhost/sample/index.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-4304509701791639483?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/4304509701791639483/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=4304509701791639483' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/4304509701791639483'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/4304509701791639483'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/03/servicemix-4-as-web-application-server.html' title='ServiceMix 4 as a Web Application Server'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-2301427588765519088</id><published>2009-03-17T12:32:00.014+01:00</published><updated>2009-03-17T15:57:08.403+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='JMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Queue'/><category scheme='http://www.blogger.com/atom/ns#' term='Camel'/><category scheme='http://www.blogger.com/atom/ns#' term='OSGI'/><category scheme='http://www.blogger.com/atom/ns#' term='Apache'/><category scheme='http://www.blogger.com/atom/ns#' term='ServiceMix'/><title type='text'>Can Apache Camel be independent of the queuing engine ?</title><content type='html'>Designing and deploying an Apache Camel project in an environment where you have (as an administrator) the control is something very simple to do.  Most of the time, the code that you will receive from the developers will be ready to be deployed on the server (ServiceMix, J2EE, ...).&lt;br /&gt;&lt;br /&gt;But this is not the case, when you work in big companies where the infrastructure is separated from the teams in charge to design/build/deploy and release the application. As  a developer you don't have  access to the acceptance or production environment. This means that you must provide different configuration files to the builder team and/or release management in order to deploy your application in development, acceptance and production environment.&lt;br /&gt;&lt;br /&gt;Obviously, the name of the servers are not the same and the infrastructure is in charge to manage the queues servers. In this environment, infra will never accept that the queues definition or creation of the queuing engine are under the responsibility of the developer(s). Thus, it will not be possible in your spring DSL file (or Camel Java DSL classes) to declare your queuing engine like this :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent" &amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;      &amp;lt;property name="brokerURL" value="vm://localhost:61616" / &amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;/bean &amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;remark: vm://localhost:61616 must be changed to &lt;span style="font-style: italic;"&gt;serverName.intranet.domainName:port&lt;/span&gt;&lt;br /&gt;depending on queuing engine deployed in the different environment.&lt;br /&gt;&lt;br /&gt;To make Camel independent of its queuing engine :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;ActiveMq,&lt;/li&gt;&lt;li&gt;WebSphereMQ,&lt;br /&gt;&lt;/li&gt;&lt;li&gt;SonicMq,&lt;/li&gt;&lt;li&gt;TIBCO,&lt;/li&gt;&lt;li&gt;...&lt;/li&gt;&lt;/ul&gt; and parameters like :&lt;ul&gt;&lt;li&gt;Size of the queue,&lt;/li&gt;&lt;li&gt;Size of the messages accepted on the queue,&lt;/li&gt;&lt;li&gt;Persistence of the messages&lt;/li&gt;&lt;li&gt;...&lt;/li&gt;&lt;/ul&gt;you must made different modifications. Let's assume that you plan to use ActiveMq as your queuing engine. Here is the list of the modifications to do :&lt;br /&gt;&lt;br /&gt;1) &lt;span style="font-weight: bold;"&gt;Add the required bundles to your ServiceMix 4 osgi server&lt;/span&gt; to allow it to work with ActiveMq. Normally, the features transaction and activemq are activated by default in the file etc/org.apache.servicemix.features.cfg. So, you don't have to do anything else except if you use ServiceMix Kernel. In this case, you have to add the bundles manually or add a link (in the config file) to the features.xml file where the bundles have been declared&lt;br /&gt;&lt;br /&gt;2) &lt;span style="font-weight: bold;"&gt;Create a spring xml file where the parameters of the queuing engine are defined&lt;/span&gt;. Luckily, such a file already exists and is available from &lt;a href="http://svn.apache.org/repos/asf/servicemix/smx4/features/trunk/assembly/src/main/distribution/text/deploy/activemq-broker.xml"&gt;Apache ServiceMix 4 project&lt;/a&gt;. So, copy the file into the deploy folder of ServiceMix 4 or Servicemix 4 Kernel&lt;br /&gt;&lt;br /&gt;3) &lt;span style="font-weight: bold;"&gt;Create a osgi-queueservice.xml &lt;/span&gt;file containing the following lines and copy it in the deploy folder of ServiceMix&lt;br /&gt;&lt;br /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"? &amp;gt;&lt;br /&gt;&amp;lt;beans xmlns="http://www.springframework.org/schema/beans"&lt;br /&gt;xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&lt;br /&gt;xmlns:osgi="http://www.springframework.org/schema/osgi"&lt;br /&gt;xsi:schemaLocation="http://www.springframework.org/schema/beans&lt;br /&gt;                   http://www.springframework.org/schema/beans/spring-beans.xsd&lt;br /&gt;                   http://www.springframework.org/schema/osgi&lt;br /&gt;                   http://www.springframework.org/schema/osgi/spring-osgi.xsd&lt;br /&gt;                   http://camel.apache.org/schema/spring&lt;br /&gt;                   http://camel.apache.org/schema/spring/camel-spring.xsd"&amp;gt;&lt;br /&gt;&lt;br /&gt; &lt;span style="font-weight: bold;"&gt;&amp;lt;bean id="active-mq" class="org.apache.activemq.camel.component.ActiveMQComponent" /&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;   &amp;lt;osgi:service id="osgiqueuingservice" ref="active-mq" interface="org.apache.camel.Component"/&amp;gt;&lt;/span&gt;&lt;br /&gt;       &lt;br /&gt;&amp;lt;/beans&amp;gt;&lt;br /&gt;&lt;br /&gt;When the spring file will be at the server startup loaded by Spring (though its Application context), it will create the bean "active-mq" and instantiate the class : org.apache.activemq.camel.component.ActiveMQComponent.&lt;br /&gt;&lt;br /&gt;Remarks :&lt;br /&gt;- No parameters are provided to the ActiveMqComponent like brokerUrl, ...&lt;br /&gt;- If you need to work with another JMS queuing engine, you can replace the class ActiveMQComponent by : org.apache.camel.component.jms.JmsComponent&lt;br /&gt;&lt;br /&gt;Next it will create an OSGI service called "osgiqueuingservice" and expose it through the interfaces : org.apache.camel.Component&lt;br /&gt;&lt;br /&gt;Remark : As JmsComponent, ActiveMqComponent implements this interface, the OSGI service is generic. So you could parameterized it using a property file (cfg file in the ServiceMix world)&lt;br /&gt;&lt;br /&gt;4) The last step is very simple. In your camel config file, you add a reference to your osgi service in order to retrieve the queuing engine like this :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;osgi:reference id="queuingservice" interface="org.apache.camel.Component" /&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Please remark that you import the Component interface. So, Camel becomes independent of the queuing engine used (WebSphere, TIBCO, ActiveMQ, ...)&lt;br /&gt;&lt;br /&gt;and in your Camel route :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;camel:from uri="queuingservice:queue:in" /&amp;gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-2301427588765519088?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/2301427588765519088/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=2301427588765519088' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2301427588765519088'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2301427588765519088'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/03/can-apache-camel-be-independent-of.html' title='Can Apache Camel be independent of the queuing engine ?'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-2570130359406008614</id><published>2009-03-11T10:56:00.004+01:00</published><updated>2009-03-17T16:15:30.392+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SMX4'/><category scheme='http://www.blogger.com/atom/ns#' term='OSGI'/><category scheme='http://www.blogger.com/atom/ns#' term='ServiceMix'/><title type='text'>How to share connection pool - OSGI- SMX4</title><content type='html'>Here is an interesting article published on the &lt;a href="http://trenaman.blogspot.com/2008/12/how-to-share-single-jdbc-pool-across.html"&gt;blog &lt;/a&gt;of Adrian Tranaman showing How to share a connection pool between OSGI bundle.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-2570130359406008614?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/2570130359406008614/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=2570130359406008614' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2570130359406008614'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2570130359406008614'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/03/how-to-share-connection-pool-osgi-smx4.html' title='How to share connection pool - OSGI- SMX4'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-8112321011828879510</id><published>2009-01-09T10:48:00.004+01:00</published><updated>2009-03-17T16:16:14.973+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PAX'/><category scheme='http://www.blogger.com/atom/ns#' term='Spring DM'/><category scheme='http://www.blogger.com/atom/ns#' term='OSGI'/><title type='text'>How to create OSGI bundles using PAX scripts</title><content type='html'>This following article(s) started to explore how PAX (see here for more information on PAX : &lt;a href="http://wiki.ops4j.org/display/ops4j/Pax"&gt;http://wiki.ops4j.org/display/ops4j/Pax&lt;/a&gt;) scripts can be used with (or without) Spring DM&lt;br /&gt;and help developer life to&lt;br /&gt;&lt;ul&gt;&lt;li&gt;create/modify OSGI bundles&lt;/li&gt;&lt;li&gt;deploy them in Equinox/Felix/...&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;a href="http://www.jquantlib.org/index.php/How_to_create_a_Spring-DM_bundle_using_PAX_scripts"&gt;How to create a Spring-DM bundle using PAX scripts - JQuantLib&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://aslamkhan.net/software-development/osgi-cookbook-1-a-simple-bean/"&gt;http://aslamkhan.net/software-development/osgi-cookbook-1-a-simple-bean/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-8112321011828879510?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/8112321011828879510/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=8112321011828879510' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8112321011828879510'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/8112321011828879510'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2009/01/how-to-create-spring-dm-bundle-using.html' title='How to create OSGI bundles using PAX scripts'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-2488664574258562593</id><published>2008-12-09T11:49:00.003+01:00</published><updated>2009-03-17T16:17:01.979+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tutorial'/><category scheme='http://www.blogger.com/atom/ns#' term='Spring DM'/><category scheme='http://www.blogger.com/atom/ns#' term='SOA'/><category scheme='http://www.blogger.com/atom/ns#' term='Camel'/><category scheme='http://www.blogger.com/atom/ns#' term='OSGI'/><category scheme='http://www.blogger.com/atom/ns#' term='ServiceMix'/><title type='text'>Tutorial introducing How to create, design a simple SOA solution using Camel and OSGI</title><content type='html'>&lt;div  style="border: 1px solid black; margin: 0px; padding: 2px; left: -100px; top: -100px; visibility: hidden; display: none; width: auto; height: auto; position: absolute; background-color: rgb(168, 236, 255); -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; color: rgb(0, 0, 0); text-align: left; z-index: 1410065406;font-size:12px;" id="gmbabelFish"&gt;&lt;div style="border-bottom: 1px dotted black; padding-bottom: 2px; padding-top: 2px;"&gt;&lt;span title="Close BabelFish" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span title="Language configuration" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: copy;" class="gmBabelMousishToolBar" title="Copy result to clipboard"&gt;&lt;/span&gt;&lt;img style="border: medium none ; margin: 0px; cursor: pointer;" title="click to translate" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1QUUDyoqJjAqRwAAAN1JREFUOMu1lMkVwyAMBYe0JGpCNUFNVk3k4AUwxPGS+ILxkzX8jyTH/Sfu9nrmJ3cXlnMASyWRPwd2d5XlHCBZn1BthcbRAdxTZQDI8k3mQzg11rhF+QZ9jdNOcQib6GFQYJYgCFucSRf6GsLU6wEY5yubTFqF2yq1vRwr3INXdQUWG+je1pELX4ED1wDyRAR0WfuAA9gloITyvsFMIMgYInYRqF6rO9Sqz9qkO5ilyo0o3YBwJ+6vrdQonxWUQllhXeHcb/wabMPkP2n81ocAIoLZrMqn/4y2RwP8DcQ+d6rT9ATiAAAAAElFTkSuQmCC" align="middle" /&gt;&lt;/div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;After a few weeks of investigation about OSGI, I have decided to start to write a tutorial showing How we can design/create a Service Oriented Architecture using Camel in combination with OSGI standard. The first part of this tutorial has been published and next part will come soon.&lt;br /&gt;&lt;br /&gt;Through this tutorial, the user will see how such a solution can be designed and deployed in two really interesting products : ServiceMix Kernel server (based on Apache Felix) and Spring Dynamic Server (based on Eclipse Equinox).&lt;br /&gt;&lt;br /&gt;Link :  &lt;a href="http://cwiki.apache.org/confluence/display/CAMEL/tutorial-osgi-camel-part1" target="_top" rel="nofollow"&gt;http://cwiki.apache.org/confluence/display/CAMEL/tutorial-osgi-camel-part1&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-2488664574258562593?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/2488664574258562593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=2488664574258562593' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2488664574258562593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2488664574258562593'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2008/12/tutorial-introducing-how-to-create.html' title='Tutorial introducing How to create, design a simple SOA solution using Camel and OSGI'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-584060242727442788</id><published>2008-10-03T13:30:00.003+02:00</published><updated>2008-10-03T13:33:33.080+02:00</updated><title type='text'>Charles Moulliard's Weblog</title><content type='html'>&lt;div style="border: 1px solid black; margin: 0px; padding: 2px; left: -100px; top: -100px; visibility: hidden; display: none; width: auto; height: auto; position: absolute; background-color: rgb(168, 236, 255); -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; font-size: 12px; color: rgb(0, 0, 0); text-align: left; z-index: 1410065406;" id="gmbabelFish"&gt;&lt;div style="border-bottom: 1px dotted black; padding-bottom: 2px; padding-top: 2px;"&gt;&lt;span title="Close BabelFish" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span title="Language configuration" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: copy;" class="gmBabelMousishToolBar" title="Copy result to clipboard"&gt;&lt;/span&gt;&lt;img style="border: medium none ; margin: 0px; cursor: pointer;" title="click to translate" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1QUUDyoqJjAqRwAAAN1JREFUOMu1lMkVwyAMBYe0JGpCNUFNVk3k4AUwxPGS+ILxkzX8jyTH/Sfu9nrmJ3cXlnMASyWRPwd2d5XlHCBZn1BthcbRAdxTZQDI8k3mQzg11rhF+QZ9jdNOcQib6GFQYJYgCFucSRf6GsLU6wEY5yubTFqF2yq1vRwr3INXdQUWG+je1pELX4ED1wDyRAR0WfuAA9gloITyvsFMIMgYInYRqF6rO9Sqz9qkO5ilyo0o3YBwJ+6vrdQonxWUQllhXeHcb/wabMPkP2n81ocAIoLZrMqn/4y2RwP8DcQ+d6rT9ATiAAAAAElFTkSuQmCC" align="middle" /&gt;&lt;/div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div  style="border: 1px solid black; margin: 0px; padding: 2px; left: -100px; top: -100px; visibility: hidden; display: none; width: auto; height: auto; position: absolute; background-color: rgb(168, 236, 255); -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; color: rgb(0, 0, 0); text-align: left; z-index: 1410065406;font-size:12px;" id="gmbabelFish"&gt;&lt;div style="border-bottom: 1px dotted black; padding-bottom: 2px; padding-top: 2px;"&gt;&lt;span title="Close BabelFish" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span title="Language configuration" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: copy;" class="gmBabelMousishToolBar" title="Copy result to clipboard"&gt;&lt;/span&gt;&lt;img style="border: medium none ; margin: 0px; cursor: pointer;" title="click to translate" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1QUUDyoqJjAqRwAAAN1JREFUOMu1lMkVwyAMBYe0JGpCNUFNVk3k4AUwxPGS+ILxkzX8jyTH/Sfu9nrmJ3cXlnMASyWRPwd2d5XlHCBZn1BthcbRAdxTZQDI8k3mQzg11rhF+QZ9jdNOcQib6GFQYJYgCFucSRf6GsLU6wEY5yubTFqF2yq1vRwr3INXdQUWG+je1pELX4ED1wDyRAR0WfuAA9gloITyvsFMIMgYInYRqF6rO9Sqz9qkO5ilyo0o3YBwJ+6vrdQonxWUQllhXeHcb/wabMPkP2n81ocAIoLZrMqn/4y2RwP8DcQ+d6rT9ATiAAAAAElFTkSuQmCC" align="middle" /&gt;&lt;/div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div  style="border: 1px solid black; margin: 0px; padding: 2px; left: -100px; top: -100px; visibility: hidden; display: none; width: auto; height: auto; position: absolute; background-color: rgb(168, 236, 255); -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; color: rgb(0, 0, 0); text-align: left; z-index: 1410065406;font-size:12px;" id="gmbabelFish"&gt;&lt;div style="border-bottom: 1px dotted black; padding-bottom: 2px; padding-top: 2px;"&gt;&lt;span title="Close BabelFish" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span title="Language configuration" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: copy;" class="gmBabelMousishToolBar" title="Copy result to clipboard"&gt;&lt;/span&gt;&lt;img style="border: medium none ; margin: 0px; cursor: pointer;" title="click to translate" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1QUUDyoqJjAqRwAAAN1JREFUOMu1lMkVwyAMBYe0JGpCNUFNVk3k4AUwxPGS+ILxkzX8jyTH/Sfu9nrmJ3cXlnMASyWRPwd2d5XlHCBZn1BthcbRAdxTZQDI8k3mQzg11rhF+QZ9jdNOcQib6GFQYJYgCFucSRf6GsLU6wEY5yubTFqF2yq1vRwr3INXdQUWG+je1pELX4ED1wDyRAR0WfuAA9gloITyvsFMIMgYInYRqF6rO9Sqz9qkO5ilyo0o3YBwJ+6vrdQonxWUQllhXeHcb/wabMPkP2n81ocAIoLZrMqn/4y2RwP8DcQ+d6rT9ATiAAAAAElFTkSuQmCC" align="middle" /&gt;&lt;/div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div  style="border: 1px solid black; margin: 0px; padding: 2px; left: -100px; top: -100px; visibility: hidden; display: none; width: auto; height: auto; position: absolute; background-color: rgb(168, 236, 255); -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; color: rgb(0, 0, 0); text-align: left; z-index: 1410065406;font-size:12px;" id="gmbabelFish"&gt;&lt;div style="border-bottom: 1px dotted black; padding-bottom: 2px; padding-top: 2px;"&gt;&lt;span title="Close BabelFish" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span title="Language configuration" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: copy;" class="gmBabelMousishToolBar" title="Copy result to clipboard"&gt;&lt;/span&gt;&lt;img style="border: medium none ; margin: 0px; cursor: pointer;" title="click to translate" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1QUUDyoqJjAqRwAAAN1JREFUOMu1lMkVwyAMBYe0JGpCNUFNVk3k4AUwxPGS+ILxkzX8jyTH/Sfu9nrmJ3cXlnMASyWRPwd2d5XlHCBZn1BthcbRAdxTZQDI8k3mQzg11rhF+QZ9jdNOcQib6GFQYJYgCFucSRf6GsLU6wEY5yubTFqF2yq1vRwr3INXdQUWG+je1pELX4ED1wDyRAR0WfuAA9gloITyvsFMIMgYInYRqF6rO9Sqz9qkO5ilyo0o3YBwJ+6vrdQonxWUQllhXeHcb/wabMPkP2n81ocAIoLZrMqn/4y2RwP8DcQ+d6rT9ATiAAAAAElFTkSuQmCC" align="middle" /&gt;&lt;/div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;Web site related interested link :&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://springosgi.googlepages.com/"&gt;Spring Dynamic Modules Tutorial - Tutorial for Spring Dynamic Modules (DM) for OSGi™ Service Platforms&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-584060242727442788?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/584060242727442788/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=584060242727442788' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/584060242727442788'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/584060242727442788'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2008/10/charles-moulliards-weblog.html' title='Charles Moulliard&apos;s Weblog'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-6887719994754511468</id><published>2008-09-23T15:32:00.007+02:00</published><updated>2008-10-03T13:32:25.019+02:00</updated><title type='text'>Charles Moulliard's Weblog</title><content type='html'>&lt;div style="border: 1px solid black; margin: 0px; padding: 2px; left: -100px; top: -100px; visibility: hidden; display: none; width: auto; height: auto; position: absolute; background-color: rgb(168, 236, 255); -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; font-size: 12px; color: rgb(0, 0, 0); text-align: left; z-index: 1410065406;" id="gmbabelFish"&gt;&lt;div style="border-bottom: 1px dotted black; padding-bottom: 2px; padding-top: 2px;"&gt;&lt;span title="Close BabelFish" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span title="Language configuration" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: copy;" class="gmBabelMousishToolBar" title="Copy result to clipboard"&gt;&lt;/span&gt;&lt;img style="border: medium none ; margin: 0px; cursor: pointer;" title="click to translate" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1QUUDyoqJjAqRwAAAN1JREFUOMu1lMkVwyAMBYe0JGpCNUFNVk3k4AUwxPGS+ILxkzX8jyTH/Sfu9nrmJ3cXlnMASyWRPwd2d5XlHCBZn1BthcbRAdxTZQDI8k3mQzg11rhF+QZ9jdNOcQib6GFQYJYgCFucSRf6GsLU6wEY5yubTFqF2yq1vRwr3INXdQUWG+je1pELX4ED1wDyRAR0WfuAA9gloITyvsFMIMgYInYRqF6rO9Sqz9qkO5ilyo0o3YBwJ+6vrdQonxWUQllhXeHcb/wabMPkP2n81ocAIoLZrMqn/4y2RwP8DcQ+d6rT9ATiAAAAAElFTkSuQmCC" align="middle" /&gt;&lt;/div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div  style="border: 1px solid black; margin: 0px; padding: 2px; left: -100px; top: -100px; visibility: hidden; display: none; width: auto; height: auto; position: absolute; background-color: rgb(168, 236, 255); -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; color: rgb(0, 0, 0); text-align: left; z-index: 1410065406;font-size:12px;" id="gmbabelFish"&gt;&lt;div style="border-bottom: 1px dotted black; padding-bottom: 2px; padding-top: 2px;"&gt;&lt;span title="Close BabelFish" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span title="Language configuration" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: copy;" class="gmBabelMousishToolBar" title="Copy result to clipboard"&gt;&lt;/span&gt;&lt;img style="border: medium none ; margin: 0px; cursor: pointer;" title="click to translate" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1QUUDyoqJjAqRwAAAN1JREFUOMu1lMkVwyAMBYe0JGpCNUFNVk3k4AUwxPGS+ILxkzX8jyTH/Sfu9nrmJ3cXlnMASyWRPwd2d5XlHCBZn1BthcbRAdxTZQDI8k3mQzg11rhF+QZ9jdNOcQib6GFQYJYgCFucSRf6GsLU6wEY5yubTFqF2yq1vRwr3INXdQUWG+je1pELX4ED1wDyRAR0WfuAA9gloITyvsFMIMgYInYRqF6rO9Sqz9qkO5ilyo0o3YBwJ+6vrdQonxWUQllhXeHcb/wabMPkP2n81ocAIoLZrMqn/4y2RwP8DcQ+d6rT9ATiAAAAAElFTkSuQmCC" align="middle" /&gt;&lt;/div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div  style="border: 1px solid black; margin: 0px; padding: 2px; left: -100px; top: -100px; visibility: hidden; display: none; width: auto; height: auto; position: absolute; background-color: rgb(168, 236, 255); -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; color: rgb(0, 0, 0); text-align: left; z-index: 1410065406;font-size:12px;" id="gmbabelFish"&gt;&lt;div style="border-bottom: 1px dotted black; padding-bottom: 2px; padding-top: 2px;"&gt;&lt;span title="Close BabelFish" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span title="Language configuration" class="gmBabelMousishToolBar" style="cursor: pointer;"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: pointer;" class="gmBabelMousishToolBar"&gt;&lt;/span&gt;&lt;span style="cursor: copy;" class="gmBabelMousishToolBar" title="Copy result to clipboard"&gt;&lt;/span&gt;&lt;img style="border: medium none ; margin: 0px; cursor: pointer;" title="click to translate" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1QUUDyoqJjAqRwAAAN1JREFUOMu1lMkVwyAMBYe0JGpCNUFNVk3k4AUwxPGS+ILxkzX8jyTH/Sfu9nrmJ3cXlnMASyWRPwd2d5XlHCBZn1BthcbRAdxTZQDI8k3mQzg11rhF+QZ9jdNOcQib6GFQYJYgCFucSRf6GsLU6wEY5yubTFqF2yq1vRwr3INXdQUWG+je1pELX4ED1wDyRAR0WfuAA9gloITyvsFMIMgYInYRqF6rO9Sqz9qkO5ilyo0o3YBwJ+6vrdQonxWUQllhXeHcb/wabMPkP2n81ocAIoLZrMqn/4y2RwP8DcQ+d6rT9ATiAAAAAElFTkSuQmCC" align="middle" /&gt;&lt;/div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style=";font-family:verdana;font-size:13;"  &gt;Web service related links of interest this week:&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.jroller.com/gmazza/date/20080417"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 0);"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href="http://www.jroller.com/gmazza/date/20080417"&gt;Glen Mazza's Weblog&lt;/a&gt;: "Creating a WSDL-first web service with Apache CXF or GlassFish Metro"&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://java.sys-con.com/node/345638"&gt;Enterprise Mashup Services &lt;/a&gt;:This is the second part of the "Enterprise Mashup services" article explaining how to use JSF and AJAX instead of javascript in JSP page&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://soa.sys-con.com/node/325192"&gt;SOA - Enterprise Mashup Services: &lt;/a&gt;This interesting article shows How we can design SOA solutions in enterprise world by leveraging J2EE platform and using Java to JavaScript API, Google Map, DWR &amp;amp; Spring&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span"  style="font-family:'Times New Roman';"&gt;&lt;div face="Georgia,serif" size="3" style="border-width: 0px; margin: 0px; padding: 3px; width: auto; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal; text-align: left;"&gt;&lt;a href="http://blog.sherifmansour.com/?p=187"&gt;Why Mashups = (REST + ‘Traditional SOA’) * Web 2.0 - Blog the web : &lt;/a&gt;&lt;br /&gt;A Mashup is a new service, that combines functionality or content from existing sources. These existing sources can be &lt;span id="apture_prvw2" class="aptureLink"&gt;&lt;span class="aptureLinkIcon" style="background-position: 100% -1049px;"&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Web%20service" class="aptureLink snap_noshots"&gt;Web Services&lt;/a&gt;&lt;/span&gt; (through the use of &lt;span id="apture_prvw3" class="aptureLink"&gt;&lt;span class="aptureLinkIcon" style="background-position: 100% -1049px;"&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/API" class="aptureLink snap_noshots"&gt;API&lt;/a&gt;&lt;/span&gt;’s), RSS feeds or even just other Websites (by screen-scraping).&lt;/div&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span class="Apple-style-span"  style="font-family:'Times New Roman';"&gt;&lt;div face="Georgia,serif" size="3" style="border-width: 0px; margin: 0px; padding: 3px; width: auto; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal; text-align: left;"&gt;&lt;a href="http://soa.sys-con.com/node/325192"&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="border-width: 0px; margin: 0px; padding: 3px; width: auto; font-family: Georgia,serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 100%; line-height: normal; font-size-adjust: none; font-stretch: normal; text-align: left;"&gt;&lt;/div&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-family:'Times New Roman';"&gt;&lt;div style="border-width: 0px; margin: 0px; padding: 3px; width: auto; font-family: Georgia,serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 100%; line-height: normal; font-size-adjust: none; font-stretch: normal; text-align: left;"&gt;&lt;span class="Apple-style-span"  style="font-family:'Times New Roman';"&gt;&lt;div style="border-width: 0px; margin: 0px; padding: 3px; width: auto; font-family: Georgia,serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 100%; line-height: normal; font-size-adjust: none; font-stretch: normal; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-6887719994754511468?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/6887719994754511468/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=6887719994754511468' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/6887719994754511468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/6887719994754511468'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2008/09/glen-mazzas-weblog.html' title='Charles Moulliard&apos;s Weblog'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-5251785060214967337</id><published>2008-08-08T16:07:00.003+02:00</published><updated>2008-08-08T16:25:06.805+02:00</updated><title type='text'>Taking Apache Camel for a ride (ApacheCon 11/05/2008)</title><content type='html'>&lt;div&gt;&lt;span style="font-size:14;"&gt;&lt;/span&gt;From: &lt;a href="http://www.slideshare.net/bruce.snyder/"&gt;bruce.snyder&lt;/a&gt;, 3 months ago&lt;br /&gt;&lt;br /&gt;&lt;div style="width: 425px; text-align: left;" id="__ss_347678"&gt;&lt;a style="margin: 12px 0pt 3px; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; display: block; text-decoration: underline;" href="http://www.slideshare.net/bruce.snyder/takingapachecamelforaride?src=embed" title="Takingapachecamelforaride"&gt;Takingapachecamelforaride&lt;/a&gt;&lt;object style="margin: 0px;" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=takingapachecamelforaride-1207909785400028-8&amp;amp;stripped_title=takingapachecamelforaride"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=takingapachecamelforaride-1207909785400028-8&amp;amp;stripped_title=takingapachecamelforaride" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;"&gt;View SlideShare &lt;a style="text-decoration: underline;" href="http://www.slideshare.net/bruce.snyder/takingapachecamelforaride?src=embed" title="View Takingapachecamelforaride on SlideShare"&gt;presentation&lt;/a&gt; (tags: &lt;a style="text-decoration: underline;" href="http://slideshare.net/tag/apachecon"&gt;apachecon&lt;/a&gt; &lt;a style="text-decoration: underline;" href="http://slideshare.net/tag/eu"&gt;eu&lt;/a&gt;)&lt;/div&gt;&lt;/div&gt;Presentation from ApacheCon EU 2008&lt;br /&gt;&lt;br /&gt;    &lt;a href="http://www.slideshare.net/bruce.snyder/takingapachecamelforaride"&gt;SlideShare Link&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-5251785060214967337?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/5251785060214967337/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=5251785060214967337' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/5251785060214967337'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/5251785060214967337'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2008/08/taking-apache-camel-for-ride-apachecon.html' title='Taking Apache Camel for a ride (ApacheCon 11/05/2008)'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-1851976543098863858</id><published>2008-08-08T10:55:00.005+02:00</published><updated>2008-08-08T11:00:17.616+02:00</updated><title type='text'>Design Patterns Quick Reference</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://blog.markturansky.com/wp-content/uploads/2008/01/designpatterns2_sm.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://blog.markturansky.com/wp-content/uploads/2008/01/designpatterns2_sm.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://blog.markturansky.com/wp-content/uploads/2008/01/designpatterns1_sm.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 200px;" src="http://blog.markturansky.com/wp-content/uploads/2008/01/designpatterns1_sm.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Thanks to Mark to spend time to compile in pdf document the famous GoF patterns&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mcdonaldland.info/2007/11/28/40/"&gt;http://www.mcdonaldland.info/2007/11/28/40/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-1851976543098863858?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/1851976543098863858/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=1851976543098863858' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/1851976543098863858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/1851976543098863858'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2008/08/design-patterns-quick-reference.html' title='Design Patterns Quick Reference'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-1670630040696204261</id><published>2008-08-08T10:31:00.004+02:00</published><updated>2008-08-08T10:46:26.437+02:00</updated><title type='text'>Getting Started with OSGi</title><content type='html'>Here are interesting links to start to work on OSGI :&lt;br /&gt;&lt;br /&gt;1) Neil Bartlett :  &lt;a href="http://neilbartlett.name/blog/osgi-articles/"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;/span&gt;http://neilbartlett.name/blog/osgi-articles/&lt;/a&gt;&lt;br /&gt;2) Osgi for beginners (Serverside): &lt;a href="http://www.theserverside.com/tt/articles/article.tss?l=OSGiforBeginners"&gt;http://www.theserverside.com/tt/articles/article.tss?l=OSGiforBeginners&lt;/a&gt;&lt;br /&gt;3) JavaWorld :&lt;br /&gt;- Part1 : &lt;a href="http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html"&gt;http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html&lt;/a&gt;&lt;br /&gt;- Part2 : &lt;a href="http://www.javaworld.com/javaworld/jw-04-2008/jw-04-osgi2.html"&gt;http://www.javaworld.com/javaworld/jw-04-2008/jw-04-osgi2.html&lt;/a&gt;&lt;br /&gt;- Part3 : &lt;a href="http://www.javaworld.com/javaworld/jw-06-2008/jw-06-osgi3.html"&gt;http://www.javaworld.com/javaworld/jw-06-2008/jw-06-osgi3.html&lt;br /&gt;&lt;/a&gt;4) Spring Dynamics Module : &lt;a href="http://www.springframework.org/osgi/demos"&gt;http://www.springframework.org/osgi/demos&lt;/a&gt;&lt;br /&gt;5) Apache Felix : &lt;a href="http://felix.apache.org/site/tutorials-examples-and-presentations.html"&gt;http://felix.apache.org/site/tutorials-examples-and-presentations.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-1670630040696204261?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/1670630040696204261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=1670630040696204261' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/1670630040696204261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/1670630040696204261'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2008/08/getting-started-with-osgi.html' title='Getting Started with OSGi'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-2667145283418119135</id><published>2008-08-08T10:15:00.002+02:00</published><updated>2008-08-08T10:20:41.250+02:00</updated><title type='text'>Choosing between Routing and Orchestration in an ESB</title><content type='html'>The goal of this interesting article is to help ESB users choose the right answer according to their needs, when confronted with the most complex and diverse of ESB concepts: routing and orchestration.&lt;br /&gt;&lt;br /&gt;Instead of abstract theorizing we will ground our efforts and reasoning in simple, real-world examples in an attempt to fill the void between low-level routing and global, business service orchestration. In other words: We will try to uncover how the different layers of routing and orchestration build up.&lt;br /&gt;&lt;br /&gt;Even if the solution used to make the design is a ESB based on JBI specification --&gt; Petals, the publication provides a clear presentation of the concepts and help the architect to choose.&lt;br /&gt;&lt;br /&gt;Link : &lt;a onclick="track(this, 'choosing_between_routing_and_orchestration_in_an_2', ''); " href="http://www.infoq.com/articles/louis-dutoo-esb-routing"&gt;Choosing between Routing and Orchestration in an ESB&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-2667145283418119135?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/2667145283418119135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=2667145283418119135' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2667145283418119135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/2667145283418119135'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2008/08/choosing-between-routing-and.html' title='Choosing between Routing and Orchestration in an ESB'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6232813386336615723.post-5738545379405753078</id><published>2008-08-07T17:05:00.001+02:00</published><updated>2008-08-07T17:07:21.418+02:00</updated><title type='text'>Apache Camel 1.4 released</title><content type='html'>The new version of the Enterprise Service Bus (ESB) &lt;a href="http://activemq.apache.org/camel/2008/07/22/apache-camel-140-released.html"&gt;Apache Camel&lt;/a&gt; ( 1.4.0 ) has been released. This release includes 261 new features, improvements and bug fixes. With this release, Camel proves that they become a significant actor in the SOA world. The community behind and the talented developers help this project to grow fast and to provide interesting alternatives to design SOA solutions around Enterprise Integration Patterns and the DSL language.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6232813386336615723-5738545379405753078?l=cmoulliard.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cmoulliard.blogspot.com/feeds/5738545379405753078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6232813386336615723&amp;postID=5738545379405753078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/5738545379405753078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6232813386336615723/posts/default/5738545379405753078'/><link rel='alternate' type='text/html' href='http://cmoulliard.blogspot.com/2008/08/apache-camel-14-released.html' title='Apache Camel 1.4 released'/><author><name>cmoulliard</name><uri>http://www.blogger.com/profile/06574597725926921707</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
