I have a long history with JBoss, plus I have friends who still work
there - although I don't know Bill Burke well and don't particularly
love the way he runs Resteasy (insufficiently self-critical for my
tastes, and not enough internal code comments).  That said, Resteasy
works well, the product continues to evolve, and I almost always find
hooks for the deep integration I want - even if it involves reading
uncommented source code to find them.

To be honest, I haven't tried any other JAX-RS provider.  I've looked,
but the grass didn't look greener.

Jeff

On Wed, Jan 18, 2012 at 12:47 AM, Wilson MacGyver <wmacgy...@gmail.com> wrote:
> I'm curious if you could share why you picked resteasy over jersey of other 
> jax-rs implementations?
>
> On Jan 17, 2012, at 7:38 PM, Jeff Schnitzer <j...@infohazard.org> wrote:
>
>> I use Resteasy with Jackson.  It works great.  Uses the standard
>> JAX-RS annotations.
>>
>> http://docs.jboss.org/resteasy/docs/2.3.0.GA/userguide/html_single/index.html
>>
>> Jeff
>>
>> On Mon, Jan 16, 2012 at 11:51 PM, angstrom348 <linux.mod...@gmail.com> wrote:
>>> I am trying to allow for app engine interaction through JSON calls and
>>> return JSON back to the client (a mobile phone running a client app).
>>>
>>> A good example exists for python users at
>>> http://code.google.com/appengine/articles/rpc.html.
>>>
>>> How would you set up a basic ability to listen for JSON requests, parse
>>> them, and convert any results back to JSON and push them back as a JSON
>>> response?
>>>
>>> Any examples I have been able to find appear either vague or outdated.
>>>
>>> Thank you.
>>>
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Google App Engine for Java" group.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msg/google-appengine-java/-/aCUsTbjjtVEJ.
>>> To post to this group, send email to google-appengine-java@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-appengine-java+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine for Java" group.
>> To post to this group, send email to google-appengine-java@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> google-appengine-java+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine for Java" group.
> To post to this group, send email to google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to