On Wed, Jun 24, 2009 at 5:15 AM, Rock <rocco.ro...@gmail.com> 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 service with JAX-WS (Java 6). This seems to be > the most difficult part in that, in order to build the web service, > you need to use annotations. Now, does anyone know if there's some way > of doing this with Clojure?
I haven't done this or anything like it, but the first approach I would look at would be to write an interface in Java that uses the required annotations and then implement that interface in Clojure using proxy or gen-class. I don't know if that would work or if it's the best route to take, but it might be worth throwing a quick prototype together to determine its feasibility. HTH. - J. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---