41 projects tagged "Web Application development"
ZK is a highly productive Java framework for building amazing enterprise Web and mobile applications. With event-driven components and an XUL-based markup language, developing is as simple as programming desktops and authoring HTML. Scripting languages include but are not limited to Java, JavaScript, Ruby, and Groovy.
Simple Groupware is a complete enterprise application offering email, calendaring, contacts, tasks, document management, synchronization with cell phones and Outlook, full-text search, and much more. Simple Groupware combines standards like RSS, iCalendar, vCard, IMAP, POP3, SMTP, CIFS, CSV, WebDAV, LDAP, and SyncML under one platform. Unlike other groupware software, Simple Groupware contains the programming language sgsML to enable the quick customization and creation of powerful Web applications.
OpenSAGA is a model-centric Web application framework. It focuses on an abstract, non-technical application model that gets translated into an actual application by OpenSAGA. The model is mostly intentional and declarative instead of procedural. It describes what is there and how it's connected to other things instead of describing what to do. OpenSAGA aims to abstract the business concerns of an application away from its technical aspects. Currently, the model is edited as XML files assisted by an XML schema and an Eclipse plugin.
proghelp generates a Web application using a modified create table SQL syntax. It generates PosgreSQL stored procedures, a db layer, a BLL layer, a Web interface using WebToolkit (Wt), and random data for testing. It sets up default security: authentication and authorization. Modified SQL grammar allows you to mark search keys: the project automatically generates function calls and stored procedures with these search keys and exposes them in the UI. The project looks at foreign key references and automatically builds select dialog boxes.
Mother is a framework written in Python and based on Twisted. It is designed to make development of Web applications easy and fast. It provides: simple URL mapping to code; handling of multiple content types (HTML, JSON, etc.); integration with Tentacles ORM; and the use of templating tools (currently, only Mako is supported).