This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90447

Summary: Export VWP SQL Query editor to NetBeans
Product: obsolete Reporter: Mark Dey <markdey>
Component: visualwebAssignee: _ jimdavidson <jimdavidson>
Status: RESOLVED FIXED    
Severity: blocker Keywords: UI, UMBRELLA
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/wiki/view/NB6QueryEditorAlignment
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 97763    
Bug Blocks: 90450    

Description Mark Dey 2006-12-01 19:49:02 UTC
SQL Query editing capabilities exist both in NetBeans and the Visual Web Pack
(originating from Creator). Now that the VWP will be open-source early 2007, the
visual SQL Query editor in the VWP should be made available for use as a general
IDE utility.
Comment 1 _ jimdavidson 2007-02-15 17:52:30 UTC
VWP Query Editor now runs as a standalone Netbeans module, under db/visualsqleditor.

API is undergoing revision, since it will need to be made public.  Propose API
and status will be updated on the Twiki.

VWP Query Editor is not currently usable in VWP trunk, until Insync support for
drag/drop of database tables comes online (set for M8).

Developers who want to use the QE can do so via the current API, which requires
implementing two Java interfaces.  
Comment 2 Jayashri Visvanathan 2007-02-20 19:42:11 UTC
Changing milestone to M8 based on Jim's comments below.
Comment 3 _ jimdavidson 2007-03-19 23:30:10 UTC
Per discussion with Pavel, not checking this in at this time.  Will defer this
until there is a client for VisualSQLEditor outside the visualwebsuite.  I have
a proposal in to HIE to set this up in DB Explorer.

Comment 4 _ jimdavidson 2007-04-06 22:35:55 UTC
We will complete this once a suitable UI has been developed for accessing the
Query Editor from the DB Explorer.
Comment 5 _ jimdavidson 2007-06-11 00:11:28 UTC
Completed and checked in.  VisualSQLEditor is now part of IDE cluster, and
available as menu item in Database explorer.