23 projects tagged "Code Generators"
Zend Framework Installer is a PHP class that can be used to setup files for an application based on the Zend framework. It creates a common directory structure as recommended in the Zend Framework's manual. The class can also generate a bootstrap file and the index controller with its view.
SynApp2 is a development tool that generates database-backed Web applications by processing your MySQL or Oracle schema definition and producing the Web pages used to manage your data. It does more than an admin tool or file manager by considering table relations as a cohesive whole that drives the generation of a complete application that smoothly integrates your entire database design, complete with PDF reports. It is open, compact, efficient, and compatible with the tools and technologies you’re using now.
AutoCMS is a smaller CMS with the minimum needed to have a presence on the Internet. Its main file is less than 10kb large by default. No database is required. It only has the concept of one user (the admin). The password is protected with SHA1. CSS styles are easy to build and to change. Changing a page is very fast. XHTML and CSS code are validated by W3C validators. Data is stored in a PHP file which can be downloaded by FTP for backups. The generated contents are friendly for searchers. The result is visualized correctly in all browsers. It allows you to update all contents without having knowledge of programming.
PHP Viz is written in PHP and lets you create MySQL-driven PHP sites. A prime feature it provides is the support to link up multiple tables (based on foreign and primary keys) and create views from them. The application lets you create “sites” rather than simple pages. You can even have login protection on your site if you have a users table in your database. All the basic functions are there: you can create tabular views, single record view, and add and edit view. The generated code is very clean, simple, and based on a very very simplified MVC architecture. This allows for expansion and code reusability with ease.
Gastona is an approach for rapid and easy development in less than 1 MB, including sqlite and the complete documentation with samples. It is useful for developing tools and many other applications. The GUI is built through configuration using intuitive layout managers and the communication with widget and the logic using a text generator concept. Emphasis has been put on featured widgets (assisted table and tree) and in high-level commands (scanning files and a text parser for records).
RestyGWT is a GWT generator for REST services and JSON encoded data transfer objects. RestyGWT Rest Services allow you to define an asynchronous service API which is then implemented via GWT deferred binding by RestyGWT. It features generation of asynchronous RESTful JSON based service proxies, encoding and decoding of Java objects to JSON, and an easy-to-use REST API.