Hi Reinhard, here you go: https://github.com/ManuelB/facebook-recommender-demo
The example above provides a SOAP interface and a REST interface using Java EE 6. It is not scalable for a lot of reasons e.g. no caching, no multithreading etc. It uses Mahout 0.7. https://github.com/ManuelB/facebook-recommender-demo/blob/master/docs/RecommenderArchitecture.png If you need support there are multiple commercial offerings. e.g. http://myrrix.com/, http://www.mapr.com or my company http://www.apaxo.de Have fun Manuel On 12.03.2013, at 09:12, Reinhard Denis Najogie wrote: > Hi all, > > I'm trying to deploy mahout examples as a web service. I followed the steps > on the Mahout in Action book (chapter 5.5 particularly), but got stuck in > packaging the .war file. I used "mvn package" command but the taste-web > folder isn't there so I couldn't make the .war file. After some searching > on the internet it seems like since Mahout 0.5 the web service example is > not included. > > So could anybody please tell me how to deploy a web service using more > recent Mahout version? > > -- > Regards, > Denis -- Manuel Blechschmidt M.Sc. IT Systems Engineering Dortustr. 57 14467 Potsdam Mobil: 0173/6322621 Twitter: http://twitter.com/Manuel_B
