DOC

org.jentity : jentity

Maven & Gradle

Aug 27, 2012
0 stars

Jentity framework · The Jentity framework attempts to provide the Java platform with more powerful building blocks for integrating objects and components. The framework focuses on the challenge of maintaining consistent data or state in a dynamic environment. This is achieved by provide reusable, extensible objects, that can use to construct higher order structures like components, applications and systems. Examples of concrete problems that can be effectively solved by using the Jentity framework, are shared models, distributed models, MVC constructs.

Table Of Contents

Latest Version

Download org.jentity : jentity Javadoc & API Documentation - Latest Versions:

All Versions

Download org.jentity : jentity Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.3

How to open Javadoc JAR file in web browser

  1. Rename the file jentity-0.3-javadoc.jar to jentity-0.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jentity-0.3-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 "jentity-0.3-sources.jar" -d "jentity-0.3-javadoc" -subpackages 

Advertisement