Re: [tool] More tools reenginering

2016-12-11 Thread Claude Brisson
On 05/12/2016 19:51, Nathan Bubna wrote: On Mon, Dec 5, 2016 at 9:49 AM, Sergiu Dumitriu wrote: I agree with Michael here, this direction is against what "pure" Velocity is about. The generic tools shouldn't be allowed to fetch random resources off the internet. I'm with Claude here. Making

Re: [tool] More tools reenginering

2016-12-05 Thread Nathan Bubna
On Mon, Dec 5, 2016 at 9:49 AM, Sergiu Dumitriu wrote: > I agree with Michael here, this direction is against what "pure" > Velocity is about. The generic tools shouldn't be allowed to fetch > random resources off the internet. > I'm with Claude here. Making powerful tools available is a good th

Re: [tool] More tools reenginering

2016-12-05 Thread Sergiu Dumitriu
I agree with Michael here, this direction is against what "pure" Velocity is about. The generic tools shouldn't be allowed to fetch random resources off the internet. I'm also against propagating the dependency on DOM4J, a library which has been dead for ten years. I'm OK with adding tools for wo

Re: [tool] More tools reenginering

2016-12-04 Thread Michael Osipov
Am 2016-12-02 um 10:01 schrieb Claude Brisson: Hi. On 01/12/2016 21:21, Michael Osipov wrote: While I understand you idea, I do think that introducing stuff like this a bad idea for several reasons: 1. Processing of structured, low-level data like XML, JSON, form data always belongs to a contr

Re: [tool] More tools reenginering

2016-12-02 Thread Claude Brisson
Hi. On 01/12/2016 21:21, Michael Osipov wrote: While I understand you idea, I do think that introducing stuff like this a bad idea for several reasons: 1. Processing of structured, low-level data like XML, JSON, form data always belongs to a controller and not to the view layer. The view lay

[tool] More tools reenginering

2016-12-01 Thread Michael Osipov
This time, it's about tools reading external resources. I'd like to: 1) have ImportSupport and ImportTool also be available in generic tools for absolute URLs, only the view versions being able to import a relative URL 2) have XmlTool inherit from ImportSupport, to homogenize its behavior with I

[tool] More tools reenginering

2016-11-30 Thread Claude Brisson
This time, it's about tools reading external resources. I'd like to: 1) have ImportSupport and ImportTool also be available in generic tools for absolute URLs, only the view versions being able to import a relative URL 2) have XmlTool inherit from ImportSupport, to homogenize its behavior wi