Registry / web-framework / camel-restlet

camel-restlet

JSON →
library2.25.4javamavenunverified

A Camel component for building RESTful services using the Restlet framework.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-restlet</artifactId> <version>2.25.4</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-RESTLET
C
camel-restlet
web-frameworkjavav2.25.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RestletComponent
org.apache.camel.component.restlet.RestletComponent

Minimal usage of Camel Restlet component.

import org.apache.camel.component.restlet.RestletComponent; import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; public class Example { public static void main(String[] args) throws Exception { CamelContext context = new DefaultCamelContext(); context.addComponent("restlet", new RestletComponent()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.25.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
camel-restlet — mvn dependency:get camel-restlet · libregistry