On 6/8/07, Allen Gilliland <[EMAIL PROTECTED]> wrote:
Dave wrote:
> I think that's a good idea. And folks have to update their config
> files anyway due to the package renaming.
>
> A somewhat related issue: should the MailUtil class become the
> MailManager and live in the backend? Why does the mail API live in the
> front end?
I still consider it more of a utility than a manager, but maybe that's
just me. and it does live in the backend, it's in the weblogger.util
package which is part of the business layer.
With methods like sendPendingEntryNotice() and sendWeblogInvitation()
it's starting to look more like a MailManager rather than a MailUtil.
weblogger.util is technically part of the business layer, since it
goes into the business jar but when I think "business layer" I think
of Roller and the managers. That's just me.
I guess I don't have a strong enough urge to move it around right now
so I'll drop the topic.
- Dave