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?
Jonas source
share