TMD-Maker is a tool to create a TMD (T-formed ER diagram). T-formed ER diagram is the notation of the T-formed ER method Mr. Masami Sato was invented. This method is a technique to make the database structure while at the same time to analyze the business.
TMD-Makerは、佐藤正美氏が考案したTM(T字形ER手法)の表記法であるTMD(T字形ER図)を作成するツールです。
このプロジェクトは、TMによるシステム開発をサポートする関連ソフトウェアをオープンソースソフトウェアとして提供します。
TMとは、ビジネスを解析しながらデータベース構造も同時に作る手法です。TMとTMDの詳細は株式会社SDIのサイトを参照してください。
- Nothing. TMD-Maker includes Java17 JRE.
-
java8 or later(java17 is recommended).
-
eclipse 4.x.
-
GEF(MVC) 3.x(Eclipse Graphical Editing Framework).
-
(Optional) Xtend IDE 2.x and JavaSE8 ExecutionEnvirnment(Eclipse 4.x).If you use tmdmaker sphinx plugin.
https://osdn.jp/projects/tmdmaker/releases/
git clone https://github.com/tmdmaker/tmdmaker.git
cd tmdmaker
mvn -P 2023-06 clean verify
- Extract tmdmaker.releng.product/target/products/
tmdmaker_
version-os.ws.arch.zip/tar.gz. - Run tmdmaker (run TMD-Maker.app, for macosx).
- Install GEF3.x and Xtend from updatesite.
- Unzip tmdmaker.releng.plugin/target/
tmdmaker_plugin_
version.zip. - Put it into dropins directory.
- Run eclipse.
- Select Help->Install New Software....
- Click Add -> archive button.
- Select
tmdmaker_plugin_updatesite
version.zip. - Check TMD-Maker plugin, and finish the updatesite.
- Create a project.
- Create New->Other->TMD-Maker->TM Diagram.
https://github.com/tmdmaker/tmdmaker/issues
ASL