Tuesday Sep 25, 2007
As we've mentioned, Webtide is an add-in member of Eclipse. At last week's members meeting, we had a great time sitting down with Red Monk's Mike Coté. We're glad that the Jetty story is spreading, and people are using it to implement high load sites, making really rich applications available on the net.
At Eclipse, we're glad to see, and also to be involved with the Web Tools Project (WTP) and Equinox (OSGi plugging platform). Jetty's being used as the great embedding component.
Posted at 06:23PM Sep 25, 2007 by Adam in General | Comments[4]
Kind regards,
Peter Kriens
Posted by Peter Kriens on September 26, 2007 at 05:37 AM PDT #
The jetty6 releases have already been shipping with OSGi manifests for the past couple of releases.
cheers
Jan
Posted by Jan Bartel on October 10, 2007 at 10:31 PM PDT #
How to configure multiple value of a set method?
for example:
obj.setXX("a","b");
<set name="XX"> ? </set>
Thanks
Posted by Anonymous on October 12, 2007 at 06:42 AM PDT #
<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
Posted by Jan Bartel on October 15, 2007 at 06:02 AM PDT #