Hi,

On Apr 11, 4:40 pm, foop1 <bsmd...@gmail.com> wrote:
> Hi,
>
> Newbie to clojure, can i user jersey REST library along with clojure,
>
> if not you can tell me why it would not work if possible,
>
> or suggest me a nice rest framework  for clojure
>
> i really like jersey, i want to use it though?
>
> Thank you

As JAX-RS requires use of annotations, you will need to create part of
the code in plain Java. After that you can use standard gen-class/
proxy macros for the rest of your application.

--
Krešimir Šojat

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

Reply via email to