-
Notifications
You must be signed in to change notification settings - Fork 444
Integrating Exhibitor
Exhibitor can be integrated into an existing application or you can build an extended application around it. Use the exhibitor-core
artifact for this.
You need to choose a JAX-RS implementation. The industry standard is Jersey however Exhibitor is compatible with any implementation.
Exhibitor must be part of a Java Web Application Container. Some common containers are:
- Tomcat
- Jetty
- JBoss
Alternate colors are supported for the UI. The builtin choices are red and black. You can also provide your own version. Go to http://jqueryui.com/download and build a (legacy) custom style and download it. Put it in in the classpath as “com/netflix/exhibitor/core/ui/css/jquery/custom/…” where “…” is the contents of the built JQueryUI files. Rename the css file to “jquery-ui.custom.css”. Then, pass “custom” as the JQueryStyle value.
Contents
- Top
- Standalone Version
- WAR File
- Core/Library
- Features
- Shared Configuration
- Using Exhibitor
- REST API
- Contributions