DOC

org.atteo : evo-framework

Maven & Gradle

Jan 09, 2012

Evo Framework · 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.

Table Of Contents

Latest Version

Download org.atteo : evo-framework Javadoc & API Documentation - Latest Versions:

All Versions

Download org.atteo : evo-framework Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.6
0.5

How to open Javadoc JAR file in web browser

  1. Rename the file evo-framework-0.6-javadoc.jar to evo-framework-0.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder evo-framework-0.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "evo-framework-0.6-sources.jar" -d "evo-framework-0.6-javadoc" -subpackages 

Advertisement