This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 443
Building Exhibitor
Randgalt edited this page Jan 26, 2012
·
30 revisions
Exhibitor is not a complete application. You can add to it or use it as is. Follow these steps to build a complete Exhibitor based application.
You need to choose a JAX-RS implementation. The industry standard is Jersey. Exhibitor comes bundled with a Jersey binding. See the section on Jersey for Details.
Exhibitor must be part of a Java Web Application Container. Some common containers are:
- Tomcat
- Jetty
- JBoss
Contents
- Top
- Standalone Version
- WAR File
- Core/Library
- Features
- Shared Configuration
- Using Exhibitor
- REST API
- Contributions