Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Vaadin is a web application framework for Rich Internet Applications (RIA). In contrast to Javascript libraries and browser-plugin based solutions it features a server-side architecture, which means that the majority of the logic runs on the servers. Ajax technology is used at the browser-side to ... [More] ensure a rich and interactive user experience. Vaadin is a big collection of UI components. There are server-side components like Button, Table, Tree that you use to compose the application user interface. The components use events, listeners and data binding to communicate with each other and the business logic. The component based architecture together with the data binding features help you to build applications that are easily modularized and refactored as needed. [Less]

4.8
   
  0 reviews  |  363 users  |  4,678,194 lines of code  |  54 current contributors  |  Analyzed 1 day ago
 
 

With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.

4.67123
   
  3 reviews  |  149 users  |  263,886 lines of code  |  16 current contributors  |  Analyzed 2 days ago
 
 

Lazy Query Container is a Vaadin framework addon which provides lazy loading container for Vaadin tables. Lazy Query Container supports buffered reads and writes of items. Data reads and writes are delegated through Query interface to an application specific business delegate.The QueryFactory and ... [More] Query interface implementations are designed to be application specific and should invoke a data source like WebService client, JDBC connection, JPA context or Java service class to read and write data items. The data source has to support querying data in batches.Lazy Query Container supports the following features: lazy loading of items, loading Items in batches, item caching with limited cache size, sorting, query statistics, changing item set and changing property set. Since version 1.1.0 Lazy Query Container also supports adding items, modifying items and removing items. The changes are buffered and can be either commited or discarded. Row status icons and status column generator are also included to allow for visualization of row states. See the demo for hands on experience on the features.If you like this add-on please add it to your stack in ohloh by clicking I use this button in the project page: https://www.ohloh.net/p/vaadin-lazyquerycontainer [Less]

4.66667
   
  0 reviews  |  7 users  |  5,880 lines of code  |  5 current contributors  |  Analyzed 7 days ago
 
 

Web core framework for aspnet mvc applications

5.0
 
  0 reviews  |  1 user  |  54,470 lines of code  |  1 current contributor  |  Analyzed 21 days ago
 
 
Compare

gara is a JavaScript-Toolkit. The gara toolkit comes with two powerful packages to create Rich Internet Applications (RIA). The jsWT (JavaScript Widget Toolkit) package for the UI-widgets and the jsFace package to support the MVC design-pattern.

5.0
 
  0 reviews  |  1 user  |  31,606 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

CFmaker is a simple, ColdFusion framework for developing 'single-page' web-applications. The framework utilizes a view/event model implemented through ColdFusion components, custom tags, and AJAX capabilities. Current functionality includes: Event model with support for custom events and ... [More] threaded event handlers; SES "command-driven" URLs; strict view/controller implementation (based on directory structure); implicit invocation of controller(s); implicit handling of ORM transactions via implicit event handling. In addition there are myriad helper functions to implement framework functionality. In the works: jQuery plugin, javascript framework, debugger... Future plans: GUI for editing views; data/blazon modeler GUI; development stage-cycling; and display & UI services. [Less]

0
 
  0 reviews  |  0 users  |  6,648 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Updates The stable code of Trefoil 1.0 is officially released as Trefoil 1.0 Release Candidate 2. NotesTrefoil is a web-hosting service management system based on Debsirin School's Com2Net service, a prototype project. This project is dual-licensed in GNU GPL 2 and MIT License. See the ... [More] most recent announcement at http://shiroyuki.com/blog/2009/11/trefoil-update-and-release/. [Less]

0
 
  0 reviews  |  0 users  |  4,220 lines of code  |  0 current contributors  |  Analyzed 22 days ago
 
 

First thought: jswaf is NOT a javascript library! Right now, there is a massive redign towards making jswaf much more programmer friendly and much more flexible than before! What is jswaf?jswaf is a highly modular web application container that can host modern AJAX web applications. What does ... [More] jswaf do?jswaf brings the web application development model pretty close a conventional desktop application development paradigm. jswaf separates functionality from the UI. It also separates multiple functionalities and converts each aspect into a module. It (kind of) enforces an MVC model. it is highly suited for developing ajax web applications. How does jswaf work?jswaf has three primary abstractions: themes, modules and "pages". themes pieces of html/css that decide the UI of the web application. modules are basically chunks of structured object oriented javascript that exhibit particular functionality. they are (somehow) able to place themselves on the front end (in the browser) irrespective of the theme (explained in a moment) a "page" is an application view (often the only view). Fundamentals of jswafeach module requires some "resources" to exists, and it cannot be "initialized" unless those resources are available. each module produces some "resources". These resources may be configuration items, DOM objects or javascript functions. there is always a module that manages the theme. it produces resources (DOM objects) such as "header", "sidebar", "body", "navigation" etc. These resources are consumed by other modules. This is how modules are able to place themselves on themes automatically. a central module manager serves as the “operating system” of jswaf, mediating communication, delegating control and allocating resources to modules. [Less]

0
 
  0 reviews  |  0 users  |  3,789 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.