Re: [jetty-user] Jetty JAX-WS 2.2 SPI implementation?
Jesse McConnell <[email protected]> Thu, 29 Sep 2011 16:46:06 -0500
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <CAPHPUsLdeeByChNC_7m+k9iTD40Hi_rwRQTmzCTU_gFapSJhow@mail.gmail.com> |
Shocking...we have approval to move the existing http spi interface over to jetty at eclipse now...So Aaron, are you still interested in contributing this? cheers, jesse -- jesse mcconnell [email protected] On Fri, Jul 15, 2011 at 09:47, Jesse McConnell <[email protected]>wrote: > Hi Aaron, > > I haven't forgotten you...annoying process time. I need you to open a bug > @ bugs.eclipse.org for rt.jetty with this attached as a contribution. > Then I can start the legal process to get it pulled into the project at > large. I am working to get the http-spi module over to eclipse as well and > we might as well glom it all together there once it is all said and done. > > once I start the process then someone from eclipse will contact you about > the code and ideally we'll be good shape. > > ultimately, once it is in jetty eclipse git, since we are being mirrored at > github we can work with you through that to take in patches and changes > moving forward with it. > > cheers, > jesse > > -- > jesse mcconnell > [email protected] > > > On Tue, Jul 5, 2011 at 11:21, Aaron Anderson <[email protected]>wrote: > >> Great, just let me know on how I can assist. >> >> Aaron >> >> >> --- On *Fri, 7/1/11, Jesse McConnell <[email protected]>* wrote: >> >> >> From: Jesse McConnell <[email protected]> >> Subject: Re: [jetty-user] Jetty JAX-WS 2.2 SPI implementation? >> To: [email protected] >> Date: Friday, July 1, 2011, 5:28 PM >> >> >> Aaron, >> >> this is cool, I'll give it some thought and look closer at the jax-ws >> stuff over the weekend and try and come back with some ideas on sprucing it >> up since your interested. >> >> cheers, >> jesse >> >> >> -- >> jesse mcconnell >> [email protected]<http://mc/[email protected]> >> >> >> On Fri, Jul 1, 2011 at 07:51, Jesse McConnell <[email protected]<http://mc/[email protected]> >> > wrote: >> >> >> I went ahead and created an implementation >> >> https://github.com/aaronanderson/jetty-jaxws-http-spi >> >> I can also clean it up as needed if it would make a good official >> contribution. >> >> >> cool, on my list of things to take a look at, this would be a nice >> addition >> >> >> One of the use cases I would like to support is the dynamic addition and >> removal of endpoints at runtime. I was contemplating using a ContextHandler >> or ServletContextHandler but from past experience I remembered that I could >> only add new contexts/servlets to Jetty and not remove them. Is this >> correct? >> >> >> you should be able to do this at runtime providing you have a reference to >> the server object, sort of implementation dependent so need to take a look >> at your impl... >> >> actually I suspect we could tie into the deployment management for this >> and make either a custom Configuration that looks for metadata describing >> this stuff or an actual Provider that scans for a descriptor in a directory, >> etc...or add as an option on the context's that the context provider scans >> and deploys >> >> cheers, >> jesse >> >> >> >