<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet">
    <title>gmane.comp.java.restlet</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15347"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15346"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15345"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15344"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15343"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15342"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15341"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15340"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15339"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15338"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15337"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15336"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15335"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15334"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15333"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15332"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15331"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15330"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15329"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.restlet/15328"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15347">
    <title>RE: Dismayed GAE GWT example project</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15347</link>
    <description>&lt;pre&gt;Hi Jason,

 

Sorry you had a bad experience with this example. It's not easy to help
concretely as we are arriving a bit late in your story :-/

 

Some signs of hope: we are finishing the "Restlet in Action" book which
covers GWT and GAE editions of Restlet in more details and in a hopefully
more rigorous way. As we are almost done with this big effort (6 chapters
entered pre-production this week).

 

We have even started working on an overall redesign of the Restlet online
documentation to address your concerns (and similar ones). We are basically
moving away from the current User Guide in the Restlet wiki and replacing it
with:

1.       Better Javadocs with more details and example

a.       extracted from current wiki pages where it fits

2.       Brand new tutorial based on a small yet realistic domain
application

a.       Covering all editions, client-side and server-side

b.      Developed following best practices (not minimalistic examples)

3.       Online code sampler

a.       Including code s&lt;/pre&gt;</description>
    <dc:creator>Jerome Louvel</dc:creator>
    <dc:date>2012-05-25T14:14:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15346">
    <title>RE: Re: OAuth2: How to resolve "Unable to get the template authorize.html."_130102</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15346</link>
    <description>&lt;pre&gt;Thanks so much!  The /classes directory wasn't visible in Eclipse so I didn't think to try there.  So I just copied the files using Windows and that worked perfectly!

Thanks again,
RB

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2965075

&lt;/pre&gt;</description>
    <dc:creator>Richard Berger</dc:creator>
    <dc:date>2012-05-25T13:54:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15345">
    <title>Dismayed GAE GWT example project</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15345</link>
    <description>&lt;pre&gt;I have been struggling the last few days to set up the GAE GWT Restlet example project for 2.1 M6.  I have been finding the process very challenging.  There are for example, different versions of org.restlet.jar for JavaSE, GWT, and GAE even though they are named the same way.  

Normally GWT projects and GAE projects are built together, but I read on stack overflow the GWT component had to be compiled seperately, and then add the static html and js files back into the GAE project.  

I finally managed to get the JavaSE example running and communicating pulling objects from the GAE implementation using the default "http://localhost:8888/contact/123" address.  However if I try to open that same address in a web browser I get an exception in GAE.  How is it an API if it is so fragile and can only be accessed by one specific software on the other side?

Since everything is so poorly documented and I cannot find any other complete example projects I am very tempted to give up and try Jersey or some other technol&lt;/pre&gt;</description>
    <dc:creator>Jason Obtestatio</dc:creator>
    <dc:date>2012-05-25T12:45:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15344">
    <title>Re: No buffer space available (maximum connections reached?)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15344</link>
    <description>&lt;pre&gt;Many thanks. We'll be testing the new release shortly.

--
Arjohn

On 24/05/2012 18:00, Jerome Louvel wrote:

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2965004

&lt;/pre&gt;</description>
    <dc:creator>Arjohn Kampman</dc:creator>
    <dc:date>2012-05-25T08:44:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15343">
    <title>Re: OAuth2: How to resolve "Unable to get the template authorize.html."_130102</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15343</link>
    <description>&lt;pre&gt;Hi Richard,

The ContextTemplateLoader ctl = new ContextTemplateLoader(getContext(), "clap:///"); loads the templates from the class path and in a WAR this is WEB-INF/classes and WEB-INF/lib. You have to put to WEB-INF/classes/authorize.html and it will find the page.

Other alternatives you can use the ContextTemplateLoader ctl = new ContextTemplateLoader(getContext(), "war:///WEB-INF/oauth2") 

Regards,
Laszlo

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2964991

&lt;/pre&gt;</description>
    <dc:creator>Laszlo Hordos</dc:creator>
    <dc:date>2012-05-25T07:29:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15342">
    <title>OAuth2: How to resolve "Unable to get the template authorize.html."</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15342</link>
    <description>&lt;pre&gt;I am working through the oAuth2 sample code and have hit a Restlet issue that
has stymied me for a while.  Following the sample code, I have:
HttpOAuthHelper.setAuthPageTemplate("authorize.html", getContext());

However, when AuthPageServerResource.getPage() is called the following code
is unable to find "authorize.html":

  Configuration config = new Configuration();
