jsf - Drawing an interactive ER Diagram for a web application -
how can draw eer diagram database? using jsf , want represent database schema having tables attributes , relationships between tables in order inform users database schema. also, want have clickable attributes on tables. of feasible? tried use datatables jsf , css hard because every time database not same, javascrpit/jquery cannot solve prob (e.g how draw relationships). found libraries http://www.jointjs.com/ (is javascript diagramming library). seems still there many restrictions e.g provide attributes arraylist or have clickable attributes. advice?
thank you
try using graphviz - can generate dot file of database schema programatically, clickable urls. can generate svg file, , render in browser. if like, can take @ open-source library can generate dot files database schema, such schemacrawler or schemaspy, part of way towards problem solution.
sualeh fatehi, schemacrawler
Comments
Post a Comment