beehive-controls

Beehive's goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has three pieces. NetUI: An annotation-driven web application programming framework that is built atop Struts. NetUI centralizes navigation logic, state, metadata, and exception handling in a single encapsulated and reusable Page Flow Controller class. In addition, NetUI provides a set of JSP tags for rendering HTML / XHTML and higher-level UI constructs such as data grids and trees and has first-class integration with JavaServer Faces and Struts. Controls: A lightweight, metadata-driven component framework for building that reduces the complexity of being a client of enterprise resources. Controls provide a unified client abstraction that can be implemented to access a diverse set of enterprise resources using a single configuration model. In addition, Beehive includes a set of system controls that are abstractions for low-level J2EE resource APIs such as EJB, JMS, JDBC, and web services.

License

License

GroupId

GroupId

com.moparisthebest.beehive
ArtifactId

ArtifactId

beehive-controls
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

beehive-controls
Beehive's goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has three pieces. NetUI: An annotation-driven web application programming framework that is built atop Struts. NetUI centralizes navigation logic, state, metadata, and exception handling in a single encapsulated and reusable Page Flow Controller class. In addition, NetUI provides a set of JSP tags for rendering HTML / XHTML and higher-level UI constructs such as data grids and trees and has first-class integration with JavaServer Faces and Struts. Controls: A lightweight, metadata-driven component framework for building that reduces the complexity of being a client of enterprise resources. Controls provide a unified client abstraction that can be implemented to access a diverse set of enterprise resources using a single configuration model. In addition, Beehive includes a set of system controls that are abstractions for low-level J2EE resource APIs such as EJB, JMS, JDBC, and web services.
Project Organization

Project Organization

moparisthebest.com

Download beehive-controls

How to add to project

<!-- https://jarcasting.com/artifacts/com.moparisthebest.beehive/beehive-controls/ -->
<dependency>
    <groupId>com.moparisthebest.beehive</groupId>
    <artifactId>beehive-controls</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.moparisthebest.beehive/beehive-controls/
implementation 'com.moparisthebest.beehive:beehive-controls:1.0.4'
// https://jarcasting.com/artifacts/com.moparisthebest.beehive/beehive-controls/
implementation ("com.moparisthebest.beehive:beehive-controls:1.0.4")
'com.moparisthebest.beehive:beehive-controls:jar:1.0.4'
<dependency org="com.moparisthebest.beehive" name="beehive-controls" rev="1.0.4">
  <artifact name="beehive-controls" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moparisthebest.beehive', module='beehive-controls', version='1.0.4')
)
libraryDependencies += "com.moparisthebest.beehive" % "beehive-controls" % "1.0.4"
[com.moparisthebest.beehive/beehive-controls "1.0.4"]

Dependencies

compile (5)

Group / Artifact Type Version
velocity : velocity-dep jar 1.4
commons-discovery : commons-discovery jar 0.2
commons-logging : commons-logging jar 1.0.4
org.apache.ant : ant jar 1.9.4
org.apache.ant : ant-launcher jar 1.9.4

provided (3)

Group / Artifact Type Version
junit : junit jar 4.11
javax.servlet.jsp : jsp-api jar 2.0
javax.servlet : servlet-api jar 2.4

system (1)

Group / Artifact Type Version
com.sun » tools jar 1.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2