Date: 2005-01-06T15:22:26 Editor: MikeFoster Wiki: Apache Beehive Wiki Page: Controls/SystemControls URL: http://wiki.apache.org/beehive/Controls/SystemControls
no comment Change Log: ------------------------------------------------------------------------------ @@ -14,7 +14,7 @@ BEA Systems has several generally useful controls that were developed for the 8.1 Workshop product. They would like to donate and continue development of these controls in [http://www.controlhaus.com ControlHaus]. The implementations will be container independent implementations. The list of these controls is: - * DB Control + * JDBC Control * Web Service Control * EJB Control * JMS Control @@ -23,19 +23,17 @@ By placing the development of system controls in [http://www.controlhaus.com ControlHaus] we can grow the control authoring community, and "seed" [http://www.controlhaus.com ControlHaus] with something real and useful. We may want to pull development on the system controls into Beehive at a later date. -The other goal mentioned above is to add some common useful controls to the distribution. The 4 controls listed above will go a long ways towards that goal. The proposal is that they are built into 2 "Control Packs" in [http://www.controlhaus.com ControlHaus] for distribution. The packaging would look like this: +The other goal mentioned above is to add some common useful controls to the distribution. The 4 controls listed above will go a long ways towards that goal. The proposal is that they are developed in separate [http://www.controlhaus.com ControlHaus] projects and built from source as part of the beehive build. -In [http://www.controlhaus.com ControlHaus] - * starter-cp.jar (DB Control and Web Service Control). This is the most generally useful set. This really solidifies the SOA story for Beehive. - * j2ee-cp.jar (EJB Control and JMS Control). Note, these don't rely on a J2EE container locally, and can call out remotely to a J2EE server (they have interesting Tomcat use-cases). - -These will be built into the Beehive distribution like so: +They will be built into the Beehive distribution like so: {{{ $BEEHIVE_HOME lib/ controls/ - starter-cp.jar (built from [http://www.controlhaus.com ControlHaus] source) - j2ee-cp.jar (built from [http://www.controlhaus.com ControlHaus] source) + jdbc-control.jar (built from [http://www.controlhaus.com ControlHaus] source) + web-service-control.jar (built from [http://www.controlhaus.com ControlHaus] source) + jms-control.jar (built from [http://www.controlhaus.com ControlHaus] source) + ejb-control.jar (built from [http://www.controlhaus.com ControlHaus] source) runtime/ controls.jar }}}
