Before when I did PHP development with an MySQL database I used phpmyadmin for managing the database. I did operations like create a new database, add a new table or a column, change datatype on a column and so on.
Now I have switched to a Ubuntu VPS and want to use Jetty or GlassFish as Java Servlet container. I will develop my websites using Java and JSP and use PostgreSQL as database.
Is there any easy way I can manage the database this way? E.g. a web-based administration interface for PostgreSQL based on Java and JSP, similar to what phpmyadmin is for PHP and MySQL?
The only one I know of is VDBC: http://bitlama.github.io/vdbc/
Although there doesn’t seem to be much activity around that project
Edit (2015-11-21) there is also