ContextTemplateLoader ctl = new ContextTemplateLoader(getContext(),
"clap:///");
config.setTemplateLoader(ctl);
getLogger().fine("loading: " + authPage);
TemplateRepresentation result = new TemplateRepresentation(authPage,
config, MediaType.TEXT_HTML);
Specifically, result.template is null.  The message that I see is:
WARNING: Unable to get the template authorize.html. Error message: Template
authorize.html not found.

The first problem I fixed was adding the CLAP protocol.  My web.xml file
had:
&amp;lt;context-param&amp;gt;
&amp;lt;param-name&amp;gt;org.restlet.clients&amp;lt;/param-name&amp;gt;
&amp;lt;param-value&amp;gt;HTTP HTTPS CLAP &amp;lt;/param-value&amp;gt; 
&amp;lt;/context-param&amp;gt;
but that didn't se&lt;/pre&gt;</description>
    <dc:creator>Richard Berger</dc:creator>
    <dc:date>2012-05-25T00:53:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15341">
    <title>RE: No buffer space available (maximum connections reached?)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15341</link>
    <description>&lt;pre&gt;Hi Arjohn,

Thanks for reporting this issue, it should now be fixed in 2.1 RC5 and in the master branch.

We now try to properly close the Pipe when an exception occurs and by default we now relay calls made on write(OutputStream) to write(WritableByteChannel) using a blocking channel, almost like you suggested.

Best regards,
Jerome
--
http://www.restlet.com
http://twitter.com/#!/jlouvel


-----Message d'origine-----
De : Arjohn Kampman [mailto:arjohn.kampman&amp;lt; at &amp;gt;aduna-software.com] 
Envoyé : lundi 21 mai 2012 08:41
À : discuss&amp;lt; at &amp;gt;restlet.tigris.org
Objet : Re: No buffer space available (maximum connections reached?)

Hi Thierry,

FYI: We've tested this solution using a custom WritableRepresentation subclass for a couple of weeks now. We haven't seen this issue anymore since then.

Regards,
Arjohn

On 16/05/2012 16:47, Thierry Boileau wrote:

--
Arjohn Kampman - www.aduna-software.com

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=29&lt;/pre&gt;</description>
    <dc:creator>Jerome Louvel</dc:creator>
    <dc:date>2012-05-24T16:00:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15340">
    <title>RE: Re: How to measure the performance of an app using Restlet 2.1</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15340</link>
    <description>&lt;pre&gt;I'm using LoadUI extensively. I've attached two screen caps. The first one shows my setup, but all you need is a generator and a web page runner. Once you run your test, click on the "Statistics Workbench" button on the top left. The second screen cap I have shows you a sample result

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2964802&lt;/pre&gt;</description>
    <dc:creator>Ioannis Mavroukakis</dc:creator>
    <dc:date>2012-05-24T09:16:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15339">
    <title>Re: How to measure the performance of an app using Restlet 2.1</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15339</link>
    <description>&lt;pre&gt;I already tried both JMeter and LoadUI and no output is shown i mean as for LoadUI there is no graph plotted its an empty graph thats why I am asking..

Although I have tried the tools on either URLs as google.com and it worked out.

So my question is has anyone faced these errors or do anyone tried those tools and they were working normally with him/her ??

Sent from my iPhone

On 2012-05-24, at 9:57 AM, "Ioannis Mavroukakis [via Restlet Discuss]" &amp;lt;ml-node+s1400322n7574734h75&amp;lt; at &amp;gt;n2.nabble.com&amp;gt; wrote:


Sent from my iPhone

On 2012-05-24, at 9:57 AM, "Ioannis Mavroukakis [via Restlet Discuss]" &amp;lt;ml-node+s1400322n7574734h75&amp;lt; at &amp;gt;n2.nabble.com&amp;gt; wrote:



--
View this message in context: http://restlet-discuss.1400322.n2.nabble.com/How-to-measure-the-performance-of-an-app-using-Restlet-2-1-tp7571360p7574788.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2964800&lt;/pre&gt;</description>
    <dc:creator>Dalia Sobhy</dc:creator>
    <dc:date>2012-05-24T09:00:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15338">
    <title>Re: How to measure the performance of an app using Restlet 2.1</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15338</link>
    <description>&lt;pre&gt;I already tried both JMeter and LoadUI and no output is shown i mean as for LoadUI there is no graph plotted its an empty graph thats why I am asking..

Although I have tried the tools on either URLs as google.com and it worked out.

So my question is has anyone faced these errors or do anyone tried those tools and they were working normally with him/her ??

Sent from my iPhone

On 2012-05-24, at 9:57 AM, "Ioannis Mavroukakis [via Restlet Discuss]" &amp;lt;ml-node+s1400322n7574734h75&amp;lt; at &amp;gt;n2.nabble.com&amp;gt; wrote:



