-
Notifications
You must be signed in to change notification settings - Fork 443
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
NOTE this is currently broken with the latest themeroller until Exhibitor is updated
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 js and css directories of the built JQueryUI files. Rename the css file to “jquery-ui.custom.css” (move it up one level if the utility creates a folder with the theme name – “jquery-ui.custom.css” should be directly in the css directory). Then, pass “custom” as the JQueryStyle value.
Contents
- Top
- Standalone Version
- WAR File
- Core/Library
- Features
- Shared Configuration
- Using Exhibitor
- REST API
- Contributions