Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppissias committed Nov 2, 2015
1 parent 6ff97bc commit 12a935a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# JLCF
Java Lightweight Component Framework

![alt tag](manual/component_cloud.jpg)

The Java Light Component Framework (JLCF) is a framework for developing modular applications for the java language. It allows designing an application using building blocks with well-defined inputs and outputs (aka software components). Using this well-defined modular approach, the application has a clear and explicit design which facilitates the development and maintenance of a software system.

JLCF focuses on usability on a simple programming model and also provides advanced features such as interceptors, callbacks and dynamic component replacement.

The user manual of JLCF, containing all of its concepts and eamples can be downlosded here:

[Read the manual!](manual/jlcf-1.0.0.pdf)





0 comments on commit 12a935a

Please sign in to comment.