RSS feed
<< Adam Lieber to Speak at AjaxWorld | Home | AjaxWorld >>

Jetty with Redmonk

A nice sit-down at Eclipse with Mike Coté

Mike Coté link.

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.



Re: Jetty with Redmonk

Will you ship Jetty with the OSGi headers in place?

Kind regards,

    Peter Kriens

Re: Jetty with Redmonk

Hi Peter,

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

cheers
Jan

Re: Jetty with Redmonk

How to configure multiple value of a set method?

for example:

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

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

 

Thanks

Re: Jetty with Redmonk

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

Add a comment Send a TrackBack