Re: componentization: more modules might be necessary

2006-01-17 Thread George Harley1
zation: more modules might be necessary I'd like to suggest moving implementation of providers into separate modules. It will isolate providers' code from 'regular code' (i.e. public API implementation and make possible to build different 'harmony providers' di

Re: componentization: more modules might be necessary

2006-01-17 Thread Tim Ellison
I agree. Tim Stepan Mishura wrote: > I'd like to suggest moving implementation of providers into separate > modules. It will isolate providers' code from 'regular code' (i.e. public > API implementation and make possible to build different 'harmony providers' > distributions (for example, crypto.

componentization: more modules might be necessary

2006-01-17 Thread Stepan Mishura
I'd like to suggest moving implementation of providers into separate modules. It will isolate providers' code from 'regular code' (i.e. public API implementation and make possible to build different 'harmony providers' distributions (for example, crypto.jar, ssl.jar and so on). For example, we can