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
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
> > (
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