In the article Apache Camel: how to collect data from twitter,
I’ll show howto save all tweets about Pirelli to files in .json format ..
In the article Apache Camel: how to collect data from twitter,
I’ll show howto save all tweets about Pirelli to files in .json format ..
1) Install and start ServiceMix 4.0
2) Add necessary bundles
features/install cxf-osgi
osgi/install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/1.2.2_3/
osgi/install -s wrap:mvn:org.springframework/spring-jdbc/2.5.6/
osgi/install -s wrap:mvn:mysql/mysql-connector-java/5.1.6
…
See details in this gooole document or download test-wsdl-first-osgi.zip
Apache ServiceMix at the moment doesn’t have a JBI component for connecting to a database (servicemiix-jdbc is in the roadmap): in the meanwhile you have to use servicemix-cxf or servicemix-bean.
This example (cxf-wsdl-first-jdbc.zip, cxf-wsdl-first.pdf) is built on top of the example cxf-wsdl-first and can be deployed in apache servicemix 4.0 as JBI sa package.