--
View this message in context: http://restlet-discuss.1400322.n2.nabble.com/How-to-measure-the-performance-of-an-app-using-Restlet-2-1-tp7571360p7574787.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2964799&lt;/pre&gt;</description>
    <dc:creator>Dalia Sobhy</dc:creator>
    <dc:date>2012-05-24T08:59:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15337">
    <title>Re: How to measure the performance of an app using Restlet 2.1</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15337</link>
    <description>&lt;pre&gt;Yes both run under OSX IIRC. JMeter definitely, LoadUI probably. 

On 23 May 2012, at 23:14, Dalia Sobhy &amp;lt;dalia.mohsobhy&amp;lt; at &amp;gt;hotmail.com&amp;gt; wrote:


------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2964785

&lt;/pre&gt;</description>
    <dc:creator>Ioannis Mavroukakis</dc:creator>
    <dc:date>2012-05-24T07:57:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15336">
    <title>Re: Restlet Framework 2.1 RC5 and 2.0.14 released</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15336</link>
    <description>&lt;pre&gt;Hi Dalia, 
Please do not hijack the release thread. The problem you have with ab has nothing to do with Restlet, as I've already explained to you in an earlier post. Use an alternative load tool like LoadUI or Apache JMeter

On 23 May 2012, at 23:21, Dalia Sobhy &amp;lt;dalia.mohsobhy&amp;lt; at &amp;gt;hotmail.com&amp;gt; wrote:


------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2964784

&lt;/pre&gt;</description>
    <dc:creator>Ioannis Mavroukakis</dc:creator>
    <dc:date>2012-05-24T07:55:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15335">
    <title>Re: Restlet Framework 2.1 RC5 and 2.0.14 released</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15335</link>
    <description>&lt;pre&gt;Hiii Jerome, 

I have a problem with restlet 2.0.12,

When I type this cmd $ab -n 10 -c 5
http://localhost:8182/test/1235/retrievepatient
This is ApacheBench, Version 2.3 &amp;lt;$Revision: 655654 $&amp;gt;
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)...apr_poll: The timeout specified has
expired (70007)

$ curl http://localhost:8182/test/1235/retrievepatient
info:address =&amp;gt; 
6 Elfanan Ahmed Osman zizenia; info:bloodGroup =&amp;gt; 
O; info:dateOfBirth =&amp;gt; 
Sat Nov 10 00:00:00 EET 3860; info:fullname =&amp;gt; 
Nadia Badawi; info:gender =&amp;gt; 
male; info:maritalStatus =&amp;gt; 
MARRIED;  

So any info plzz because this is so critical to me, I want to test the
performance of my restlet web app...

--
View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Restlet-Framework-2-1-RC5-and-2-0-14-released-tp7574149p7574251.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

---------&lt;/pre&gt;</description>
    <dc:creator>Dalia Sobhy</dc:creator>
    <dc:date>2012-05-23T22:21:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15334">
    <title>RE: Re: How to measure the performance of an app using Restlet 2.1</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15334</link>
    <description>&lt;pre&gt;Is there one for mac osx ??

--
View this message in context: http://restlet-discuss.1400322.n2.nabble.com/How-to-measure-the-performance-of-an-app-using-Restlet-2-1-tp7571360p7574242.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2964700

&lt;/pre&gt;</description>
    <dc:creator>Dalia Sobhy</dc:creator>
    <dc:date>2012-05-23T22:14:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15333">
    <title>Re: Restlet Framework 2.1 RC5 and 2.0.14 released</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15333</link>
    <description>&lt;pre&gt;Yey! Well done :)

On 23 May 2012 21:53, Jerome Louvel &amp;lt;jerome.louvel&amp;lt; at &amp;gt;restlet.com&amp;gt; wrote:


------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2964690&lt;/pre&gt;</description>
    <dc:creator>Ioannis Mavroukakis</dc:creator>
    <dc:date>2012-05-23T21:13:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15332">
    <title>Restlet Framework 2.1 RC5 and 2.0.14 released</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15332</link>
    <description>&lt;pre&gt;Hi all,

 

The core Restlet team is happy to announce two new releases of the
framework!

http://blog.restlet.com/2012/05/23/restlet-framework-2-1-rc5-and-2-0-14-rele
ased/

 

The blog post also covers exciting progress on other fronts:

.         next 2.2 version

.         book in pre-production

.         GitHub migration

.         JavaScript editions

 

Best regards,

Jerome

