Skip to content
/ enklib Public

Libraries for Java, which are designed to be simple and lightweight

License

Notifications You must be signed in to change notification settings

kirgor/enklib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enklib is open source framework for Java. Its components are designed to be simple and lightweight, they allow to make less code and, in most cases, no configuration files.

Description

The framework is intended for Java EE mostly, but nothing stops you from using its components in Java SE as well (except of EJB library).

Enklib's functionality is distributed among components:

  1. SQL - lightweight ORM, which doesn't require any configuration files.
  2. EJB - library for EJB-powered services with RESTful API (via JAX-RS), password based authentication, 3. persistent sessions identified by cookies, and data access layer powered by stored procedures.
  3. Compile - runtime in-memory compiling of Java classes.
  4. REST - library for RESTful clients.
  5. Common - other handy functions (btw, it's the core framework component)

Examples

Will be available soon...

API documentation

Enklib Javadocs are available here.

License

Libraries are licensed using the MIT license, see the disclaimer in LICENSE.txt.

Basically, you can use them for any purpose, change them, copy them, rape them, whatever. Just don't forget about the disclaimer mentioned above - it should be visible for your software users somehow.

Author

Kirill Gorobets (http://www.kirgor.com).

About

Libraries for Java, which are designed to be simple and lightweight

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages