Welcome to the lumicore framework.
There are the three main features that the framework supplies.
Inversion of Control / Dependency injection is realized through some annotations and Reflection.
Object-Relational-Mapping is realized through some annotations and Reflection. At the moment only SQLite is supported but that may be subject to change.
Swing is included in the IOC Concept. Swing Component
s are initialized on the EventDispatchThread
and are scanned for LabelsDisplayer
implementations for dynamic I18N.
- See DevTools as an example of a non-db and ai application.
- See Accounting as an example of a simple database application
- See RemoteAI UI as an example of a crypto-db and ai application