SlideShare a Scribd company logo
1 of 16
Community Builder 2.0:
Using a new way to build Web-Apps




          @ J and Beyond 2012
More
       Traditional design
       ① Specify
       ② Design
       ③ Implement
         (in MVC)



                     Design
                                                     (MVC)
                                              Implementation




                                                               …Unrelated !

                              © Joomlapolis - 2012                            2
More

       Community Builder             2.0
          5 Years of research
           at Lightning Labs!

                                          Specification    ✔ Related
                                                               !


                                                RESULT
                                 Layout




                                    © Joomlapolis - 2012               3
Look Ma !



                  NO Implementation!
                   No <?PHP ?> code!
                   No <script /> code!
                   No SQL queries!




2012-05-20              © Joomlapolis - 2012   4
INTRODUCING…




               AHA?WOW!                                       ™


               Automatic                      Web
               Homogenous
               Applications        ?          Optimized
                                              Workflows   !
                       © Joomlapolis - 2012                   5
AHA? …Compare… WOW!
Classical (H)MVC:                    AHA?WOW!™ MVC:
 Model + View + Controller
   implementation                        Specification only
 + Helpers
 and Javascript helpers                 Hierarchical – MVC

 Not hierarchical                       Agonistic
 Not agonistic
 Lot of “COPY-PASTE” code               No specific code (or very little)
 Lot of layouting
 Not formal                             Formal

                         © Joomlapolis - 2012                                 6
AHA?WOA!




              So……?
             …The 2’ Example:
           Currency rates browser


                 © Joomlapolis - 2012   7
More
       ❶ Model:
       <model name="currencies">
         <table name="#__currencies" />
         <class name="Currencies" />
       </model>

       <table name="#__currencies" class="Currency">
          <columns>
            <column name="id" type="sql:int(11)" label="Currency Id" />
            <column name="base_currency" type="sql:varchar(3)" label="Base currency" />
            <column name="currency" type="sql:varchar(3)" label="Target currency" />
            <column name="rate" type="sql:float" null="true" label="Exchange rate" />
          </columns>
       </table>
                          This installs / upgrades database !

                                       © Joomlapolis - 2012                           8
More
       ❷ Controller:

       <action name="show_currencies" request="view" requestparams="showcur" >
         <showview view="showcurrencies" mode="show">
            <model name="currencies">
         </showview>
       </action>




                          Controller links Model with View

                                     © Joomlapolis - 2012                        9
More
       ❸ View:

       <view name="showcurrencies" type="params" ui="admin" label="Currencies">
          <tablebrowser name="currenciesbrowser" label="Currency exchange rates">
             <listfields>
                <rows type="standard" height="auto" limit="15" >
                    <field name=""      type="rownumber"        width="20px" align="right" label="#" />
                    <field name="id"     type="primarycheckbox" width="20px" />
                    <field name="currency"     type="string"    width="10%" label="Currency" />
                    <field name="base_currency" type="string" width="30%" label="Base currency" />
                    <field name="rate"       type="float"    width="30%" label="Exchange rate" />
                    <field name="id"        type="int"     width="20%" label="Id" />
                </rows>
             </listfields>
          </tablebrowser>
       </view>
                               Views define Items to display & Layout

                                              © Joomlapolis - 2012                                        10
THE RESULT
   The result:




                  © Joomlapolis - 2012   11
CBSubs 2.0
 uses already
AHA?WOW!™




   © Joomlapolis - 2012   12
CBSubs Administration: 0 lines of specific code
            6900 lines of specifications (core CBSubs CB plugin) only

                41 controllers
                50 views
                56 models
                397 “queries”
                650 settings




2012-05-20                           © Joomlapolis - 2012                13
CB 2.0 uses AHA?WOW!™ & Bootstrap!




