Difference between revisions of "Joomla! Framework (CMS 1.5 and 1.6) vs Joomla! Platform"

From Joomla! Documentation

(Mark as needs review - the platform has been renamed back to the framework *sigh*)
(Updated contents)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{review}}
+
{{notice|This page discusses the differences between the Framework in the 1.5 and 1.6 versions of the Joomla CMS and the now-retired Joomla Platform. For information about the Joomla Framework project, see [[Framework]].}}
== Framework ==
+
 
{{Chunk:Framework}}
+
== Framework (CMS 1.5 and 1.6) ==
 +
{{Chunk:Framework (CMS 1.5 and 1.6)}}
 
== Introduction to Platform ==
 
== Introduction to Platform ==
 
{{Chunk:Platform}}
 
{{Chunk:Platform}}

Latest revision as of 11:28, 14 June 2013

Info non-talk.png
General Information

This page discusses the differences between the Framework in the 1.5 and 1.6 versions of the Joomla CMS and the now-retired Joomla Platform. For information about the Joomla Framework project, see Framework.

Framework (CMS 1.5 and 1.6)[edit]

The Joomla! Framework[1] was an important part of the Joomla! CMS architecture in the versions 1.5 and 1.6. It was based on modern object-oriented design patterns that make the Joomla core highly maintainable and easily extendable. Between April and July 2011, the Framework was rebranded as the Joomla! Platform and is now being developed separately from the Joomla! CMS. The first version of the CMS to ship with the Platform was version 1.7.

Third party developers benefit from the rich, and easily accessible functionality that the Joomla Framework provides.

The Joomla Architecture

Introduction to Platform[edit]

The Joomla Platform is a platform for writing Web and command line applications in PHP. It is free and open source software, distributed under the GNU General Public License version 2 or later. The Joomla Content Management System (CMS) is built on top of the Joomla Platform.[2]

The Joomla! Platform

As of 24 April 2013, the Platform project has been retired. The Platform has been merged back into the CMS, and the Framework has taken its place as the standalone application framework for Joomla! applications.[3][4]

The release of the Joomla Platform on 5 July 2011[5] marked an important change in the Joomla! CMS architecture. The Joomla! CMS was initially a monolithic application. One of the aims of the Joomla! project was to separate the codebase into the CMS and an underlying library, which could then be reused for other projects. In version 1.5 and 1.6, that separation was prepared by creating a division between the Framework (CMS 1.5 and 1.6) (which is unrelated to the new Framework project) and the Joomla! CMS Application. The Joomla! Platform project continued this effort by separating that framework into an independent project (both in terms of code and organization). The Joomla! Platform is an independent set of libraries which do not depend on the Joomla! CMS Application. These libraries are made up of libraries maintained by the Joomla! Project and libraries maintained by other 3rd party developers. The Platform could be used for web and command-line applications entirely independent of and unrelated to the CMS.

The home of the Joomla! Platform was the joomla/joomla-platform GitHub repository that contains the source and documentation. The Platform stopped accepting contributions on or before 24 April 2013.

Differences[edit]

The Joomla! Platform can now be used to build other CMS Applications or Web and command line Applications specific to a developer's needs such as eCommerce, Social Media, and other stand alone Applications. The Platform is stored on GitHub, which allows developers to easily fork the Platform code for their own purposes, and then if they want, integrate it into the main code branch. This will encourage more developers and even attract larger corporations to contribute to the Joomla! Platform who might not have done so before.[6]

Another good thing about the separation of the the Joomla! Platform it has a release schedule of every 3 months which allows for a faster integration of core features used by extension developers. The version number is determined by the the year of its release. For example, Joomla! Platform 11.1 was released in 2011 and 12.1 was released in 2012.[7]

See also and References[edit]