Is there any Java or JSP web interface for managing PostgreSQL databases?

Before I did the PHP development with the MySQL database, I used phpmyadmin to manage the database. I did operations such as creating a new database, adding a new table or column, changing the data type in the column, etc.

Now I have switched to Ubuntu VPS and want to use Jetty or GlassFish as a Java Servlet container. I will develop my sites using Java and JSP and use PostgreSQL as a database.

Is there any easy way to manage the database this way? For instance. Java and JSP-based PostgreSQL administration web interface similar to phpmyadmin for PHP and MySQL?

+3
source share
3 answers

The only thing I know about VDBC: http://bitlama.imtqy.com/vdbc/

Despite the fact that there is not much activity around this project

Change (2015-11-21) also has

+4
source

What about webmin?

Webmin - - Unix. -, , Apache, DNS, . Webmin Unix, /etc/passwd, . . , Webmin, .

www.webmin.com

PostgreSQL

0

I just found another one called JspMyAdmin 2

https://github.com/yugandhargangu/JspMyAdmin2

0
source

Source: https://habr.com/ru/post/1788803/


All Articles