Registry / web-framework / simple

simple

JSON →
library5.1.6javamavenunverified

High performance asynchronous HTTP server and client framework for Java.

<dependency> <groupId>org.simpleframework</groupId> <artifactId>simple</artifactId> <version>5.1.6</version> </dependency>
INSTALL
IMPORT
SIG · SIMPLE
S
simple
web-frameworkjavav5.1.6
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.

Container
org.simpleframework.http.core.Container

Create a simple HTTP server using the Simple framework.

import org.simpleframework.http.core.Container; import org.simpleframework.http.Request; import org.simpleframework.http.Response; import org.simpleframework.http.core.ContainerServer; public class Example implements Container { public void handle(Request req, Response resp) { try { resp.getPrintStream().println("Hello World"); } catch (Exception e) {} } public static void main(String[] args) throws Exception { new ContainerServer(new Example()).start(); } }
Debug
Known issues
gotchaProject appears unmaintained; last release 5.1.6 from 2013.
fix
Consider modern alternatives like Netty or Vert.x.
affects: *
Upgrade
Version history
5.1.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
simple — mvn dependency:get simple · libregistry