[all] ApacheCon FFT, Commons Sandbox

2008-04-05 Thread Rahul Akolkar
Given the CFP for FFT talks, I've proposed one for the Commons Sandbox. I have no idea if it will be accepted. However, given that there isn't much time left for AC, I'm somewhat presumptively asking for input. I intend to mention components listed on http://commons.apache.org/sandbox/ with the ex

Re: [proxy] InvocationRecorder?

2008-04-05 Thread James Carman
On Sat, Apr 5, 2008 at 4:28 PM, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Pico folks do this for years in their web layer. More or less done in > ProxyToys technology. They use it also to assemble the components available > for each incoming request. However, the interesting part is the replay

Re: [proxy] InvocationRecorder?

2008-04-05 Thread Jörg Schaible
Hi James, James Carman wrote: > What do you folks think about a new addition to Proxy which basically > allows you to record invocations made on proxy objects, similar to how > EasyMock does it. Here's the idea... > > public class InvocationRecorder > { > public List getRecordedInvocations();

Re: [configuration] New hierarchical configurations

2008-04-05 Thread Oliver Heger
Emmanuel Bourg schrieb: +1 for removing the old configurations, otherwise that would be confusing for the users. Regarding the package structure do you have other plans besides the 'flat' package ? I would like to keep main package pretty small, so that it only contains the basic interfaces

[proxy] InvocationRecorder?

2008-04-05 Thread James Carman
What do you folks think about a new addition to Proxy which basically allows you to record invocations made on proxy objects, similar to how EasyMock does it. Here's the idea... public class InvocationRecorder { public List getRecordedInvocations(); public proxy(Class type); } public class

Re: [configuration] New hierarchical configurations

2008-04-05 Thread Emmanuel Bourg
+1 for removing the old configurations, otherwise that would be confusing for the users. Regarding the package structure do you have other plans besides the 'flat' package ? Emmanuel Bourg Agreed. After refactoring of the hierarchical file-based configurations is complete, it shows that t

Re: GSoC application

2008-04-05 Thread Emmanuel Bourg
Just to confirm, I'll ensure the mentoring for the GSoC project. I received 6 mails of interested students and 3 applications have been filed on the Google site. There are 2 days left to students for filling applications, the selection process will begin the next week. Emmanuel Bourg Oliver