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 123512 - Provide support for servers over HTTP
Summary: Provide support for servers over HTTP
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-05 20:08 UTC by David Vancouvering
Modified: 2013-08-01 12:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Vancouvering 2007-12-05 20:08:50 UTC
A lot of MySQL developers use web-based admin tools like myphpadmin because often the server is on a hosted site.  We
should see what we can do to provide good support for databases available over HTTP.

As a first step, we should make it easy to bring up myphpadmin for a MySQL database, and similarly for PostgreSQL
web-based tools.

As a second step, we should look at supporting JDBC over HTTP - we can use an existing product called VJDBC
(http://vjdbc.sourceforge.net/) to do this.  We could make it easy to install the VJDBC servlet on the web server, and
then have the client driver registered in NetBeans.

Hm, we could even make this work today with a little documentation/help.
Comment 1 Jiri Rechtacek 2009-10-16 14:02:43 UTC
Reassigned to new owner.