Top "Restlet-2.0" questions

Restlet is a lightweight, comprehensive, open source REST framework for the Java platform.

JaxbRepresentation gives error "doesnt contain ObjectFactory.class or jaxb.index"

I am trying to create a sample test application which converts an object to JaxbRepresentation. But when I try to …

java rest jakarta-ee jaxb restlet-2.0
org.hibernate.hql.ast.QuerySyntaxException: table not mapped

I know many people have asked this question but I just started Java so I couldn't figure out still. So …

java hibernate restlet-2.0
Is Restlet returning 415 Unsupported Media Type when it should return 400 Bad Request?

I'm using Restlet 2.1 with jackson to build a json REST api. When I make a request with the expected content …

java rest content-type jackson restlet-2.0
Running a RESTlet Tutorial, I'm receiving java.lang.NoClassDefFoundError

I'm trying to run the first server tutorial on RESTlet docs but i'm getting errors even though i added the …

restlet restlet-2.0