6 Replies Latest reply on Apr 12, 2002 12:09 PM by adrian.brock

    How big

    marc.fleury

      can the smallest MBeanServer be? I don't want all the services just the bare framework,

      marcf

        • 1. Re: How big

          Depends what you want?

          Core classes:
          MBeanServerFactory
          MBeanServer
          MBeanServerImpl
          MBeanServerDelegate
          DynamicMBean
          Registry
          MBeanRegistration
          ObjectName
          ObjectInstance
          Attribute
          AttributeList
          Info classes
          Exception classes

          Standard MBeans:
          Validator
          Invoker

          Classloading:
          DefaultLoaderRepository

          Notifications:
          Notification
          NotificationBroadcaster(+Support)
          NotificationFilter(+Support)
          NotificationListener
          MBeanServerNotification

          Query:
          Partly implemented in the registry
          Query,
          QueryExp
          QueryEval
          etc.

          Persistance:
          PersistentMBean

          ModelMBeans:
          Descriptors
          javax.management.model

          Other Services:
          Mlets
          Monitors
          Open MBeans
          Relation Service
          Timer

          Sundry Bits:
          Logging
          Interceptors

          I'm not saying JBossMX has this modularity or that
          some of it is desirable.

          Regards,
          Adrian

          • 2. Re: How big
            marc.fleury

            Ok,

            let me rephrase the question.

            If you had 70k what would *you* put in it
            if you had 200k what would you put in it
            if you had 1M?

            I just need a number for "embedded"

            thanks

            • 3. Re: How big

              lets take the 70k target and see what we can fit into it

              -- Juha

              • 4. Re: How big
                marc.fleury

                > Sundry Bits:
                > Logging
                > Interceptors

                Sundry? interceptors?

                marcf

                • 5. Re: How big
                  marc.fleury

                  > lets take the 70k target and see what we can fit into
                  > it

                  That would be great. I am thinking that the bare server with at least an invoker (?) would be a requisite.

                  J2ME with JBoss is the future. JBoss 4.0 must incorporate that vision. It is good that JBoss is that flexible, it a staple of our implementations and also a requisite for embedded worlds. Microkernels will rule our planet's software infrastructure. You guys are making it real.

                  marcf
                  >
                  > -- Juha

                  • 6. Re: How big

                    > > Sundry Bits:
                    > > Logging
                    > > Interceptors
                    >
                    > Sundry? interceptors?
                    >
                    > marcf
                    >

                    sed /s/sundry/non-spec/ ;-)

                    Regards,
                    Adrian