[ 
https://issues.apache.org/jira/browse/JAMES-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025115#comment-13025115
 ] 

Robert Burrell Donkin commented on JAMES-1228:
----------------------------------------------

The SQL framework loads it's configuration from a file. This couples the 
implementation to org.apache.james.filesystem.api.FileSystem, which is a 
heavyweight API.

I think the best approach would be to begin by direct replacement by a 
lightweight API (which just loads the configuration file) suitable for 
injection. Perhaps this interface may end up in base mailets.

> Factor Machine Learning mailets into independent project 
> ---------------------------------------------------------
>
>                 Key: JAMES-1228
>                 URL: https://issues.apache.org/jira/browse/JAMES-1228
>             Project: JAMES Server
>          Issue Type: Sub-task
>          Components: Matchers/Mailets (bundled)
>            Reporter: Robert Burrell Donkin
>            Assignee: Robert Burrell Donkin
>
> Create an independent component for the machine learning mailets currently in 
> the core server. 
> Hopefully this will:
> * isolate new development;
> * reduce barriers for new developers
> * allow independent release cycles
> Provisional approach:
> * create new project in mailet (James AI...?);
> * copy mailets and dependencies
> * repackage (into org.apache.james.mailets.ai.ml.classic ...?)
> Spikes:
> * do tests exist?
> * coupling?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to