Rich--

Things like the Logger and InternalConcurrentHashMap are in netui.util, so would you propose splitting netui.util across the two modules:

  netui-core
  util

What specific util classes would you move into a core module?

Also, how about just calling it "core" rather than "netui-core"?

Eddie




Rich Feit wrote:
Hi all,

I'd like to split out org.apache.beehive.netui.core.* into a separate module: "netui-core". This will allow the following string of dependencies:
   netui-core -> scoping -> util

Currently, the order is:
   util -> scoping

Which, in addition to being weird, is limiting for scoping because it can't use any of the basic util classes like Logger, the concurrent-read-map class, etc. Let me know if you have any other thoughts about this.

Rich


Reply via email to