Skip to content

epimethix/lumicore

Repository files navigation

lumicore Logo lumicore

Introduction

Welcome to the lumicore framework.

There are the three main features that the framework supplies.

1) IOC/DI

Inversion of Control / Dependency injection is realized through some annotations and Reflection.

Read more...

2) Optional: ORM

Object-Relational-Mapping is realized through some annotations and Reflection. At the moment only SQLite is supported but that may be subject to change.

Read more...

3) Optional: Swing UI

Swing is included in the IOC Concept. Swing Components are initialized on the EventDispatchThread and are scanned for LabelsDisplayer implementations for dynamic I18N.

Read more...

Example Applications

  • 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