25 projects tagged "framework"
Vici MVC is a MVC Web application framework for .NET 2.0 or higher. It runs on the low-level ASP.NET layer provided by the .NET framework, but does not use ASP.NET WebForms and Controls. The framework is controller-centric as opposed to the view-centric architecture of ASP.NET WebForms. This allows Web applications to be built according to the MVC pattern with minimal effort. Vici MVC emphasises complete separation of concerns, ease of use, minimal configuration requirements, integration with any data access technology, performance, and easy deployment ("XCOPY deployment").
Cosmiqum is small and fast CMF that is aimed to make any site quickly. Almost all of its functionality is implemented through plugins. Any plugin can register a filter for a specific event and any plugin can be a filter, which is useful for plugins that need to process another plugin's data. Every action in the core is logged and any plugin can log any of its actions. PHP errors are not displayed to the user, but the developer can get them from a specific array. Different configurations can be used for different hosts.
mCommerce WebKit UI is a mobile commerce UI for WebKit-enabled mobile devices. It features intuitive searching and browsing, a streamlined sales funnel, conversion-friendly color scheming, easy customer support via native device functions (phone, SMS, and email), a touch-friendly minimal-click interface, accessible font and text rendering, and universal header and footer navigation.
openWebX is yet another object oriented PHP framework that follows the rules of strict separation of code and design. Using new technologies like couchDB or mongoDB as data-backends (with MySQL as fallback) nearly everything is an object. You don't have to write any HTML to get a Web site up and running. If you are developer, you simply "program" your site using PHP. If you are a content editor, you can use the included template system to describe your pages. Output is validated HTML5 by default, with other doctypes to choose from. All design is done by way of CSS. The mootools JavaScript framework is used to implement all kinds of client-side things, like galleries, informative popups, and form checkers.
SerfJ provides a very easy way of developing Java REST Web applications. It helps you to develop your application over an elegant MVC architecture, giving more importance to convention than configuration. This means, for example, you will not need configuration files or annotations in order to specify which view serves a controller's method. However, SerfJ is very flexible, so if you want to jump over those conventions, you can configure the behavior of your applications as you like. The framework tries to meet the JSR 311 specification, but it doesn't follow every point of the specification, because the purpose is to have a very intuitive library, and some some aspects of the specification are out of the scope of SerfJ.
Qoo is a lightweight and easy-to-customize PHP5 framework with a focus on simplicity and source code readability. It provides an elegant (H)MVC architecture and the possibility to extend your Qoo installation with any modules. Its modular design lets you select only the components you need. Its flexibility lets you do the same thing in different ways, allowing you to follow your own coding style or requirements.
vert.x (formerly known as node.x) is a polyglot asynchronous application framework. It embraces the good bits of event-driven frameworks like node.js without the bad bits. Everything is non-blocking, runs on the JVM, and is polyglot. You can use it from Ruby, Groovy, Java, JavaScript, Python, Clojure, and Scala.