Spring-Restlet integration issue

2012-03-31 Thread Ioannis Mavroukakis
Hello there, I am following the examples of Restlet in Action and I've come against a block with the spring example. I have very conservatively adjusted it to suite my own Restlet App (which is running fine in standalone mode without Spring) but when I introduce Spring in the mix , it's as if my r

RE: Restlet integration with POJO for data persistence

2011-04-14 Thread Paul Morris
I've been researching the Spring framework and the Restlet Spring extension and I think this is indeed the best way to go. One more framework to learn but probably best in the long run. -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4

Restlet integration with POJO for data persistence

2011-04-03 Thread Paul Morris
I am building out a RESTful API based on Restlet in my organization. I have no dependencies on Spring or even the use of an EJB container. In fact I think I would prefer to just use POJOs in the web container for data persistence. Are there any resources or tutorials that someone could point me

RE: Updated eXist Restlet Integration

2010-07-03 Thread Jerome Louvel
nical Lead ~ http://www.restlet.org Noelios Technologies ~ http://www.noelios.com -Message d'origine- De : ale...@milowski.com [mailto:ale...@milowski.com] De la part de Alex Milowski Envoyé : jeudi 3 juin 2010 14:50 À : discuss@restlet.tigris.org Objet : Updated eXist Restlet Integra

Updated eXist Restlet Integration

2010-06-03 Thread Alex Milowski
I've updated the eXist Restlet integration available at: http://code.google.com/p/existdb-contrib/ I've moved the code forward to the latest eXist (1.4 or the trunk) and I've updated it to be compatible with the forthcoming Restlet 2.0 release. It now uses the 2.0RC4 vers

Re: eXist / Restlet Integration

2007-04-03 Thread Alex Milowski
On 4/3/07, Jerome Louvel <[EMAIL PROTECTED]> wrote: Hi Alex, Congrats! This is VERY nice. While looking at your code, several questions came to mind: 1) In the samples you seem to only use the local eXist URIs. Does your eXist client connector support remote access to an eXist database (by spe

RE: eXist / Restlet Integration

2007-04-03 Thread Jerome Louvel
James Todd [mailto:[EMAIL PROTECTED] > Envoyé : mardi 3 avril 2007 01:31 > À : discuss@restlet.tigris.org > Objet : Re: eXist / Restlet Integration > > > very cool! > > - james > > > On 4/2/07, Alex Milowski <[EMAIL PROTECTED]> wrote: > > I&#

Re: eXist / Restlet Integration

2007-04-02 Thread James Todd
very cool! - james On 4/2/07, Alex Milowski <[EMAIL PROTECTED]> wrote: I've just finished integrating eXist (an XML database) with the Restlet API. Now you can use the Client API to access an embedded eXist database via GET/POST/etc. The code is located at: https://exist.svn.sourceforge.n

eXist / Restlet Integration

2007-04-02 Thread Alex Milowski
I've just finished integrating eXist (an XML database) with the Restlet API. Now you can use the Client API to access an embedded eXist database via GET/POST/etc. The code is located at: https://exist.svn.sourceforge.net/svnroot/exist/trunk/restlet and to build it you need: https://exist.sv

RE: [Simpleweb-Support] Restlet integration

2006-05-22 Thread Jerome Louvel
Hi Niall, Thanks for looking at Restlets and at the code of the Simple connector. > 1) I have performed some very quick benchmarks against > Jetty 6 (the new NIO implementation). The performance > tests using httperf and autobench have shown that > Simple performs slightly better under higher loa

TR: [Simpleweb-Support] Restlet integration

2006-05-22 Thread Jerome Louvel
FYI, the reply from Niall. -Message d'origine- >From : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On behalf of Niall Gallagher Date : dimanche 21 mai 2006 22:28 To : [EMAIL PROTECTED] Object : Re: [Simpleweb-Support] Restlet integration Hi Jerome, I have been looking at the

Restlet integration

2006-05-22 Thread Jerome Louvel
Hi all, I wanted to let you know that a Simple connector (HTTP server) for the Restlet framework was contributed by Lars Heuer (Semagia) and is now part of the latest Restlet release (1.0 beta 12): http://www.restlet.org/docs/nre/com/noelios/restlet/ext/simple/package-summa ry.html First, thanks