by titou10 » Sun Sep 01, 2013 12:41 pm
Serge, I know how it is, being myself involved in some other FOSS project (Mostly JavaEE, CDI extensions..) and handling such a project must represent a lot of time and dedication!
In the meantime, I just started to explore your code and created a db2 plugin (In eclipse 4.3), cloned from your Oracle plugin (that BTW seems to cover a lot of Oracle DB management aspects. That is a lot of work, WOW!). For now it displays table names, tablespaces and sequences info (let say it's version 0.0000001 ..lol).
My current first goal is to display DB2 base objects (tables _basic types for now_, views, sequences, triggers..) and navigate though them.
If I can come with some acceptable code in a decently short time, I'll see where to go from there with you.
Also depending on how it goes, I could add some more "common db2 administrative commands" (runstats, reorg, export, import ...) but I don't think it's a good idea to (re-)develop what is already proposed for free by IBM for administrating DB2 database, I mean IBM Data Studio: /
What I don't like in IBM DataStudio is that it is really, really "DBA oriented", not at all "dev oriented". For example, to have a quick view of a table or entering a simple SQL statement and browse through the results is a real pain in DS IMHO
Again, I don't know what will result from this, so please don't have to much expectations for now..
WDYT?