JALCEDO is a Rich Client Java Application development environment that also includes a database management tool. It is accessible to create and modify a database from the client PC via Http network based on Eclipse RCP. It support multiple database, including PostgreSQL and MySQL.
Eclipse RCP has no capability of C/S communication function, therefore JALCEDO provides communicational modules and servlet using WebRowSet (J2SE5.0) to reduce most of required code for connecting server application and JDBC.
Using an Application based on JALCEDO, most of the database operations work on only WebRowSet objects of client side, therefore ensuring faster response for server access.