Restlet in OSGi, wrong directed request, startup order

2011-07-18 Thread Marcus Köhler
Aether-framework.) Are you already aware of an error like this? And can you suggest me any bugfix avoiding to try all OSGi startup orders by hand? When I try to do these things outside of OSGi, everything works quite fine. Thanks in advance! Marcus

Re: Routing based on URI parameters?

2008-07-07 Thread Marcus Edwards
Thierry, Thanks for this, it is a perfect solution. I had tried a couple of approaches, one using Filters and one subclassing Router as you have done. However, none of them match the conciseness and express the intent better than your solution. Thanks,

Routing based on URI parameters?

2008-07-04 Thread Marcus Edwards
All, I am considering using Restlet to code up a simulator of an external website and would appreciate some comments / help. The problem is that the external URLs are ugly and not RESTian at all, see the examples below. Does this preclude me from using Restlet in the first place as I I've read

cURL PUT with data?

2008-06-11 Thread Marcus
does Restlet handle this again (memory is fading now)? Thanks guys, Marcus.

Re: cURL PUT with data?

2008-06-11 Thread Marcus
the implementation of true REST calls very difficult for me. Marcus [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hey all, I did research into Restlet at the beginning of this year and really liked it. It tought me a lot about REST in general, but my boss decided that for the mean time

Re: Starting a new web application, using Restlets

2008-03-11 Thread Marcus
with the framework) or would it be better to establish my own JDBC connection and get/modify/update/delete the data directly myself. ...Getting there... Thanks, Marcus.

Re: Starting a new web application, using Restlets

2008-03-10 Thread Marcus
original post, as I think that this avenue of the thread is now closed. Jerome Louvel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Marcus, Your approach to resources modeling sounds good. Resource subclasses, attached to a root router will compose your application. Then you can just

Problem with Override annotation in tutorial examples

2008-03-05 Thread Marcus
I think/hope that this should be a fairly simple issue to resolve... :) I am trying to get into Restlet, and its slow work. I have been going through the tutorials and trying out the example code and I've hit a piece of code that I can't compile. It is in Section 3: // Creating a

Re: Problem with Override annotation in tutorial examples

2008-03-05 Thread Marcus
the situation Many thanks keke [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Maybe you should try to use JDK 6 On Thu, Mar 6, 2008 at 11:35 AM, Marcus [EMAIL PROTECTED] wrote: I think/hope that this should be a fairly simple issue to resolve... :) I am trying to get into Restlet