restlet-2.0 Questions

9

Solved

I am trying to create a sample test application which converts an object to JaxbRepresentation. But when I try to run this, it gives me an error. Main.java file package test_jaxb; import org.res...
Turmoil asked 16/5, 2011 at 12:9

2

Solved

My application attempts to set context attributes: final Router router = new Router(); router.attachDefault(HttpListener.class); org.restlet.Application myApp = new org.restlet.Application() {...
Diarmuid asked 7/6, 2016 at 13:15

1

I recently updated restlet to version 2.1 and I'm no longer able to get the client certificate. I'm using the new way to get client certificate List<Certificate> r = getRequest().getClientI...
Antimicrobial asked 24/10, 2012 at 12:4

4

Solved

I'm trying to run the first server tutorial on RESTlet docs but i'm getting errors even though i added the jars to my classpath. I added org.restlet.jar and org.restlet.ext.* The code for the serv...
Mokpo asked 11/1, 2011 at 0:26

1

I have this task that I'm undertaking where I would be reading data from a device and make it available over a web service. The data is read 4 times a second. I want the web clients to be have an o...
Osteoid asked 14/4, 2013 at 2:40

2

Solved

I have a simple Restlet service hosted on AppEngine. This performs basic CRUD operations with strings and is working well with all sorts of UTF-8 characters when I test it with curl (for all the ve...
1

© 2022 - 2024 — McMap. All rights reserved.