All Projects → apache → geronimo-specs

apache / geronimo-specs

Licence: Apache-2.0 license
Mirror of Apache Geronimo specs

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to geronimo-specs

geronimo-config
Apache Geronimo Config
Stars: ✭ 15 (-25%)
Mutual labels:  web-framework, javaee, network-server, geronimo
geronimo
Mirror of Apache Geronimo
Stars: ✭ 35 (+75%)
Mutual labels:  web-framework, javaee, network-server, geronimo
Tomcat
Apache Tomcat
Stars: ✭ 5,756 (+28680%)
Mutual labels:  javaee, network-server
tomcat-training
Apache Tomcat Training Material
Stars: ✭ 15 (-25%)
Mutual labels:  javaee, network-server
ncms
Java CMS engine. Host and develop multiple websites inside a single instance through the GUI and benefit from features like A/B testing, affiliate tracking tools, and a high performance template engine with CSS stylesheets processing & scripts minification.
Stars: ✭ 32 (+60%)
Mutual labels:  web-framework, javaee
tomcat-native
Mirror of Apache Tomcat Native
Stars: ✭ 73 (+265%)
Mutual labels:  javaee, network-server
kapsule
Kapsule - A closure based Web Component library
Stars: ✭ 43 (+115%)
Mutual labels:  web-framework
qpid-cpp
Mirror of Apache Qpid C++
Stars: ✭ 77 (+285%)
Mutual labels:  network-server
JavaEE-SSH-Template
javaEE+SSH框架模板项目
Stars: ✭ 26 (+30%)
Mutual labels:  javaee
application-modernization-javaee-quarkus
Application Modernization Sample - From Java EE (2010) to Cloud-Native (2021)
Stars: ✭ 99 (+395%)
Mutual labels:  javaee
springmvc
spring mvc study
Stars: ✭ 87 (+335%)
Mutual labels:  javaee
amber-introduction
Introduction to the Amber web framework and its features
Stars: ✭ 53 (+165%)
Mutual labels:  web-framework
tanuki
Tanuki is a polyglot web framework that allows you to develop web applications and services in multiple programming languages.
Stars: ✭ 62 (+210%)
Mutual labels:  web-framework
learning-path-java-ee
Learning path Java EE
Stars: ✭ 19 (-5%)
Mutual labels:  javaee
activemq-nms-api
Mirror of Apache ActiveMQ NMS API
Stars: ✭ 30 (+50%)
Mutual labels:  network-server
inject
A web framework inspired by spring boot, base on echo framework and dependency injection
Stars: ✭ 17 (-15%)
Mutual labels:  web-framework
jakartaee-azure
Java/Jakarta EE on Azure
Stars: ✭ 35 (+75%)
Mutual labels:  javaee
couchdb-pkg
Apache CouchDB Packaging support files
Stars: ✭ 24 (+20%)
Mutual labels:  network-server
activemq-website
Apache ActiveMQ Website
Stars: ✭ 16 (-20%)
Mutual labels:  network-server
ping
A WAR Ping For JavaEE 7 Application Servers
Stars: ✭ 51 (+155%)
Mutual labels:  javaee
Structure
========

Only specs under active development should be in trunk.  Once you release, delete the trunk.  If you need to make a change or bugfix, copy the latest tag into trunk and work with that.

Be certain that all dependencies are marked "provided"

Do not copy any code into branches under any circumstances.

Building
========

The is normally no root pom, so you need to build specs individually.

To build you will need:

 * J2SE SDK 1.5+ (http://java.sun.com/j2se/1.5)
 * Maven 2.0.9+ (http://maven.apache.org)

To build all changes incrementally:

    mvn install

To perform clean builds, which are sometimes needed after some changes to the 
source tree:

    mvn clean install


Releasing
=========

Use the maven-release-plugin.  

Stage to your people.apache.org account or to your local machine and scp to people.apache.org.

After a release vote has passed use the maven-stage-plugin to transfer the voted artifacts to the apache release repo.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].