/
! OLD - Package Structure

! 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






Related content

Architecture
Architecture
Read with this
Module Overview
Module Overview
More like this
How to properly create a maven module
How to properly create a maven module
Read with this
Data Model v4.12.0
Data Model v4.12.0
More like this
Workbasket Module
Workbasket Module
Read with this
Database Configuration
Database Configuration
More like this