Re: Proposal for a more flexible tomcat embedding api

2013-10-22 Thread Pid
Hi, I've already got reasonably far with a similar idea. https://github.com/pidster-dot-org/embed-apache-tomcat There's a core utility for embedding Tomcat[1] and a JUnit Rule[2] for testing that uses it, e.g. 1. https://github.com/pidster-dot-org/embed-apache-tomcat/blob/master/embed-apache-t

Re: Proposal for a more flexible tomcat embedding api

2013-10-09 Thread Adib Saikali
I am creating the API in such a way that if an attribute was added to the component but not to the builder API the user of the API should be able to participate in the creation of the underlying tomcat component object and override its setting. They would have to write more code but could accou

Re: Proposal for a more flexible tomcat embedding api

2013-10-09 Thread Mark Thomas
On 09/10/2013 04:24, Adib Saikali wrote: > 1. Has anyone already done such as API? I'm not aware of any. > 2. Would the tomcat committers accept an implementation of this proposal > into > the tomcat distribution ? The main question for me is maintainability and how much work would be re