Google Predictor API - release 1.2

The Google Predictor API V1.2 is out! “The Prediction API provides pattern-matching and machine learning capabilities. Given a set of data examples to train against, you can create applications that can perform the following tasks: Given a user’s past viewing habits, predict what other movies or products a user might like. Categorize emails as spam or non-spam. Analyze posted comments about your product to determine whether they have a positive or negative tone....

May 19, 2011 · 1 min · 138 words · Matteo Redaelli

Calling soap web services with curl from a unix shell

[caption id="" align=“alignleft” width=“471” caption=“Curl”][/caption] How to call soap web services from a unix shell? it is easy with curl and, optionally, xsltproc ! Read the tutorial soap requests with curl ! Comments: Alias Canterbury - Jul 5, 2010Thanks for posting this tutorial! I really appreciate it, considering that a lot of other websites posted vaguely similar instructions but I couldn’t get them to work. Thanks for such a nice post....

June 18, 2010 · 1 min · 84 words · Matteo Redaelli

Connecting to a database with a webService (cxf) deployed (jbi) in Servicemix

Introduction 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. Installing smx4 Download from “http://servicemix.apache.org/SMX4/download.html” Unzip it cd /usr/local tar xvfz apache-servicemix.tar.gz Starting smx4 cd /usr/local/apache-servicemix-4....

May 30, 2009 · 2 min · 215 words · Matteo Redaelli