An event driven component framework.
JGrapes is an event driven component framework. It consists of several packages that built on each other. Each package is available as a jar file.
Package hierarchy
org.jgrapes.core
: This package provides the basic mechanisms for defining
components and for handling events. Make sure to read
this package's description
first. It explains the architecture of the framework and its main elements.
org.jgrapes.io
: Input/Output related extensions for the framework. See the
package description
for details.
org.jgrapes.http
: Components for building HTTP servers. See the
package description
for details.