Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.softwaretools > #62 > unrolled thread
| Started by | Mirko Sertic <Mirko.Sertic@web.de> |
|---|---|
| First post | 2011-10-10 09:45 -0700 |
| Last post | 2011-10-15 08:50 -0400 |
| Articles | 6 — 5 participants |
Back to article view | Back to comp.lang.java.softwaretools
Mogwai ERDesignerNG 3.0.0-M5 available Mirko Sertic <Mirko.Sertic@web.de> - 2011-10-10 09:45 -0700
Re: Mogwai ERDesignerNG 3.0.0-M5 available Hans Castorp <REWYRLXHEGHO@spammotel.com> - 2011-10-10 20:09 +0200
Re: Mogwai ERDesignerNG 3.0.0-M5 available Mau C <nobody@hotmail.com> - 2011-10-14 14:41 +0200
Re: Mogwai ERDesignerNG 3.0.0-M5 available Jerry Stuckle <jstucklex@attglobal.net> - 2011-10-14 10:20 -0400
Re: Mogwai ERDesignerNG 3.0.0-M5 available v_borchert@despammed.com (Volker Borchert) - 2011-10-15 05:17 +0000
Re: Mogwai ERDesignerNG 3.0.0-M5 available Jerry Stuckle <jstucklex@attglobal.net> - 2011-10-15 08:50 -0400
| From | Mirko Sertic <Mirko.Sertic@web.de> |
|---|---|
| Date | 2011-10-10 09:45 -0700 |
| Subject | Mogwai ERDesignerNG 3.0.0-M5 available |
| Message-ID | <83f7116b-ea4a-4a02-9bf9-e1e513f71fa8@d10g2000yqf.googlegroups.com> |
Hi@all Version 3.0.0-M5 of ERDesignerNG is available for download. ERDesignerNG is a free Java based entity relationship design and database modeling tool. It's key features are * is based on Java and can be run on Windows and Unix systems * has a powerful WYSIWYG editor for physical database design * supports 2D and 3D database modeling, browsing and design * generates 3D anaglyphic images from your database structure * handles tables, relations, indexes and comments * supports a central repository for all models ( Model Repository ) * supports subject areas * supports domains * supports MySQL, Oracle, Microsoft SQLServer, PostgreSQL and H2 * creates the SQL DDL statements for schema creation * has an integrated schema version control system * can generate schema migration scripts for every change * stores the database definition as XML files for further processing * can export the database schema as GIF, BMP, JPEG or SVG files * has an integrated reverse engineering module for existing schemas * has a build in schema compare feature * can generate schema documentation as PDF, HTML, RTF and other formats * supports schema conversion between different dialects * it is based on GPL license * support is available by authors and newsgroups Release 3.0.0-M5 offers a brand new 3D database browsing editor. The database structure and dependencies are visualized as a 3D model that can be browsed in an interactive manner. Feel free to visit the project website at http://sourceforge.net/projects/mogwai/ Regards Mirko Sertic Project Admin
[toc] | [next] | [standalone]
| From | Hans Castorp <REWYRLXHEGHO@spammotel.com> |
|---|---|
| Date | 2011-10-10 20:09 +0200 |
| Message-ID | <9fgqmpF75cU1@mid.individual.net> |
| In reply to | #62 |
Can it work without a DB connection by now? The last time I checked, datatypes could only be used to define tables when an active DB connection was available. This kind of defeats the purposes of an ERD modelling tool in my opinion (especially if it's supposed to work cross-dbms) Mirko Sertic wrote on 10.10.2011 18:45: > Hi@all > > Version 3.0.0-M5 of ERDesignerNG is available for download. > > ERDesignerNG is a free Java based entity relationship design and > database modeling tool. It's key features are > > * is based on Java and can be run on Windows and Unix systems > * has a powerful WYSIWYG editor for physical database design > * supports 2D and 3D database modeling, browsing and design > * generates 3D anaglyphic images from your database structure > * handles tables, relations, indexes and comments > * supports a central repository for all models ( Model Repository ) > * supports subject areas > * supports domains > * supports MySQL, Oracle, Microsoft SQLServer, PostgreSQL and H2 > * creates the SQL DDL statements for schema creation > * has an integrated schema version control system > * can generate schema migration scripts for every change > * stores the database definition as XML files for further processing > * can export the database schema as GIF, BMP, JPEG or SVG files > * has an integrated reverse engineering module for existing schemas > * has a build in schema compare feature > * can generate schema documentation as PDF, HTML, RTF and other > formats > * supports schema conversion between different dialects > * it is based on GPL license > * support is available by authors and newsgroups > > Release 3.0.0-M5 offers a brand new 3D database browsing editor. The > database structure and dependencies are visualized as a 3D model that > can be browsed in an interactive manner. Feel free to visit the > project website at > > http://sourceforge.net/projects/mogwai/ > > Regards > Mirko Sertic > Project Admin
[toc] | [prev] | [next] | [standalone]
| From | Mau C <nobody@hotmail.com> |
|---|---|
| Date | 2011-10-14 14:41 +0200 |
| Message-ID | <j79al8$bq8$1@nnrp-beta.newsland.it> |
| In reply to | #63 |
Il 10/10/2011 20:09, Hans Castorp ha scritto: > Can it work without a DB connection by now? > > The last time I checked, datatypes could only be used to define tables > when an active DB connection was available. This kind of defeats the > purposes of an ERD modelling tool in my opinion (especially if it's > supposed to work cross-dbms) I'm just trying right now. It does not... I've also found some weird behavior on creating new relationships which makes me unable to handle multiple foreign keys. Under Linux (Ubuntu) the java setup creates dumb menu entries with multiple not-working links. It still does not fill my requirements :-( but I really hope it will very soon. M.
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2011-10-14 10:20 -0400 |
| Message-ID | <j79gga$4nl$2@dont-email.me> |
| In reply to | #64 |
On 10/14/2011 8:41 AM, Mau C wrote: > Il 10/10/2011 20:09, Hans Castorp ha scritto: >> Can it work without a DB connection by now? >> >> The last time I checked, datatypes could only be used to define tables >> when an active DB connection was available. This kind of defeats the >> purposes of an ERD modelling tool in my opinion (especially if it's >> supposed to work cross-dbms) > > I'm just trying right now. It does not... > > I've also found some weird behavior on creating new relationships which > makes me unable to handle multiple foreign keys. > > Under Linux (Ubuntu) the java setup creates dumb menu entries with > multiple not-working links. > > It still does not fill my requirements :-( but I really hope it will > very soon. > > M. What do you expect from a spammer? Good products do not need to be spammed on usenet. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ==================
[toc] | [prev] | [next] | [standalone]
| From | v_borchert@despammed.com (Volker Borchert) |
|---|---|
| Date | 2011-10-15 05:17 +0000 |
| Message-ID | <j7b510$ado$1@Gaia.teknon.de> |
| In reply to | #65 |
In comp.lang.java.databases, Jerry Stuckle wrote: > What do you expect from a spammer? Good products do not need to be > spammed on usenet. Except on *.announce or *.advocacy, that is. But there is neither comp.lang.java.announce nor comp.databases.announce, at least not from individual.de. -- "I'm a doctor, not a mechanic." Dr Leonard McCoy <mccoy@ncc1701.starfleet.fed> "I'm a mechanic, not a doctor." Volker Borchert <v_borchert@despammed.com>
[toc] | [prev] | [next] | [standalone]
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Date | 2011-10-15 08:50 -0400 |
| Message-ID | <j7bvhv$t59$1@dont-email.me> |
| In reply to | #66 |
On 10/15/2011 1:17 AM, Volker Borchert wrote: > In comp.lang.java.databases, Jerry Stuckle wrote: >> What do you expect from a spammer? Good products do not need to be >> spammed on usenet. > > Except on *.announce or *.advocacy, that is. > > But there is neither comp.lang.java.announce nor comp.databases.announce, > at least not from individual.de. > So? That doesn't mean it's on topic in any of the newsgroups it was posted to. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ==================
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.softwaretools
csiph-web