Clojure and SOAP

2009-09-10 Thread Adie
Hello, I am looking to write a SOAP client in Clojure and was wondering if there are any good existing libraries/clients in Java. After a bit of searching i came across Apache Axis and JAX-WS, though i am not sure how useful they will be and JAX-WS uses annotations. Has anyone had any experience

Re: Newbie question on using Java Libraries

2009-08-04 Thread Adie
On Aug 3, 6:19 pm, Meikel Brandmeyer wrote: > Hi, > > On Aug 3, 10:16 am, Adie wrote: > > > for e.g > > (import '(javax.persistence Persistence) > > gives a > > java.lang.ClassNotFoundException: javax.persistence.Persistence > > (

Newbie question on using Java Libraries

2009-08-03 Thread Adie
Good Afternoon folks, I am a newbie to Clojure, coming from CL, with very little Java background. I am trying to use the 'javax.persistence' libraries, but i just cant seem to import it properly for e.g (import '(javax.persistence Persistence) gives a java.lang.ClassNotFoundException: javax.pers