Server modules Naming/Grouping

2012-01-05 Thread Eric Charles
Hi there, Doing recent protocols trunk integration in server, it became clear to me that our server components can be grouped together to form coherent subcomponents (even usable outside James mail server, but that's another story). btw, Recent Apache Hadoop mavenization gave birth to 38 mod

Re: Server modules Naming/Grouping

2012-01-05 Thread Stefano Bagnara
2012/1/5 Eric Charles : > Hi there, > > Doing recent protocols trunk integration in server, it became clear to me > that our server components can be grouped together to form coherent > subcomponents (even usable outside James mail server, but that's another > story). Please, read my comment to th

Re: Logging library in our projects

2012-01-05 Thread Eric Charles
Hi, I started the integration of protocols trunk in server (still 55 errors and downcounting). This gives funny adaptation like this (in ImapChannelUpstreamHandler) private Logger getLogger(Channel channel) { return new Slf4jLoggerAdapter(new ProtocolSessionLogger("" + channel.getId(), new

Re: Server modules Naming/Grouping

2012-01-05 Thread Eric Charles
Hi Stefano, Yes, I remember the work you did analysing the modules in that jira. I find the grouping in the jira not far away from the groups I defined. The key points here are: - Do we go to a 2 level structure ? (I would do it) - Even if those groups are not usable as standalone alone component