You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by jams gost <ja...@gmail.com> on 2012/01/15 18:42:09 UTC

Mahout JSP Integration

Hello Mahout Group,


  I am new to mahout, I have developed mahout recommender with hte help of
link <http://code.google.com/p/unresyst/wiki/CreateMahoutRecommender> ,SO
any one can suggest me how to integrate it with my JSP Application?

Thanks
  Jams

Re: Mahout JSP Integration

Posted by jams gost <ja...@gmail.com>.
Hey Sean Owen,

Thnx for quick response. I have done it with Servlet Application..Thank you
so much!!

Thanks
Jams

Re: Mahout JSP Integration

Posted by Sean Owen <sr...@gmail.com>.
There's nothing really to know -- here you get a Recommender object
which is simply a Java object. You can use it however you like within
a JSP-based application as it is just Java. I would think you might
deploy it inside a servlet. Look at the servlet-based integration code
in integration/ for some examples.

On Sun, Jan 15, 2012 at 5:42 PM, jams gost <ja...@gmail.com> wrote:
> Hello Mahout Group,
>
>
>  I am new to mahout, I have developed mahout recommender with hte help of
> link <http://code.google.com/p/unresyst/wiki/CreateMahoutRecommender> ,SO
> any one can suggest me how to integrate it with my JSP Application?
>
> Thanks
>  Jams