Cloud Foundry: Design and Architecture
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Dave West on May 18, 2009
jsFiction announces the release of jsDraw2D, a Javascript library that allows developers to create graphics that include: basic shapes (e.g. polygon, arc, circle), filled shapes, and Bezier curves (linear, quadratic, cubic). Developers can also change the default origin of the coordinate system to any point in the div element containing the graphics and can choose either default or Cartesian coordinate systems. jsDraw2D also allows you to specify the scale of the drawing.

jsDraw2D joins a small but growing number of products that offer Web developers the ability to deliver advanced graphics capability using native Javascript. Like most of its competitors, this product is restricted to a handful of browsers: IE 7, Mozilla Firefox 3, Google Chrome, Opera 9.64 and Safari 4. Browsers must support some of the HTML5 specification, especially the use of the canvas tag.
Delivering interesting graphics in a Web browser has been a challenge for some time. Developers had to master yet another technology like Flash or Flex (along with the associated browser plug-in to run the code) or utilize low level tools like SVG or VML. Several alternatives have been offered with the intent to simplify graphical development and delivery. Walter Zorn's DHTML library provides simple shapes and lines in a javascript vector graphic library. Raphael is another example that wraps SVG or VML within javascript to create DOM consistent objects. Another example of a javascript library that provides simple graphic capability is Ortho. jsDraw2D offers some advanced capabilities (Bezier curves and scaling are two examples) that other libraries do not.
Perhaps the most sophisticated and capable Javascript based graphics offering is Sun's Lively Kernel project. Lively Kernel is a javascript implementation of Morphic, the graphics system developed for the Self programming language but most often encountered in Squeak (Smalltalk). Lively Kernel includes development tools that allow JavaScript applications to be inspected and modified from within the system itself. Unfortunately, Sun recently terminated this project so its future lies in the Open Source world.
jsDraw2D is the initial offering from jsFiction but they have plans to "create various innovative JavaScript libraries or applications that can help JavaScript developers, web developers or webmasters to extend the capability and functionality of the JavaScript." jsDraw2D is available as open source under the LGPL license.
Taming HTML5 and JS: High Performance Mobile, WebKit, FireFox Dev Tools @QCon New York
RDBMS to NoSQL: Managing the Transition
In today’s hyper-competitive world, later may be too late to adopt Agile development and this Roadmap for Success will help you get started. Download "Agile Development: A Manager's Roadmap for Success" now!
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
Andrew Watson talks about the work of the OMG, where CORBA is alive and well (hint: in your car), UML and UML Profiles vs. custom Modeling languages, DDS and other middleware, and much more.
Sohil Shah discusses creating iPhone and Android enterprise mobile applications based on cloud services using the open source platform OpenMobster.
Paul Sanford presents the transformations supported by data throughout its life cycle, and how that can be better done with Splunk, an engine for monitoring and analyzing machine-generated data.
A common “best practice” for unit tests is to only write a one assertion in each test. I intend to question this advice by showing that multiple assertions per test are both necessary and beneficial.
John Rauser presents the architectural and technological evolution of Amazon retail websites starting with 1994 and ending with adopting Amazon Web Services.
Michael Stal discusses system architecture quality, how to avoid architectural erosion, how to deal with refactoring, and design principles for architecture evolution.
Every developer has had to integrate with another system, API or component. Tis article provides strategies to handle the change and for he separating system boundaries.
No comments
Watch Thread Reply