howto contribute patches to commons-sandbox projects

2004-06-20 Thread Manfred Wolff
Hi. What is the right way to contribute patches to commons-sandbox projects. In the apache bugzilla it is only possible to add issues to commons projects but not to commons sandbox. I have written in this area but i have got no reply. It is not possible to use things of commons-sandbox if someb

[commons-chain] Configuration of the ChainBase class

2004-06-17 Thread Manfred Wolff
Moin. Short description: We use commons-chain in a productive project for configuring strategies and filters. The user itsself should be able to customize the chains and brings the right order in chains (commands, filters ...). Some commands has dependencies to other commands so it might be the

[chain] Contextes and Attribute-Property Transparency

2004-01-31 Thread Manfred Wolff
Hi all. I have a question about the context implementation of the commons-chain project. I think it is a good way to have JavaBean Properties in a context like: private User user; with get()- and set()- Methods like public User getUser() ... and so one So you have type-safeness. What is the