Re: Clojure and JAX-WS

2009-06-24 Thread Richard Newman
> No response. > > Not even a single SOAP web service server implemented in Clojure yet? I have implemented other Java entities that "required" annotations -- they didn't require them, it was just a much more succinct alternative to an XML configuration file. You might want to investigate if

Re: Clojure and JAX-WS

2009-06-24 Thread Sean Devlin
How about a combination of the following tools instead of the Java API: c.c.prxml c.c.duck-streams compojure I haven't tried this, and I have never worked with SOAP, so take it with an appropriately sized grain of salt. On Jun 24, 1:09 pm, Richard Newman wrote: > > No response. > > > Not even

Re: Clojure and JAX-WS

2009-06-24 Thread Rock
OK. Will try that. Thanks for the tip. On Jun 24, 5:21 pm, "J. McConnell" wrote: > On Wed, Jun 24, 2009 at 5:15 AM, Rock wrote: > > > I have almost succeeded in convincing the company I work for here in > > Italy to give Clojure a try, and see if it can be adopted for an > > important project

Re: Clojure and JAX-WS

2009-06-24 Thread J. McConnell
On Wed, Jun 24, 2009 at 5:15 AM, Rock wrote: > > I have almost succeeded in convincing the company I work for here in > Italy to give Clojure a try, and see if it can be adopted for an > important project. > > Now, the only problem is that, among other things, we need to > implement a SOAP web se

Re: Clojure and JAX-WS

2009-06-24 Thread Rock
No response. Not even a single SOAP web service server implemented in Clojure yet? Rock On Jun 24, 11:15 am, Rock wrote: > I have almost succeeded in convincing the company I work for here in > Italy to give Clojure a try, and see if it can be adopted for an > important project. > > Now, the o