Hi Dan,

Thanks again for your insight.

Based on our discussions, so far I have an understanding on how to
authorize the RB webapp using OAuth2 to connect to email server to retrieve
email and implement the ReputationStore using JDO spec (using Isis
persistence support).

Also a wicket based web application will be developed as the RB demo
application.

In the ReputationBox, another main component is the reputation-analysis
component.
This requires to process emails and predict the reputation of new emails.
i.e it will be a recommendation engine for emails. Drools is one option for
a rules engine but it doesn't do any machine learning or prediction AFAIK.
The best opensource option to implement a recommendation engine I have seen
so far is Apache Mahout.

Any suggestions, pointers on how to integrate a Mahout machine-learning
process to do the email analysis within the application will be greatly
appreciated.

Thanks,
Dileepa



On Thu, Mar 20, 2014 at 2:37 PM, Dan Haywood
<[email protected]>wrote:

> On 20 March 2014 06:07, Dileepa Jayakody <[email protected]>
> wrote:
>
> > Hi Dan and All,
> >
> > I was reading Isis JDO documentation to get an idea of how to implement
> the
> > ReputationStore to persist email reputation data. I'm interested in
> > learning more about deploying Isis JDO data to Google App Engine [1]. I
> see
> > that it explains about some limitations when deploying Isis to GAE and
> > would like to seek your feedback on implementing my application as
> > AppEngine compatible to deploy.
> >
> >
> Maurizio (cc'ed) has definitely deployed Isis to GAE, this page was written
> after a bit of feedback from him.  And he wrote the DHTMLX viewer and has a
> demo app running on GAE [2]
>
> So it's doable.  I just haven't done it yet myself.
>
> I think it'd be best not to get side-tracked by this, and focus on your
> core deliverables.  Later, we can do the work to GAE-ize the app.
>
>
>
> > Thanks,
> > Dileepa
> >
> >
> > [1]
> >
> >
> http://isis.apache.org/components/objectstores/jdo/deploying-on-the-google-app-engine.html
> >
> > [2] http://isis-viewer-dhtmlx.appspot.com/
>

Reply via email to