16 projects tagged "framework"
Ultimix is a framework for developing Web-based applications (CMS, portals, ERPs, etc.) It includes multi-language support, permits management, an MVC mini framework, package structure, a template engine, a Javascript library, a simple GUI library, a caching system, and CAPTCHA.
PhpStartApp (PSA) is intended to be the base of a PHP Web application. It is collection of classes, a small framework, that will help you to start a new Web application and tries to solve some common problems and tasks. It will not force you to drastically change your coding style or introduce tons of abstraction layers or wrappers that you have to learn. Its main purpose is to force modular design based on plug-ins and some common design patterns, and to provide flexible solutions for some common problems. The idea is that you build your application upon PSA by making plug-ins that are nothing more than classes that extend Psa_Plugin classes.
The KFramework is a Java/Swing framework for distributed/Web applications implementing the SOFEA/SOUI architecture and domain driven design. Under this approach the application leverages the power of personal computing for a true MVC platform, while reducing infrastructure costs and risks.
Fix8 is a modern open source C++ FIX framework featuring complete schema driven customisation, high performance, and fast application development. The system is comprised of a compiler for generating C++ message and field encoders, decoders, and instantiation tables, a runtime library to support the generated code and framework, and a set of complete client/server test applications. For the same message, Fix8 encodes 2.8 times faster and decodes 1.6 times faster than Quickfix, an average of 2 times. In other words, it reduces encode latency by 64% and reduces decode latency by 36%.
Wikitty is a key/value storage and search system. A Java object or a relational table is frozen when writing code or creating a database. To make them evolve, you have to go back into the code, write a migration process, etc. It is also hard to maintain coherent code when you want to develop the same application for similar needs with only small differences. Between the common code and the specific code, it can easily become a real burden. Wikitty tries to answer those problems, bringing a technical solution which is easy to put into place and to use.