Webtide
Written by
in
Mike Cot
Will you ship Jetty with the OSGi headers in place?
Kind regards,
Peter Kriens
Hi Peter,
The jetty6 releases have already been shipping with OSGi manifests for the past couple of releases.
cheers Jan
How to configure multiple value of a set method?
for example:
obj.setXX("a","b");
<set name="XX"> ? </set>
Thanks
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
Comments
4 responses to “Jetty with Redmonk”
Will you ship Jetty with the OSGi headers in place?
Kind regards,
Peter Kriens
Hi Peter,
The jetty6 releases have already been shipping with OSGi manifests for the past couple of releases.
cheers
Jan
How to configure multiple value of a set method?
for example:
obj.setXX("a","b");
<set name="XX"> ? </set>
Thanks
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