b

beehive

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.
https://github.com/moparisthebest/beehive
The Apache Software License, Version 2.0
moparisthebest.com
Travis Burtrum
文件下载
文件名 操作
beehive-1.0.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.moparisthebest.beehive</groupId>
  <artifactId>beehive</artifactId>
  <version>1.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.moparisthebest.beehive:beehive:1.0.4'
Gradle Kotlin
implementation("com.moparisthebest.beehive:beehive:1.0.4")
Scala SBT
libraryDependencies += "com.moparisthebest.beehive" % "beehive" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.moparisthebest.beehive', module='beehive', version='1.0.4')
)
Apache Ivy
<dependency org="com.moparisthebest.beehive" name="beehive" rev="1.0.4" />
Leiningen
[com.moparisthebest.beehive/beehive "1.0.4"]
Apache Buildr
'com.moparisthebest.beehive:beehive:jar:1.0.4'