Mobile Frameworks Comparison Chart
Mobile Frameworks Comparison Chart
http://www.markus-falk.com/mobile-frameworks-comparison-chart/ via http://www.webresourcesdepot.com/a-detailed-comparison-of-mobile-frameworks/What is Node.x?
* A general purpose framework that uses an event based style forLager (as in the beer) is a logging framework for Erlang. Its purpose is to provide a more traditional way to perform logging in an erlang application that plays nicely with traditional UNIX logging tools like logrotate and syslog.
http://blog.basho.com/2011/07/20/Introducing-Lager-A-New-Logging-Framework-fo...
Raphters is a web framework for C based on the rapht architectural pattern
.
Treesaver is a JavaScript framework for creating magazine-style layouts that dynamically adapt to a wide variety of browsers and devices. Designers use standards-compliant HTML and CSS for both content and design, no JavaScript programming is required.
Key features and aspects:
Project page: http://treesaverjs.com/
Code (GitHub): https://github.com/Treesaver/treesaver
Wiki: https://github.com/Treesaver/treesaver/wiki
Demo: http://www.publicintegrity.org/treesaver/tuna/index.html
Three20 is an iPhone development library. It's the code that powers the Facebook iPhone app and many other apps in the app store.
Core
Think of core as your swiss-army knife of Objective-C development. You should take some time to familiarize yourself with its features.
With the Three20 Core you can
You'll find all of these methods in the Three20 Xcode project in the
Global => Core and Global => Additions => Core groups.
Network
If you're building an app that uses a web-based API, Three20's Network component is going to make your job easier. Three20 supports disk and memory network caching. There is also a layer built upon requests that makes it easy to process the response data.
UI
A growing set of common views and controllers is available within the Three20 UI. The well-known Facebook photo browser/thumbnail viewer is one such controller.
The OSGi specification (R4.2) introduced a provisional specification called composite bundles. In this talk the lead developers of two prominent open source OSGi framework implementations will join forces to discuss lessons learned with the provisional composite bundle specification and what improvements are expected for the next release of the core framework specification for composite bundles. Richard Hall is the chair of the Apache Felix project and Tom Watson is the co-lead of the Eclipse Equinox project. Together they will explain the issues with the R4.2 provisional composite specification and discuss the changes being done in order to graduate the composite bundle specification for the next OSGi core specification release.
The OSGi framework provides a powerful runtime for the Java platform, which promotes strong modularity, versioning and dynamic management of applications. Bundles (or modules) installed in the framework are expected to collaborate and live together sharing the same service registry and public class space. Until now there was no standard way to provide additional isolation to a group of bundles installed in a single framework. In this talk we will discuss how composite bundles can be used to provide additional isolation to a group of bundles or applications installed into the framework. Composite bundles are managed in a similar way as other bundles installed into an OSGi framework. The key difference is the content of a composite bundle is composed by a set of bundles called constituents. Conceptually a composite bundle provides a virtual framework, called a composite framework, where constituent bundles are installed and running. The composite bundle can be used to manage the composite framework. Composite bundles support a two-way relationship between the parent framework and composite framework instances, where packages and services can be shared from the parent to the composite framework and vice versa. During this talk we will go into the gory details of the composite bundle specification and demonstrate composite bundles running on an OSGi framework implementation.
Vaadin is a Java web application framework. It is designed for creating rich and interactive applications that run in the browser, without any plugins. A server-driven architecture together with reusable component model is used to simplify programming of applications and for better web application security. No HTML, XML or JavaScript necessary and all Java libraries and tools at your disposal.