Crucible 2.7 : Basic Servlet Example

The content on this page is deprecated. Please see the separate documentation space for developer reference material about FishEye and Crucible.

Name

Example FishEye Servlet Plugin

Version

0.1

Product Versions

1.7

Author(s)

Anna Buttfield, Atlassian

Homepage

http://confluence.atlassian.com/display/FISHEYE/

Price

Free

License

BSD

JavaDocs

Data Package Summary
Services Package Summary

IssueTracking

N/A

Subversion URL

FishEye svn

Download JAR

Attached to this page: compiled jar sources jar

Download Source

svn

Description/Features

Basic plugin showing the use of the FishEye API in a servlet. This can be used as the basis for more advanced FishEye plugins.

Usage

If compiling from source, follow the instructions listed in the 'readme' file.

Requires a version 1.7 (or later) FishEye development build, will not work with released versions.

Installation

  1. Copy the plugin .jar file from the 'target' directory to the var/plugins/user directory in your FishEye installation.
  2. Run FishEye and point your browser at this location:
    FISHEYE_HOME/plugins/servlet/[servlet url]
    to view the servlet (where the servlet url is set in 'url-pattern' in atlassian-plugin.xml and is set to example-servlet by default).

Configuring the plugin

No configuration is required, just start FishEye and point a browser at this URL:

FISHEYE_HOME/plugins/servlet/example_servlet

Version History

Version

Date

Description

0.1

7-November-2008

Initial release

Screenshots