Results 1 to 6 of 6

Thread: Modeling of a management application

  1. #1
    Join Date
    Dec 2009
    Posts
    202

    Modeling of a management application

    Hello
    I need to make a supervision application of network equipment of facilities with possibility of raising their state through and sends SNMP traps for alarms GUI as I would like to have curves on a web browser, these curves must be updated over water. What architecture JEE allows a component that poll network equipment. I think EJB, Servlets, JCA are not oriented to such applications. Is that Mbeans, JMX poller allow the state and a equipment receive SNMP traps?
    or JEE is not suited to this type of applications.
    Last edited by ISAIAH; 06-01-2010 at 01:19 PM.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Modeling of a management application

    Hi
    I do not see why J2EE architectures are inadequate. You have also several technical solutions in J2EE for achieving what you want:

    - Have a page with an automatic refresh (or any page, either alone GUI component with AJAX for example) in this case, the server makes the call SNMP receipt of the request.

    - Have a server running regularly SNMP requests, regardless of requests (via a timer), and updating a "local cache. In this case, when the browser requests the state, the server returns the last known version of the local cache.

  3. #3
    Join Date
    Dec 2009
    Posts
    202

    Re: Modeling of a management application

    Hi
    I prefer the second solution, I think this is much more suitable for requirements.
    - Have a server running regularly SNMP requests, regardless of requests (via a timer), and updating a "local cache. In this case, when the browser requests the state, the server returns the last known version of the local cache.
    But what JEE component can manage a timer? I have not used it before so , I have no idea about it. Can you give me an more detailed explanation, so that I can carry the process more smoothly.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Modeling of a management application

    Hello
    But what JEE component can manage a timer? I have not used it before so , I have no idea about it.
    You can use the following packages and class in them to fulfill your needs.
    java.util.Timer
    java.util.TimerTask
    Quartz API
    And this is not the same but the J2EE standard Java. I think there must be much more classes for the same in java.

  5. #5
    Join Date
    Dec 2009
    Posts
    202

    Re: Modeling of a management application

    Hi,
    Ok, So I return to my first question.
    Is it interesting to use a container or framework JEE (spring, jboss, jonas, OpenEJB, glassfish ...)
    or just use the Tomcat server. I have used Tomcat server before but not the remaining so I can not differentiate between the both. If you guys can guide me it would be highly appreciated. Thanks in advance.

  6. #6
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Modeling of a management application

    Hi
    Everything depends on your needs. If you do not use features specific to J2EE servers (EJB, JNDI resources, clustering, etc..) Server servlet container like Tomcat enough to run your application.

    Note 1: Do not mix servers and Frameworks. You should take a turn on courses for ideas on this subject.

    Note 2: Spring, Struts, Hibernate ... Frameworks which are not necessarily require a J2EE server. We can run an application "Struts + Spring + Hibernate" and webservices on Tomcat.

    However, it will not deploy any EJBs on Tomcat.

Similar Threads

  1. Car modeling
    By Kohlmann in forum Windows Software
    Replies: 6
    Last Post: 15-05-2010, 05:40 AM
  2. Need an application for Font management
    By Demetrius in forum Windows Software
    Replies: 3
    Last Post: 28-02-2009, 10:32 AM
  3. Test management system and Bug-tracking tool in one application
    By softechguy in forum Software Development
    Replies: 1
    Last Post: 22-11-2008, 03:03 PM
  4. Application management
    By Frragrant in forum Windows XP Support
    Replies: 4
    Last Post: 22-02-2007, 04:25 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,171,653.72436 seconds with 17 queries