|
From: <rtv...@xs...> - 2004-09-27 22:11:59
|
Hi all, I've seen in the TODO that there is an item for refactoring large methods. Isn't there a requirement for some other refactoring as well? e.g. I've tried to create a package hk.hku.cecid.phoenix.message.persistence and moved al items that I coud think of to that package. I had to change some methods to public to make them 'visible', but nothing dangerous securitywise (imho). All tests still run fine. Is this something that is also on the wishlist? or should I abandon it. The next thing I'd like to do (and have already partly done) is to create a k.hku.cecid.phoenix.message.configure package which will contain code to start/stop/backup etc the server. The serialized Command class will not be used here anymore since I will start using it to configure the MSH via a browser. I've already started this discussion once and realy want to implement it but want some feedback (or hints) on the idea to abandon the Swing GUI for configuring the server. This will require a lot of refactoring. Ronald |