3 projects tagged "tomcat"
once:radix is an integrated development environment (IDE) that operates entirely within a Web browser. once:radix supports two methods of connecting to the server. Most interest is focused on its Rich Internet Application (RIA) environment. This comes with a suite of five RIAs that perform specific roles: logging on or off, context-sensitive help, database administration, IDE, and client. In addition, the once:secureserver (oSS) can respond to commands from session-managed external Web servers.
The goal of dzo is to treat application database objects the same way the application's source code is treated, with respect to development, revision control, and deployment. Dzo uses a text file that contains native create statements for all database objects and compares them against the actual database-schema. As a result, dzo creates the SQL statements needed to update the database schema (or you can let dzo execute the SQL statements directly). If your application lives in a Tomcat or Java EE application server, dzo has a servlet that controls the deployment process, inspects and executes the necessary database changes, and finally deploys the application. Dzo currently works with HSQLDB, MySQL, Oracle, PostgreSQL, and SQL Server (more to come).