Categories: GeneralUncategorized
General
Back to the Future with Cross-Context Dispatch
Cross-Context Dispatch reintroduced to Jetty-12 With the release of Jetty 12.0.8, we’re excited to announce the (re)implementation of a somewhat maligned and deprecated feature: Cross-Context Dispatch. This feature, while having been part of the Servlet Read more…
4 Comments
Peter Kriens · 26/09/2007 at 07:37
Will you ship Jetty with the OSGi headers in place?
Kind regards,
Peter Kriens
Jan Bartel · 11/10/2007 at 00:31
Hi Peter,
The jetty6 releases have already been shipping with OSGi manifests for the past couple of releases.
cheers
Jan
Anonymous · 12/10/2007 at 08:42
How to configure multiple value of a set method?
for example:
obj.setXX("a","b");
<set name="XX"> ? </set>
Thanks
Jan Bartel · 15/10/2007 at 08:02
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 are closed.