Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moparisthebest/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.
https://github.com/moparisthebest/beehive
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/moparisthebest/beehive
- Owner: moparisthebest
- License: apache-2.0
- Created: 2014-04-22T19:03:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T19:28:12.000Z (over 2 years ago)
- Last Synced: 2024-10-01T09:14:40.411Z (4 months ago)
- Language: Java
- Homepage: http://beehive.apache.org/
- Size: 25.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Beehive
-------[![Build Status](https://ci.moparisthe.best/job/moparisthebest/job/beehive/job/master/badge/icon%3Fstyle=plastic)](https://ci.moparisthe.best/job/moparisthebest/job/beehive/job/master/)
Releases are available on maven central, snapshots on oss.sonatype.org
This is a (barely) maintained fork of beehive that still works with modern java, for legacy applications that still need beehive. You should NEVER use this in a new application, please use Spring or anything else.
Whether you use this or not, I recommend [JdbcMapper](https://github.com/moparisthebest/JdbcMapper) as a drop-in, modern, safe replacement for beehive JdbcControls.
Original README.txt
-------------------Welcome to Beehive!
If you've come here to learn more about Beehive, here are a few
starting points:BUILDING.txt: How to build Beehive on your machine.
DEVELOPING.txt Technical notes on contributing/committing files.
LICENSE.txt: The Apache License and any other relevant licenses for this software.
NOTICE.txt: Attribution notices required by various contributions.The Apache Beehive website is located at:
http://beehive.apache.org
And, the Beehive wiki is located at:
http://wiki.apache.org/beehive
Both of these contain additionl resources for getting started
with developing or using Beehive.