Skip to main content



      Home
Home » Archived » Visual Editor (VE) » graphical database tool
graphical database tool [message #7356] Mon, 01 December 2003 14:19 Go to next message
Eclipse UserFriend
Originally posted by: wade.eccentrichosting.net

I am wondering if there is an existing project that has been started to
bring a graphical sql generator to eclipse. One of the reasons that I
use to use VisualAge, WebObjects, and now Jbuilder Enterprise is for the
database tools that each IDE supplied. WebObjects EOModler and
Jbuilders DatabasePilot allows for extreamly rapid development of
database driven applications. All of these are based on JDBC and allow
for changing of the database source.

Is this something on the horizon for Eclipse?
Is it already a plugin in development?
Is it worthwile for my team to start development of such and application?
Would it have to be none jdbc based to be part of eclipse?
For $3,400 a license for jbuilder we would be more than happy to try and
bring this functionality to eclipse.

Sorry if I posted this in the wrong area. Please direct me to the
correct newsgroup if this post is located in the wrong section.

Wade Arnold
Re: graphical database tool [message #7483 is a reply to message #7356] Mon, 01 December 2003 23:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: scheglov_ke.nlmk.ru

Wade Arnold <wade@eccentrichosting.net> wrote:


I also miss database support in Eclipse/SWT.
However main question is not "Do we need it", but "What precise we need", i.e.
how this support should be implemented:
1. as in Borland's Delphi/CBuilder - thick wrapper around ResultSet with
classes TDataSet, TField, etc;
2. O/R mapping;
3. something else?


> I am wondering if there is an existing project that has been started to
> bring a graphical sql generator to eclipse. One of the reasons that I
> use to use VisualAge, WebObjects, and now Jbuilder Enterprise is for the
> database tools that each IDE supplied. WebObjects EOModler and
> Jbuilders DatabasePilot allows for extreamly rapid development of
> database driven applications. All of these are based on JDBC and allow
> for changing of the database source.

> Is this something on the horizon for Eclipse?
> Is it already a plugin in development?
> Is it worthwile for my team to start development of such and application?
> Would it have to be none jdbc based to be part of eclipse?
> For $3,400 a license for jbuilder we would be more than happy to try and
> bring this functionality to eclipse.

> Sorry if I posted this in the wrong area. Please direct me to the
> correct newsgroup if this post is located in the wrong section.

> Wade Arnold


--
SY, Konstantin.
Advanced Eclipse SWT Designer (http://www.swt-designer.com)
Re: graphical database tool [message #7495 is a reply to message #7356] Tue, 02 December 2003 04:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dar.cs.huji.ac.il

Have you looked at DBEdit and JFaceDbc ?

David

Wade Arnold wrote:

> I am wondering if there is an existing project that has been started to
> bring a graphical sql generator to eclipse. One of the reasons that I
> use to use VisualAge, WebObjects, and now Jbuilder Enterprise is for the
> database tools that each IDE supplied. WebObjects EOModler and
> Jbuilders DatabasePilot allows for extreamly rapid development of
> database driven applications. All of these are based on JDBC and allow
> for changing of the database source.
>
> Is this something on the horizon for Eclipse?
> Is it already a plugin in development?
> Is it worthwile for my team to start development of such and application?
> Would it have to be none jdbc based to be part of eclipse?
> For $3,400 a license for jbuilder we would be more than happy to try and
> bring this functionality to eclipse.
>
> Sorry if I posted this in the wrong area. Please direct me to the
> correct newsgroup if this post is located in the wrong section.
>
> Wade Arnold
>
Re: graphical database tool [message #7970 is a reply to message #7495] Tue, 02 December 2003 16:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

You also can take a look at DB Visualizer. But it is not an Eclipse
plugin (which could be great).

Regards,

Chemi.

P.S.: But this discussion is not related to VE so I think it should move
to Platform or more generic forums.
Re: graphical database tool [message #8569 is a reply to message #7970] Fri, 05 December 2003 15:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

I found a plugin: http://jfacedbc.sourceforge.net/index.php
Re: graphical database tool [message #17092 is a reply to message #7356] Mon, 26 January 2004 13:33 Go to previous message
Eclipse UserFriend
Originally posted by: placeMyNameHere.enterprise.hb.se

Don't know if you ever found something you were satisfied with, but check
out Clay:

http://www.azzurri.jp/en/software/clay

Regards,
- arch
Re: graphical database tool [message #571470 is a reply to message #7356] Mon, 01 December 2003 23:44 Go to previous message
Eclipse UserFriend
Wade Arnold <wade@eccentrichosting.net> wrote:


I also miss database support in Eclipse/SWT.
However main question is not "Do we need it", but "What precise we need", i.e.
how this support should be implemented:
1. as in Borland's Delphi/CBuilder - thick wrapper around ResultSet with
classes TDataSet, TField, etc;
2. O/R mapping;
3. something else?


> I am wondering if there is an existing project that has been started to
> bring a graphical sql generator to eclipse. One of the reasons that I
> use to use VisualAge, WebObjects, and now Jbuilder Enterprise is for the
> database tools that each IDE supplied. WebObjects EOModler and
> Jbuilders DatabasePilot allows for extreamly rapid development of
> database driven applications. All of these are based on JDBC and allow
> for changing of the database source.

> Is this something on the horizon for Eclipse?
> Is it already a plugin in development?
> Is it worthwile for my team to start development of such and application?
> Would it have to be none jdbc based to be part of eclipse?
> For $3,400 a license for jbuilder we would be more than happy to try and
> bring this functionality to eclipse.

> Sorry if I posted this in the wrong area. Please direct me to the
> correct newsgroup if this post is located in the wrong section.

> Wade Arnold


--
SY, Konstantin.
Advanced Eclipse SWT Designer (http://www.swt-designer.com)
Re: graphical database tool [message #571505 is a reply to message #7356] Tue, 02 December 2003 04:00 Go to previous message
Eclipse UserFriend
Have you looked at DBEdit and JFaceDbc ?

David

Wade Arnold wrote:

> I am wondering if there is an existing project that has been started to
> bring a graphical sql generator to eclipse. One of the reasons that I
> use to use VisualAge, WebObjects, and now Jbuilder Enterprise is for the
> database tools that each IDE supplied. WebObjects EOModler and
> Jbuilders DatabasePilot allows for extreamly rapid development of
> database driven applications. All of these are based on JDBC and allow
> for changing of the database source.
>
> Is this something on the horizon for Eclipse?
> Is it already a plugin in development?
> Is it worthwile for my team to start development of such and application?
> Would it have to be none jdbc based to be part of eclipse?
> For $3,400 a license for jbuilder we would be more than happy to try and
> bring this functionality to eclipse.
>
> Sorry if I posted this in the wrong area. Please direct me to the
> correct newsgroup if this post is located in the wrong section.
>
> Wade Arnold
>
Re: graphical database tool [message #571677 is a reply to message #7495] Tue, 02 December 2003 16:18 Go to previous message
Eclipse UserFriend
You also can take a look at DB Visualizer. But it is not an Eclipse
plugin (which could be great).

Regards,

Chemi.

P.S.: But this discussion is not related to VE so I think it should move
to Platform or more generic forums.
Re: graphical database tool [message #572498 is a reply to message #7970] Fri, 05 December 2003 15:57 Go to previous message
Eclipse UserFriend
I found a plugin: http://jfacedbc.sourceforge.net/index.php
Re: graphical database tool [message #579641 is a reply to message #7356] Mon, 26 January 2004 13:33 Go to previous message
Eclipse UserFriend
Originally posted by: placeMyNameHere.enterprise.hb.se

Don't know if you ever found something you were satisfied with, but check
out Clay:

http://www.azzurri.jp/en/software/clay

Regards,
- arch
Previous Topic:Datagrid in VE
Next Topic:Partially solved the problem to show variables in the properties sheet.
Goto Forum:
  


Current Time: Wed May 07 17:08:35 EDT 2025

Powered by FUDForum. Page generated in 0.03981 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top