On 3/9/06, Werner Punz <[EMAIL PROTECTED]> wrote: > Mario Ivankovits schrieb: > > > And - IMHO the killer, the shared is not interoperable, means it cant > > put stuff in the request and use it again if called from another package > > as they are different classes - different package names. > > See my other thread regarding ExtensionsFilter and Dummyform. > > > Actually this is a serious showstopper, due to the fact that often some > kind of request singleton is absolutely needed.
Why? Do we really need a singleton that is a shared between impl and tomahawk. How can we be sure that we do not have a runtime dependency between tomahawk and impl then? > Btw. there is another huge showstopper, refactoring from the commons > into the submodules and vice versa basically cannot work with the > current approach, debuggers cannot work, and some ides probably have > outright problems to even compile and deploy the integrated webapps > decently. No. Debuggers and IDEs can work like they can with other libs. You actually *can* debug step into commons-logging classes with your IDE if you provide the sources, right? (See my recent mail to Mario) Manfred
