1 Reply Latest reply on Apr 30, 2003 10:28 AM by adrian.brock

    migrating from weblogic

    han

      Hi there:

      We've been asked to investigate what it would take to migrate our application from weblogic to jboss. We have some weblogic specific code in our such as snmp, scheduler, security, etc. We were wondering if there is an equivalent feature set in jboss. Specifically:

      Is this the right forum to ask these questions?

      Does jboss have a scheduler that we can use? Does it support clustering (at least fail-over?)

      Weblogic comes with advantnet snmp manager. Does jboss have a similar api? Is there a recommended third party snmp manager?

      Is there a pointer to authenication/authorization methods that jboss supports? Is there somthing like FileRealm?

      Does jboss fully support jta & jts?

      Is there a clusterable (at least with fail-over) jms?

      Does jboss support local interfaces?

      Does jboss have database connection pool refresh/reconnection?

      Is there support for message driven beans?

      Does jboss allow static classes (even though not kosher in j2ee). We are spawing some threads to listen to certain sockets at initialization.

      Thank you very much for your time.
      -Han


        • 1. Re: migrating from weblogic

          Too many questions. :-)
          I'll keep my answers short, if you want more
          detailed answers show me you have made an
          effort to do your own research.

          > Hi there:
          >
          > We've been asked to investigate what it would take to
          > migrate our application from weblogic to jboss. We
          > have some weblogic specific code in our such as snmp,
          > scheduler, security, etc. We were wondering if there
          > is an equivalent feature set in jboss. Specifically:
          >
          > Is this the right forum to ask these questions?
          >
          > Does jboss have a scheduler that we can use? Does it
          > support clustering (at least fail-over?)

          Yes and Yes.

          >
          > Weblogic comes with advantnet snmp manager. Does
          > jboss have a similar api? Is there a recommended
          > third party snmp manager?

          This link suggests adventnet works with jboss3.x

          http://www.adventnet.com/products/manageengine/help/app_mgmt/project_creation.html

          >
          > Is there a pointer to authenication/authorization
          > methods that jboss supports? Is there somthing like
          > FileRealm?

          JBoss uses JAAS.

          >
          > Does jboss fully support jta & jts?

          No, tyrex is available as a distributed
          transaction manager, but it is not supported AFAIK.

          >
          > Is there a clusterable (at least with fail-over)
          > jms?

          No.

          >
          > Does jboss support local interfaces?

          Yes.

          >
          > Does jboss have database connection pool
          > refresh/reconnection?

          Not sure what this means. If you mean
          automatic failover of database connections then no.

          >
          > Is there support for message driven beans?

          Yes.

          >
          > Does jboss allow static classes (even though not
          > kosher in j2ee). We are spawing some threads to
          > listen to certain sockets at initialization.

          Yes, but MBeans are better for this kind of work.

          >
          > Thank you very much for your time.
          > -Han
          >
          >

          Regards,
          Adrian