Monitors Java sourcecode and automatically recompiles modified files. The tool aims at software developers, preferring to write programs using a plain text editor instead of a resource hungry IDE, but still want their sourcecode to be automatically recompiled on the fly without having to invoke javac manually, or waiting for it to initialize over and over again.
JEasy is an application designer for JAVA using SWING components. The main concepts are to store all GUI components in an XML file, to use Layout Managers for presentation at runtime and to use XML-messages to transfer informations between user and data storage. All GUI components and messages with their properties are defined inside the JEasy repository.