Just so that we are clear. This is what I'm planning to do ...
move to roller.business:
BookmarkManager.java
ConfigManager.java
FileIOException.java
FileManager.java
FileNotFoundException.java
FilePathException.java
PluginManager.java
PropertiesManager.java
Roller.java
RollerFactory.java
ThemeManager.java
UserManager.java
WeblogEntryEditor.java
WeblogEntryPlugin.java
WeblogManager.java
move to roller.business.pings:
AutoPingManager.java
PingQueueManager.java
PingTargetManager.java
move to roller.business.referrers:
RefererManager.java
move to roller.business.runnable:
ThreadManager.java
ThreadManagerImpl.java
move to roller.business.search:
IndexManager.java
IndexManagerImpl.java
So that is just moving model.* as suggested, with a few of the
interfaces going into subpackages like pings, referrers, runnable, and
search. And I also plan to move a couple of the Impl classes for
ThreadManager and IndexManager.
I plan to just get this done this afternoon if nobody objects.
-- Allen
Dave wrote:
+1
On 10/18/06, Elias Torres <[EMAIL PROTECTED]> wrote:
+1
Allen Gilliland wrote:
> This isn't necessarily a 3.1 thing, even though to do this should only
> take a matter of minutes, but I wanted to throw out the idea of moving
> all the interfaces in model.* to the business package.