Bug 109074 - [NEW PORT]Jakarta Commons Modeler
Summary: [NEW PORT]Jakarta Commons Modeler
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 06:30 UTC by Nemo Liu
Modified: 2007-02-13 07:10 UTC (History)
0 users

See Also:


Attachments
file.shar (4.00 KB, text/plain)
2007-02-12 06:30 UTC, Nemo Liu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nemo Liu 2007-02-12 06:30:04 UTC
This is a new port for Jakarta Commons Modeler.
The Modeler component of the Jakarta Commons subproject offers convenient support for configuring and instantiating Model MBeans (management beans), as described in the JMX Specification.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-02-13 07:06:58 UTC
delphij     2007-02-13 07:06:53 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/jakarta-commons-modeler Makefile distinfo pkg-descr 
  Log:
  java Management Extensions (JMX) is an API that facilitates building management
  applications that can configure, and perform operations on, a server applica
  -tion. In general, each manageable component of the server application is re
  -presented by a Management Bean (or MBean, for short). JMX defines three types
  of MBeans, of which Model MBeans are the most flexible. Model MBeans provide a
  way to define MBeans for many different components, without having to write a
  specific MBean implementation class for each one.
  
  However, this power comes at a price. It is necessary to set up a substantial
  amount of metadata about each MBean, including the attributes it should expose
  (similar to JavaBeans properties), the operations it should make available (si
  -milar to calling methods of a Java object via reflection), and other related
  information. The Modeler component is designed to make this process fairly pain
  -less -- the required metadata is configured from an XML description of each
  Model MBean to be supported. In addition, Modeler provides a factory mechanism
  to create the actual Model MBean instances themselves.
  
  The Modeler component of the Jakarta Commons subproject offers convenient
  support for configuring and instantiating Model MBeans (management beans),
  as described in the JMX Specification.
  
  Homepage:       http://jakarta.apache.org/commons/modeler/
  Submitted by:   Nemo LIU <nemoliu at gmail dot com>
  PR:             ports/109074
  
  Revision  Changes    Path
  1.2636    +1 -0      ports/devel/Makefile
  1.1       +45 -0     ports/devel/jakarta-commons-modeler/Makefile (new)
  1.1       +3 -0      ports/devel/jakarta-commons-modeler/distinfo (new)
  1.1       +18 -0     ports/devel/jakarta-commons-modeler/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Xin LI freebsd_committer freebsd_triage 2007-02-13 07:07:35 UTC
State Changed
From-To: open->closed

Committed, thanks! 


Comment 3 Xin LI freebsd_committer freebsd_triage 2007-02-13 07:07:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Grab.