<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - RESTEasy 1.1 Released</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Wed, 22 May 2013 21:10:54 -0400</pubDate>


    <item>

        <title>Re: Forward to JSP</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[<blockquote>Speaking of the RESTeasy/Seam integration, I evaluated this recently and was unable to inject a Seam instance into a REST resource</blockquote>...]]></description>
        

        <pubDate>Wed, 24 Jun 2009 07:42:34 -0400</pubDate>

        

        <jf:creationDate>Wed, 24 Jun 2009 07:42:34 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 24 Jun 2009 07:42:34 -0400</jf:modificationDate>
        <jf:date>Jun 24, 2009</jf:date>
        <jf:author>Bill Burke</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>helping.. sure!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[I'd love to help, as it doesn't make sense for jclouds to have so much http code.  There's considerable overlap between jclouds-core and RestEasy's client.   I'd love to collaborate with you so that there isn't any.  jclouds would prefer to focus on...]]></description>
        

        <pubDate>Tue, 23 Jun 2009 14:57:35 -0400</pubDate>

        

        <jf:creationDate>Tue, 23 Jun 2009 14:57:35 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 23 Jun 2009 14:57:35 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2009</jf:date>
        <jf:author>Adrian Cole</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: google app engine friendly?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[Bill, ...]]></description>
        

        <pubDate>Tue, 23 Jun 2009 13:48:03 -0400</pubDate>

        

        <jf:creationDate>Tue, 23 Jun 2009 13:48:03 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 23 Jun 2009 13:48:03 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2009</jf:date>
        <jf:author>Solomon Duskis</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Forward to JSP</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[<blockquote>I have been reluctant to add support for this because SpringMVC and Seam already have integration with RESTeasy to do the same.  Maybe you're saying these frameworks are too "heavy" and you want something lighter?  ;-)<br><br>Seriously...]]></description>
        

        <pubDate>Tue, 23 Jun 2009 11:04:04 -0400</pubDate>

        

        <jf:creationDate>Tue, 23 Jun 2009 11:04:04 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 23 Jun 2009 11:04:04 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2009</jf:date>
        <jf:author>Ian Hlavats</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Forward to JSP</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[<blockquote>I use a JAX-RS resource as a controller and model, and a JSP as a view.<br><br>My resource methods return new Page(this, "myPage.jsp") and there is a MessageBodyWriter that basically performs the following:<br><br>request.setAttribute("it",...]]></description>
        

        <pubDate>Tue, 23 Jun 2009 08:06:58 -0400</pubDate>

        

        <jf:creationDate>Tue, 23 Jun 2009 08:06:58 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 23 Jun 2009 08:06:58 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2009</jf:date>
        <jf:author>Bill Burke</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Forward to JSP</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[I use a JAX-RS resource as a controller and model, and a JSP as a view....]]></description>
        

        <pubDate>Tue, 23 Jun 2009 06:07:40 -0400</pubDate>

        

        <jf:creationDate>Tue, 23 Jun 2009 06:07:40 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 23 Jun 2009 06:07:40 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2009</jf:date>
        <jf:author>Taras Puchko</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Re: RESTEasy 1.1 Released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[<blockquote>Congratulations! I use RESTEasy as a web framework and I like its simplicity. The only thing I expected to have out of the box but had to write myself is a MessageBodyWriter that forwards to my JSPs.</blockquote>...]]></description>
        

        <pubDate>Mon, 22 Jun 2009 15:53:23 -0400</pubDate>

        

        <jf:creationDate>Mon, 22 Jun 2009 15:53:23 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 22 Jun 2009 15:53:23 -0400</jf:modificationDate>
        <jf:date>Jun 22, 2009</jf:date>
        <jf:author>Bill Burke</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Re: google app engine friendly?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[<blockquote>Looks really simple and powerful.  I like that you included client-side.  Quick question: are there any plans to make this gae/j friendly?<br><br>-Adrian<br>jclouds</blockquote>...]]></description>
        

        <pubDate>Mon, 22 Jun 2009 15:52:17 -0400</pubDate>

        

        <jf:creationDate>Mon, 22 Jun 2009 15:52:17 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 22 Jun 2009 15:52:17 -0400</jf:modificationDate>
        <jf:date>Jun 22, 2009</jf:date>
        <jf:author>Bill Burke</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: RESTEasy 1.1 Released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[Congratulations! I use RESTEasy as a web framework and I like its simplicity. The only thing I expected to have out of the box but had to write myself is a MessageBodyWriter that forwards to my JSPs.]]></description>
        

        <pubDate>Mon, 22 Jun 2009 13:51:25 -0400</pubDate>

        

        <jf:creationDate>Mon, 22 Jun 2009 13:51:25 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 22 Jun 2009 13:51:25 -0400</jf:modificationDate>
        <jf:date>Jun 22, 2009</jf:date>
        <jf:author>Taras Puchko</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>google app engine friendly?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[Looks really simple and powerful.  I like that you included client-side.  Quick question: are there any plans to make this gae/j friendly?

-Adrian
jclouds]]></description>
        

        <pubDate>Mon, 22 Jun 2009 08:48:11 -0400</pubDate>

        

        <jf:creationDate>Mon, 22 Jun 2009 08:48:11 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 22 Jun 2009 08:48:11 -0400</jf:modificationDate>
        <jf:date>Jun 22, 2009</jf:date>
        <jf:author>Adrian Cole</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Re: RESTEasy 1.1 Released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[Congrats, I used RESTEasy on a project to expose existing domain services as a RESTFul API and it was a great framework.]]></description>
        

        <pubDate>Fri, 19 Jun 2009 12:46:51 -0400</pubDate>

        

        <jf:creationDate>Fri, 19 Jun 2009 12:46:51 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jun 2009 12:46:51 -0400</jf:modificationDate>
        <jf:date>Jun 19, 2009</jf:date>
        <jf:author>Ilya Sterin</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: RESTEasy 1.1 Released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[I wrote a bit more about another feature of RESTEasy 1.1 GA - automated conversion between objects and URIs a.k.a. <a href="http://www.jroller.com/Solomon/entry/declarative_hyperlinking_in_resteasy">Declarative Hyperlinking</a>.]]></description>
        

        <pubDate>Fri, 19 Jun 2009 11:11:07 -0400</pubDate>

        

        <jf:creationDate>Fri, 19 Jun 2009 11:11:07 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jun 2009 11:11:07 -0400</jf:modificationDate>
        <jf:date>Jun 19, 2009</jf:date>
        <jf:author>Solomon Duskis</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Thanks for the excelent initiative</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[Hello, i was searching for news about Reslet when i discovered this wonderfull API. It seems to be very usefull, mainly with the annotations configs.

I'll test this one and after I send my feedback.

Best regards,

Dalton Camargo
www.javafree.org]]></description>
        

        <pubDate>Fri, 19 Jun 2009 11:01:39 -0400</pubDate>

        

        <jf:creationDate>Fri, 19 Jun 2009 11:01:39 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jun 2009 11:01:39 -0400</jf:modificationDate>
        <jf:date>Jun 19, 2009</jf:date>
        <jf:author>Dalton Camargo</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>RESTEasy 1.1 Released</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=54981</link>

        

        
            <description><![CDATA[I'm pleased to announce the release of RESTEasy 1.1.GA.  RESTEasy is JBoss's implementation of the JAX-RS specification.  It is used to write RESTful web services and clients in Java.  This was a huge functionality and bug fix release for us.  Special...]]></description>
        

        <pubDate>Fri, 19 Jun 2009 09:10:47 -0400</pubDate>

        

        <jf:creationDate>Fri, 19 Jun 2009 09:10:47 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 19 Jun 2009 09:10:47 -0400</jf:modificationDate>
        <jf:date>Jun 19, 2009</jf:date>
        <jf:author>Bill Burke</jf:author>
        <jf:replyCount>13</jf:replyCount>
    </item>



</channel>
</rss>