--

 &amp;lt;http://www.restlet.com/&amp;gt; http://www.restlet.com

 &amp;lt;http://twitter.com/#!/jlouvel&amp;gt; http://twitter.com/#!/jlouvel

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2964687&lt;/pre&gt;</description>
    <dc:creator>Jerome Louvel</dc:creator>
    <dc:date>2012-05-23T20:53:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15331">
    <title>Re: Adding response headers in restlet 2.1.x</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15331</link>
    <description>&lt;pre&gt;Like this:

Series&amp;lt;Header&amp;gt; responseHeaders = (Series&amp;lt;Header&amp;gt;)
response.getAttributes().get(HeaderConstants.ATTRIBUTE_HEADERS);
if (responseHeaders == null) {
responseHeaders = new Series(Header.class);
response.getAttributes().put(HeaderConstants.ATTRIBUTE_HEADERS,
responseHeaders);
}
responseHeaders.add(new Header("Access-Control-Allow-Origin", "*"));

On Tue, Jan 31, 2012 at 5:45 PM, Michael Kaye &amp;lt;mikaye&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Daniele Dellafiore</dc:creator>
    <dc:date>2012-05-23T17:12:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15330">
    <title>NullPointerException at MetadataReader.java:516</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15330</link>
    <description>&lt;pre&gt;I'm getting an NPE, full stack trace below below:

See stacktrace_XML-22900.txt

The code in gov.pa.dep.egov.restlet.FormsModernizationServicesService was generated based on this note:
http://wiki.restlet.org/docs_2.0/13-restlet/28-restlet/287-restlet.html

The code
gov.pa.dep.egov.client.ClientServiceImpl.getAddress(ClientServiceImpl.java:101),
is a wrapper around the generated code to retrieve an address for a given client.  

I can run the query that it generates in Internet Explorer without an error.  I can also run the same code in a STANDALONE client without an error.  It only throws this error when I'm running my web application on the embedded (IntegratedWebLogicServer) with JDeveloper 11.1.2

It appears that the startDocument code inside of the org.restlet.ext.odata.internal.edm.MetadataReader class (that sets up the structure that is later referenced at line 516) is NOT called when it's running the web application, which would explain the
NPE in that class.  I don't know why it wouldn't be called t&lt;/pre&gt;</description>
    <dc:creator>Eric Givler</dc:creator>
    <dc:date>2012-05-23T16:37:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15329">
    <title>RE: Re: How to measure the performance of an app using Restlet 2.1</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15329</link>
    <description>&lt;pre&gt;Apache/APR combination issue, see here

https://issues.apache.org/bugzilla/show_bug.cgi?id=22686

Use loadUI or even Apache JMeter.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2964397

&lt;/pre&gt;</description>
    <dc:creator>Ioannis Mavroukakis</dc:creator>
    <dc:date>2012-05-22T22:39:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15328">
    <title>RE: Re: How to measure the performance of an app using Restlet 2.1</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15328</link>
    <description>&lt;pre&gt;but the problem is that I tried ab for ex:
/$ab -n 10 -c 5 http://localhost:8182/test/1235/retrievepatient/

*I get this error:*
This is ApacheBench, Version 2.3 &amp;lt;$Revision: 655654 $&amp;gt;
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)...apr_poll: The timeout specified has
expired (70007)

Although when I run this cmd:
/$curl http://localhost:8182/test/1235/retrievepatient/
The output is normal:
info:address =&amp;gt; 
6 Elfanan Ahmed Osman zizenia; info:bloodGroup =&amp;gt; 
O; info:dateOfBirth =&amp;gt; 
Sat Nov 10 00:00:00 EET 3860; info:fullname =&amp;gt; 
Nadia Badawi; info:gender =&amp;gt; 
male; info:maritalStatus =&amp;gt; 
MARRIED; 
*
So any help plz why is that ??*

--
View this message in context: http://restlet-discuss.1400322.n2.nabble.com/How-to-measure-the-performance-of-an-app-using-Restlet-2-1-tp7571360p7572027.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

----------------------------&lt;/pre&gt;</description>
    <dc:creator>Dalia Sobhy</dc:creator>
    <dc:date>2012-05-22T21:21:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.restlet/15327">
    <title>RE: ClientResource, wrap and other best practices</title>
    <link>http://permalink.gmane.org/gmane.comp.java.restlet/15327</link>
    <description>&lt;pre&gt;Second part of your question, answered here I believe

http://stackoverflow.com/questions/5914598/using-the-restlet-clientresource-correctly

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&amp;amp;dsMessageId=2964330

&lt;/pre&gt;</description>
    <dc:creator>Ioannis Mavroukakis</dc:creator>
    <dc:date>2012-05-22T16:04:10</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.restlet">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.restlet</link>
  </textinput>
</rdf:RDF>

