On Apr 13, 3:59 am, foop1 <bsmd...@gmail.com> wrote:
> Hi Shantanu,
>
> is taimen framework follow JSR311 standard? just curious.

Taimen is not JSR-311 compliant. However, it exposes a simple API to
achieve what you can do otherwise through annotations in JSR-311.
Taimen is a REST compatible server-side web framework. I would suggest
that you go through the documentation, unit tests and the sample code
in the test/support directory. I am also re-writing Blogjure using
Taimen - will publish in couple of days.

> Can you point me to any resource as to how an annotation can be
> translated to clojrue code

I am yet to come across such a resource. While annotations support may
be good for Java inter-op, I feel one can do lots of interesting
things if it's done the Clojure way. I might be able to comment on the
howto if you share some JSR-311+annotations-related code that you want
to port to Clojure.

>
> Thank you
>
> On Apr 12, 1:57 pm, Shantanu Kumar <kumar.shant...@gmail.com> wrote:
>
>
>
> > > or suggest me a nice rest framework  for clojure
>
> > > i really like jersey, i want to use it though?
>
> > Jersey makes quite heavy use of annotations. Annotations are not
> > supported in Clojure yet. You may like to take a look at Taimen for
> > writing RESTful services:
>
> >http://code.google.com/p/bitumenframework/
>
> > You can find a comparison chart 
> > here:http://code.google.com/p/implementing-rest/wiki/ByLanguage
>
> > Regards,
> > Shantanu

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to