Jetty with Redmonk

Mike Cot

Comments

4 responses to “Jetty with Redmonk”

  1. Peter Kriens Avatar

    Will you ship Jetty with the OSGi headers in place?

    Kind regards,

        Peter Kriens

  2. Jan Bartel Avatar

    Hi Peter,

    The jetty6 releases have already been shipping with OSGi manifests for the past couple of releases.

    cheers
    Jan

  3. Anonymous Avatar
    Anonymous

    How to configure multiple value of a set method?

    for example:

    obj.setXX("a","b");

    <set name="XX"> ? </set>

     

    Thanks

  4. Jan Bartel Avatar

    This isn’t the right forum for this question, but since we’re here:

    <Call name="setWhatever">
      <Arg>1</Arg>
      <Arg>2</Arg>
       …
    </Call>

    The best place for any future questions is the jetty mailing list at jetty-support@lists.sourceforge.net.

    regards
    Jan