This documentation relates to an earlier version of FishEye.
View

Unknown macro: {spacejump}

or visit the current documentation home.

Module Descriptor

A SOAP RPC plugin module descriptor looks like this:

<servlet name="My Servlet" key="myServlet" class="com.yoydyne.MyServlet">
        <description>Does things with stuff</description>
        <url-pattern>/my-servlet/*</url-pattern>
        <init-param>
            <param-name>foo</param-name>
            <param-value>abc</param-value>
        </init-param>
        ...
</servlet>

This makes your servlet available at the URL http://<your server>/<your context>/plugins/servlet/my-servlet.

The servlet instance is auto-wired by Spring, so it can have Spring beans injected from the Fisheye/Crucible context.

  • ラベルなし