License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.moparisthebest.beehive |
ArtifactId | ArtifactIdbeehive-netui-core |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptionbeehive-netui-core
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 |
Filename | Size |
---|---|
beehive-netui-core-1.0.4.pom | |
beehive-netui-core-1.0.4.jar | 730 KB |
beehive-netui-core-1.0.4-sources.jar | 664 KB |
beehive-netui-core-1.0.4-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moparisthebest.beehive/beehive-netui-core/ -->
<dependency>
<groupId>com.moparisthebest.beehive</groupId>
<artifactId>beehive-netui-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.moparisthebest.beehive/beehive-netui-core/
implementation 'com.moparisthebest.beehive:beehive-netui-core:1.0.4'
// https://jarcasting.com/artifacts/com.moparisthebest.beehive/beehive-netui-core/
implementation ("com.moparisthebest.beehive:beehive-netui-core:1.0.4")
'com.moparisthebest.beehive:beehive-netui-core:jar:1.0.4'
<dependency org="com.moparisthebest.beehive" name="beehive-netui-core" rev="1.0.4">
<artifact name="beehive-netui-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moparisthebest.beehive', module='beehive-netui-core', version='1.0.4')
)
libraryDependencies += "com.moparisthebest.beehive" % "beehive-netui-core" % "1.0.4"
[com.moparisthebest.beehive/beehive-netui-core "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.moparisthebest.beehive : beehive-controls | jar | 1.0.4 |
commons-discovery : commons-discovery | jar | 0.2 |
commons-el : commons-el | jar | 1.0 |
commons-logging : commons-logging | jar | 1.0.4 |
struts : struts | jar | 1.2.9 |
log4j : log4j | jar | 1.2.8 |
commons-codec : commons-codec | jar | 1.3 |
myfaces : myfaces-jsf-api | jar | 1.0.9 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet.jsp : jsp-api | jar | 2.0 |
javax.servlet : servlet-api | jar | 2.4 |