Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456 Eclipse ERD
Eclipse Entity Relationship Diagram Editor
The goal is to create an eclipse plugin to design and edit entity relationship diagrams. On the other side, the plugin should also be able to create SQL and Java-Code (Hibernate) out of the diagrams.
Entity Relationship Diagrams
We use the definition used by H. Buff in his book (ISBN 3-0344-0201-5). It's only available in german right now, so we will have to explain it here sometime -- but it's not the first thing we do.
Release
We released the first version of our plugin on SourceForge.
It has the following features:
Editor functional, missing is expert of diagrams as image and the possibility to print
SQL Codegeneration should work but hasn't been tested yet
Hibernate Codegeneration doesn't work yet
Diagram Validation still missing
We will look to further work on the system.
Documentation
You can read the diploma thesis for this document here.