Skip to content
Roman Stumm edited this page Jun 3, 2015 · 5 revisions

Wiki home of agimatec-tools

You can find the latest version on maven-central: here

Introduction

agimatec-tools contains 3 frameworks, more or less independent of each other:

  • DBMigrate, if you need a framework for database migration or other tools contained in dbmigrate (e.g. sql script execution, schema transformation, code generation sql->java) (see [Why use dbmigrate and who can use it](DBMigrate Why))

  • DBImport, if you need to import data from excel, csv, fixed-length, xml files/streams

  • Annomark, if you want to generate source code or other files (properties, xml) driven by annotations

and - on a separate side -

  • [NLSTools], if you want to manage resource bundles with XML/excel, generate properties for Java and Adobe Flex, SQL, merge etc.

You can

  • use dbimport without any other agimatec framework.
  • use dbmigrate (and optionally dbimport from within some of your scripts)
  • use annomark, but this requires dbmigrate in the classpath as well (because annomark uses some common-utility classes from dbmigrate)

Overview

What's new?

Building the project with Maven2

Build Agimatec Tools

Interoperation and files