Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (15 loc) · 593 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 593 Bytes

Mitschriften

Einordnung in die technische Umwelt

Technische Umwelt

Testkonzepte

Testkonzepte

Exceptions

Exceptions

Onion Architecture

Onion Architecture

@Singleton vs @ApplicationScoped

Bei @Singleton wird kein Proxy erzeugt. Das kann notwendig sein, z.B. wenn die Klasse final ist.

Dynamic Proxies im CDI

Datenbankzugriffe

Mandantenfähigkeit JDBC-JPA-Panache