2012-05-20          © Joomlapolis - 2012   14
`ONE’ MORE THING…
            AHA?WOW DOES MUCH MORE:
            includes:
              Database-agonistic query-compiler
              Formal dataset query specifications
              Inheritence
              Permissions & Access Levels handling
            Handles 100% of the Admin interface
              Toolbar, Menus
              Online Help
              All field Types
              Tables, Graphs, Widgets, …
            And is event-driven

2012-05-20                           © Joomlapolis - 2012   15
Conclusion

            That was   5 Years of research in 5’
      AHA?WOW!                            ™

       Running Community Builder 2.0
       And your CB 2.0 extension
       And, maybe, one day, Joomla!



      beat@joomlapolis.com                               @joomlapolis


2012-05-20                        © Joomlapolis - 2012                  16

More Related Content

What's hot

Alfresco DevCon 2011. Implementing eGov Portal. Powered by Alfresco and Orbeon
Alfresco DevCon 2011. Implementing eGov Portal. Powered by Alfresco and OrbeonAlfresco DevCon 2011. Implementing eGov Portal. Powered by Alfresco and Orbeon
Alfresco DevCon 2011. Implementing eGov Portal. Powered by Alfresco and Orbeon
Oksana Kurysheva
 

What's hot (9)

Responsive Websites
Responsive WebsitesResponsive Websites
Responsive Websites
 
Semantic UI Introduction
Semantic UI IntroductionSemantic UI Introduction
Semantic UI Introduction
 
Angularjs tutorial
Angularjs tutorialAngularjs tutorial
Angularjs tutorial
 
Semantic ui
Semantic uiSemantic ui
Semantic ui
 
CSS in React
CSS in ReactCSS in React
CSS in React
 
Alfresco DevCon 2011. Implementing eGov Portal. Powered by Alfresco and Orbeon
Alfresco DevCon 2011. Implementing eGov Portal. Powered by Alfresco and OrbeonAlfresco DevCon 2011. Implementing eGov Portal. Powered by Alfresco and Orbeon
Alfresco DevCon 2011. Implementing eGov Portal. Powered by Alfresco and Orbeon
 
DrupalCamp NH
DrupalCamp NHDrupalCamp NH
DrupalCamp NH
 
Angular js
Angular jsAngular js
Angular js
 
Building a .Net – based Form Builder for Talisma
Building a .Net – based Form Builder for TalismaBuilding a .Net – based Form Builder for Talisma
Building a .Net – based Form Builder for Talisma
 

Similar to Community Builder 2.0: Using a new way to build Web-Apps

OCTO BOF - How to build Netvibes with AngularJS
OCTO BOF - How to build Netvibes with AngularJSOCTO BOF - How to build Netvibes with AngularJS
OCTO BOF - How to build Netvibes with AngularJS
Jonathan Meiss
 
Prism Tech Ed India
Prism Tech Ed IndiaPrism Tech Ed India
Prism Tech Ed India
rsnarayanan
 
Developing the unknown
Developing the unknownDeveloping the unknown
Developing the unknown
paul22blue
 
How Scala, Wicket, and Java EE Can Improve Web Development
How Scala, Wicket, and Java EE Can Improve Web DevelopmentHow Scala, Wicket, and Java EE Can Improve Web Development
How Scala, Wicket, and Java EE Can Improve Web Development
Bruno Borges
 

Similar to Community Builder 2.0: Using a new way to build Web-Apps (20)

Knockout js
Knockout jsKnockout js
Knockout js
 
Angular JS - Introduction
Angular JS - IntroductionAngular JS - Introduction
Angular JS - Introduction
 
Angular JS, A dive to concepts
Angular JS, A dive to conceptsAngular JS, A dive to concepts
Angular JS, A dive to concepts
 
OCTO BOF - How to build Netvibes with AngularJS
OCTO BOF - How to build Netvibes with AngularJSOCTO BOF - How to build Netvibes with AngularJS
OCTO BOF - How to build Netvibes with AngularJS
 
Software architectural design patterns(MVC, MVP, MVVM, VIPER) for iOS
Software architectural design patterns(MVC, MVP, MVVM, VIPER) for iOSSoftware architectural design patterns(MVC, MVP, MVVM, VIPER) for iOS
Software architectural design patterns(MVC, MVP, MVVM, VIPER) for iOS
 
The SharePoint & jQuery Guide - Updated 1/14/14
The SharePoint & jQuery Guide - Updated 1/14/14The SharePoint & jQuery Guide - Updated 1/14/14
The SharePoint & jQuery Guide - Updated 1/14/14
 
MVC(Model View Controller),Web,Enterprise,Mobile
MVC(Model View Controller),Web,Enterprise,MobileMVC(Model View Controller),Web,Enterprise,Mobile
MVC(Model View Controller),Web,Enterprise,Mobile
 
Prism Tech Ed India
Prism Tech Ed IndiaPrism Tech Ed India
Prism Tech Ed India
 
Introduction to Angularjs : kishan kumar
Introduction to Angularjs : kishan kumarIntroduction to Angularjs : kishan kumar
Introduction to Angularjs : kishan kumar
 
Introduction to Angularjs
Introduction to AngularjsIntroduction to Angularjs
Introduction to Angularjs
 
JavaCro'15 - Web UI best practice integration with Java EE 7 - Peter Lehto
JavaCro'15 - Web UI best practice integration with Java EE 7 - Peter LehtoJavaCro'15 - Web UI best practice integration with Java EE 7 - Peter Lehto
JavaCro'15 - Web UI best practice integration with Java EE 7 - Peter Lehto
 
Developing the unknown
Developing the unknownDeveloping the unknown
Developing the unknown
 
MVC & backbone.js
MVC & backbone.jsMVC & backbone.js
MVC & backbone.js
 
Introduction to Angular Js
Introduction to Angular JsIntroduction to Angular Js
Introduction to Angular Js
 
How Scala, Wicket, and Java EE Can Improve Web Development
How Scala, Wicket, and Java EE Can Improve Web DevelopmentHow Scala, Wicket, and Java EE Can Improve Web Development
How Scala, Wicket, and Java EE Can Improve Web Development
 
ASP.net MVC Introduction Wikilogia (nov 2014)
ASP.net MVC Introduction Wikilogia (nov 2014)ASP.net MVC Introduction Wikilogia (nov 2014)
ASP.net MVC Introduction Wikilogia (nov 2014)
 
MVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on RailsMVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on Rails
 
Home management WebApp presentation
Home management WebApp presentationHome management WebApp presentation
Home management WebApp presentation
 
A Smooth Transition to HTML5
A Smooth Transition to HTML5A Smooth Transition to HTML5
A Smooth Transition to HTML5
 
Advanced Flow Techniques with Apex and Visualforce
Advanced Flow Techniques with Apex and VisualforceAdvanced Flow Techniques with Apex and Visualforce
Advanced Flow Techniques with Apex and Visualforce
 

More from CB Team @ Joomlapolis

Implementation without coding using Community Builder framework tools
Implementation without coding using Community Builder framework tools Implementation without coding using Community Builder framework tools
Implementation without coding using Community Builder framework tools
CB Team @ Joomlapolis
 

More from CB Team @ Joomlapolis (20)

JAB14 Honey I shrunk the code
JAB14 Honey I shrunk the codeJAB14 Honey I shrunk the code
JAB14 Honey I shrunk the code
 
Community Builder 2.0 Presentation at Joomla! Day France 2014
Community Builder 2.0 Presentation at Joomla! Day France 2014Community Builder 2.0 Presentation at Joomla! Day France 2014
Community Builder 2.0 Presentation at Joomla! Day France 2014
 
Community Builder 2.0 Preview Webinar
Community Builder 2.0 Preview WebinarCommunity Builder 2.0 Preview Webinar
Community Builder 2.0 Preview Webinar
 
Cb subs gpl-membership-sites
Cb subs gpl-membership-sitesCb subs gpl-membership-sites
Cb subs gpl-membership-sites
 
Juk 2013-getting-started-with-cbsubs
Juk 2013-getting-started-with-cbsubsJuk 2013-getting-started-with-cbsubs
Juk 2013-getting-started-with-cbsubs
 
JUK 2013-implementation-wo-coding
JUK 2013-implementation-wo-codingJUK 2013-implementation-wo-coding
JUK 2013-implementation-wo-coding
 
Civicon london-2013: Joomla 2 CiviCRM plugin and CB Auto Actions
Civicon london-2013: Joomla 2 CiviCRM plugin and CB Auto ActionsCivicon london-2013: Joomla 2 CiviCRM plugin and CB Auto Actions
Civicon london-2013: Joomla 2 CiviCRM plugin and CB Auto Actions
 
Joomla Day Switzerland 2013 Presentation Slides
Joomla Day Switzerland 2013 Presentation SlidesJoomla Day Switzerland 2013 Presentation Slides
Joomla Day Switzerland 2013 Presentation Slides
 
Implementation without coding using Community Builder framework tools
Implementation without coding using Community Builder framework tools Implementation without coding using Community Builder framework tools
Implementation without coding using Community Builder framework tools
 
Joomla daytoulouse2013 talk-slides
Joomla daytoulouse2013 talk-slidesJoomla daytoulouse2013 talk-slides
Joomla daytoulouse2013 talk-slides
 
Jd gr-2012-workshop
Jd gr-2012-workshopJd gr-2012-workshop
Jd gr-2012-workshop
 
Jd greece-2012-joomla-community-abc
Jd greece-2012-joomla-community-abcJd greece-2012-joomla-community-abc
Jd greece-2012-joomla-community-abc
 
Jab 2012-contribute
Jab 2012-contributeJab 2012-contribute
Jab 2012-contribute
 
CB Workshop with uddeIM, Kunena, GroupJive and CBSubs
CB Workshop with uddeIM, Kunena, GroupJive and CBSubsCB Workshop with uddeIM, Kunena, GroupJive and CBSubs
CB Workshop with uddeIM, Kunena, GroupJive and CBSubs
 
Jpb kunena-quickstart
Jpb kunena-quickstartJpb kunena-quickstart
Jpb kunena-quickstart
 
Jpb cb-joomla-articles-quickstart
Jpb cb-joomla-articles-quickstartJpb cb-joomla-articles-quickstart
Jpb cb-joomla-articles-quickstart
 
Jpb joomla25-quickstart
Jpb joomla25-quickstartJpb joomla25-quickstart
Jpb joomla25-quickstart
 
Jpb cb admin-nav-quickstart
Jpb cb admin-nav-quickstartJpb cb admin-nav-quickstart
Jpb cb admin-nav-quickstart
 
Jpb udde im-quickstart
Jpb udde im-quickstartJpb udde im-quickstart
Jpb udde im-quickstart
 
Jpb group jive-quickstart
Jpb group jive-quickstartJpb group jive-quickstart
Jpb group jive-quickstart
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 

Community Builder 2.0: Using a new way to build Web-Apps

  • 1. Community Builder 2.0: Using a new way to build Web-Apps @ J and Beyond 2012
  • 2. More Traditional design ① Specify ② Design ③ Implement (in MVC) Design (MVC) Implementation …Unrelated ! © Joomlapolis - 2012 2
  • 3. More Community Builder 2.0  5 Years of research at Lightning Labs! Specification ✔ Related ! RESULT Layout © Joomlapolis - 2012 3
  • 4. Look Ma ! NO Implementation! No <?PHP ?> code! No <script /> code! No SQL queries! 2012-05-20 © Joomlapolis - 2012 4
  • 5. INTRODUCING… AHA?WOW! ™ Automatic Web Homogenous Applications ? Optimized Workflows ! © Joomlapolis - 2012 5
  • 6. AHA? …Compare… WOW! Classical (H)MVC: AHA?WOW!™ MVC:  Model + View + Controller implementation  Specification only  + Helpers  and Javascript helpers  Hierarchical – MVC  Not hierarchical  Agonistic  Not agonistic  Lot of “COPY-PASTE” code  No specific code (or very little)  Lot of layouting  Not formal  Formal © Joomlapolis - 2012 6
  • 7. AHA?WOA! So……? …The 2’ Example: Currency rates browser © Joomlapolis - 2012 7
  • 8. More ❶ Model: <model name="currencies"> <table name="#__currencies" /> <class name="Currencies" /> </model> <table name="#__currencies" class="Currency"> <columns> <column name="id" type="sql:int(11)" label="Currency Id" /> <column name="base_currency" type="sql:varchar(3)" label="Base currency" /> <column name="currency" type="sql:varchar(3)" label="Target currency" /> <column name="rate" type="sql:float" null="true" label="Exchange rate" /> </columns> </table> This installs / upgrades database ! © Joomlapolis - 2012 8
  • 9. More ❷ Controller: <action name="show_currencies" request="view" requestparams="showcur" > <showview view="showcurrencies" mode="show"> <model name="currencies"> </showview> </action> Controller links Model with View © Joomlapolis - 2012 9
  • 10. More ❸ View: <view name="showcurrencies" type="params" ui="admin" label="Currencies"> <tablebrowser name="currenciesbrowser" label="Currency exchange rates"> <listfields> <rows type="standard" height="auto" limit="15" > <field name="" type="rownumber" width="20px" align="right" label="#" /> <field name="id" type="primarycheckbox" width="20px" /> <field name="currency" type="string" width="10%" label="Currency" /> <field name="base_currency" type="string" width="30%" label="Base currency" /> <field name="rate" type="float" width="30%" label="Exchange rate" /> <field name="id" type="int" width="20%" label="Id" /> </rows> </listfields> </tablebrowser> </view> Views define Items to display & Layout © Joomlapolis - 2012 10
  • 11. THE RESULT  The result: © Joomlapolis - 2012 11
  • 12. CBSubs 2.0 uses already AHA?WOW!™ © Joomlapolis - 2012 12
  • 13. CBSubs Administration: 0 lines of specific code  6900 lines of specifications (core CBSubs CB plugin) only  41 controllers  50 views  56 models  397 “queries”  650 settings 2012-05-20 © Joomlapolis - 2012 13
  • 14. CB 2.0 uses AHA?WOW!™ & Bootstrap! 2012-05-20 © Joomlapolis - 2012 14
  • 15. `ONE’ MORE THING…  AHA?WOW DOES MUCH MORE:  includes:  Database-agonistic query-compiler  Formal dataset query specifications  Inheritence  Permissions & Access Levels handling  Handles 100% of the Admin interface  Toolbar, Menus  Online Help  All field Types  Tables, Graphs, Widgets, …  And is event-driven 2012-05-20 © Joomlapolis - 2012 15
  • 16. Conclusion  That was 5 Years of research in 5’ AHA?WOW! ™  Running Community Builder 2.0  And your CB 2.0 extension  And, maybe, one day, Joomla! beat@joomlapolis.com @joomlapolis 2012-05-20 © Joomlapolis - 2012 16

Editor's Notes

  1. CB is designed to be expandable – features are built over a solid framework.
  2. CB is designed to be expandable – features are built over a solid framework.
  3. CB is designed to be expandable – features are built over a solid framework.
  4. CB is designed to be expandable – features are built over a solid framework.
  5. CB is designed to be expandable – features are built over a solid framework.