! OLD - Package Structure
This defined structure is a grown snapshot.
Taskana Core Library
org __________________________________________
|--- taskana |- Service-Interfaces and Taskana Engine
| |--- configuration |- Engine Configuration
| |--- exceptions |- Exceptions
| '--- impl |- Internal implementation, this will be changed. Do not use this classes in your Implementation.
| |--- persistence |- Query Builder implemenations
| '--- util |- Helper classes
|--- model |- Taskana Model
| '--- mappings |- MyBatis Mappings
|--- persistence |- Query Builder Interfaces
'--- security |- Security classes
|__________________________________________
Taskana CDI
org
'--- taskana
Taskana CDI Example
org
'--- taskana
Taskana Spring
org
'--- taskana
'--- configuration
Taskana String Example
org
'--- taskana
Taskana REST API
org
|--- taskana
| '--- rest
| |--- logic
| |--- model
| |--- security
| '--- serialization
'--- sampledata