Re: Wicket + Webservice

2009-08-28 Thread Bas Gooren
tance, as long as I can @Inject stuff. I've generated the webservice stub with wsimport so all I need to do is to hook it up so it can handle requests. Bas - Original Message - From: "Uwe Schäfer" To: Sent: Friday, August 28, 2009 3:12 PM Subject: Re: Wicket + Web

Re: Wicket + Webservice

2009-08-28 Thread Bas Gooren
need is access to the wicket Injector instance, since it contains all my application-relevant mappings. Bas - Original Message - From: "nino martinez wael" To: Sent: Friday, August 28, 2009 3:15 PM Subject: Re: Wicket + Webservice Hmm, good question. Are it some db servic

Re: Wicket + Webservice

2009-08-28 Thread Uwe Schäfer
Bas Gooren schrieb: I have found JAX-WS Guice integration (see https://jax-ws-commons.dev.java.net/guice/), so maybe I can find a way to make it use the wicket-guice injector. easy, done it. i´ll publish it on sunday and send you a private mail. cu uwe -

Re: Wicket + Webservice

2009-08-28 Thread Uwe Schäfer
Bas Gooren schrieb: to a WSDL provided by the payment provider. The WSDL specifies a SOAP binding, so that's what I need to implement. have the same requirements and we go for metro. it is a s easy as adding the dependency to pom and annotating @WebSerive. be sure to take at least version

Re: Wicket + Webservice

2009-08-28 Thread nino martinez wael
plication to spring > is not going to happen. > > I have found JAX-WS Guice integration (see > https://jax-ws-commons.dev.java.net/guice/), so maybe I can find a way to > make it use the wicket-guice injector. > > Bas > > - Original Message ----- From: "nino martinez wa

Re: Wicket + Webservice

2009-08-28 Thread Bas Gooren
https://jax-ws-commons.dev.java.net/guice/), so maybe I can find a way to make it use the wicket-guice injector. Bas - Original Message - From: "nino martinez wael" To: Sent: Friday, August 28, 2009 2:04 PM Subject: Re: Wicket + Webservice doh, took a closer look at the blo

Re: Wicket + Webservice

2009-08-28 Thread nino martinez wael
need to implement. >> >> Bas >> >> - Original Message - From: "nino martinez wael" >> >> To: >> Sent: Friday, August 28, 2009 1:16 PM >> Subject: Re: Wicket + Webservice >> >> >>> Going for the web page, you could in

Re: Wicket + Webservice

2009-08-28 Thread nino martinez wael
to a > WSDL provided by the payment provider. The WSDL specifies a SOAP binding, so > that's what I need to implement. > > Bas > > - Original Message - From: "nino martinez wael" > > To: > Sent: Friday, August 28, 2009 1:16 PM > Subject: Re: Wicket

Re: Wicket + Webservice

2009-08-28 Thread Bas Gooren
"nino martinez wael" To: Sent: Friday, August 28, 2009 1:16 PM Subject: Re: Wicket + Webservice Going for the web page, you could in theory do REST... But how smooth it are i do not know.. regards Nino 2009/8/28 Bas Gooren : I would like to integrate a webservice callable by others in

Re: Wicket + Webservice

2009-08-28 Thread nino martinez wael
Going for the web page, you could in theory do REST... But how smooth it are i do not know.. regards Nino 2009/8/28 Bas Gooren : > I would like to integrate a webservice callable by others into my existing > Wicket application. > The reason is that I'm integration a third-party payment provider