Last Version

Evo Jetty 0.6

Java application development framework focusing on configurability and easy testing. Promotes proven and simple solutions and specifically avoids the use of complicated and deprecated ones. It offers modular service framework based on Google Guice, Maven-like configuration management, logging with SLF4J, support for common JavaEE technologies: JDBC, JPA, JMS, JTA, JMX, Java Servlet API, JAX-RS. Promotes fresh approach to JavaEE development with dependency injection, annotation processing, modular design and easy unit testing.

License

License

Apache License, Version 2.0
Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.atteo
ArtifactId

ArtifactId

evo-jetty
Version

Version

0.6
Type

Type

jar
Description

Description

Evo Jetty
Java application development framework focusing on configurability and easy testing. Promotes proven and simple solutions and specifically avoids the use of complicated and deprecated ones. It offers modular service framework based on Google Guice, Maven-like configuration management, logging with SLF4J, support for common JavaEE technologies: JDBC, JPA, JMS, JTA, JMX, Java Servlet API, JAX-RS. Promotes fresh approach to JavaEE development with dependency injection, annotation processing, modular design and easy unit testing.
Project Organization

Project Organization

Atteo
Source Code Management

Source Code Management

https://code.google.com/p/evo-framework/source/browse/evo-jetty/

Download evo-jetty 0.6


<!-- https://jarcasting.com/artifacts/org.atteo/evo-jetty/ -->
<dependency>
    <groupId>org.atteo</groupId>
    <artifactId>evo-jetty</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo/evo-jetty/
implementation 'org.atteo:evo-jetty:0.6'
// https://jarcasting.com/artifacts/org.atteo/evo-jetty/
implementation ("org.atteo:evo-jetty:0.6")
'org.atteo:evo-jetty:jar:0.6'
<dependency org="org.atteo" name="evo-jetty" rev="0.6">
  <artifact name="evo-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo', module='evo-jetty', version='0.6')
)
libraryDependencies += "org.atteo" % "evo-jetty" % "0.6"
[org.atteo/evo-jetty "0.6"]

Dependencies

compile (5)

Group / Artifact Type Version
org.atteo : evo-services jar 0.6
javax.servlet : javax.servlet-api jar 3.0.1
org.eclipse.jetty : jetty-server jar 8.0.3.v20111011
org.eclipse.jetty : jetty-servlet jar 8.0.3.v20111011
org.eclipse.jetty : jetty-jmx jar 8.0.3.v20111011

Project Modules

There are no modules declared in this project.