Zend Framework Is As Follows

Total Page:16

File Type:pdf, Size:1020Kb

Zend Framework Is As Follows Zend Framework i Zend Framework About the Tutorial Zend is an open source PHP framework. It is pure object-oriented and built around the MVC design pattern. Zend framework contains collection of PHP packages which can be used to develop web applications and services. Zend was started by Andi Gutmans and Zeev Suraski. This tutorial will give you a quick introduction to Zend Framework and make you comfortable with its various components. Audience This tutorial has been prepared for professionals who are aspiring to make a career in Zend framework. This will give you enough understanding on how to create and develop a website using Zend. Prerequisites Before proceeding with the various types of components given in this tutorial, it is being assumed that the readers are already aware about what a Framework is. In addition to this, it will also be very helpful if you have sound knowledge on HTML, PHP and the OOPS concepts. Copyright & Disclaimer Copyright 2017 by Tutorials Point (I) Pvt. Ltd. All the content and graphics published in this e-book are the property of Tutorials Point (I) Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy, distribute or republish any contents or a part of contents of this e-book in any manner without written consent of the publisher. We strive to update the contents of our website and tutorials as timely and as precisely as possible, however, the contents may contain inaccuracies or errors. Tutorials Point (I) Pvt. Ltd. provides no guarantee regarding the accuracy, timeliness or completeness of our website or its contents including this tutorial. If you discover any errors on our website or in this tutorial, please notify us at [email protected] i Zend Framework Table of Contents About the Tutorial .................................................................................................................................... i Audience .................................................................................................................................................. i Prerequisites ............................................................................................................................................ i Copyright & Disclaimer ............................................................................................................................. i Table of Contents .................................................................................................................................... ii 1. ZEND FRAMEWORK – INTRODUCTION ................................................................................ 1 2. ZEND FRAMEWORK – INSTALLATION................................................................................... 3 Install Zend Framework ........................................................................................................................... 3 3. ZEND FRAMEWORK – SKELETON APPLICATION ................................................................... 4 Installation using Composer .................................................................................................................... 4 Unit Tests ................................................................................................................................................ 8 Apache Web Server ............................................................................................................................... 11 4. ZEND FRAMEWORK – MVC ARCHITECTURE ....................................................................... 12 5. ZEND FRAMEWORK – CONCEPTS ...................................................................................... 13 6. ZEND FRAMEWORK – SERVICE MANAGER ......................................................................... 14 Install Service Manager ......................................................................................................................... 14 Factory Method..................................................................................................................................... 15 Abstract Factory Method ...................................................................................................................... 17 Initializer Method.................................................................................................................................. 17 Delegator Factory Method .................................................................................................................... 18 Plugin Manager ..................................................................................................................................... 18 Configuration Option ............................................................................................................................ 19 ii Zend Framework 7. ZEND FRAMEWORK – EVENT MANAGER ........................................................................... 20 8. ZEND FRAMEWORK – MODULE SYSTEM ............................................................................ 25 MVC Web Module System ..................................................................................................................... 25 Module Class ......................................................................................................................................... 26 9. ZEND FRAMEWORK – APPLICATION STRUCTURE ............................................................... 27 Structure of the Application Modules ................................................................................................... 31 10. ZEND FRAMEWORK – CREATING A MODULE ..................................................................... 33 11. ZEND FRAMEWORK – CONTROLLERS................................................................................. 37 AbstractActionController ...................................................................................................................... 38 AbstractRestfulController...................................................................................................................... 39 AbstractConsoleController .................................................................................................................... 39 12. ZEND FRAMEWORK – ROUTING ........................................................................................ 40 Route & RouteStack .............................................................................................................................. 40 Type of Routes ...................................................................................................................................... 41 Configuring Route in Tutorial Module ................................................................................................... 43 13. ZEND FRAMEWORK – VIEW LAYER .................................................................................... 45 View Layer Configuration ...................................................................................................................... 45 Controllers and View Layer ................................................................................................................... 46 Passing Data to View Layer ................................................................................................................... 47 View Helpers ......................................................................................................................................... 47 Built-in Helpers ..................................................................................................................................... 48 Creating View Helpers ........................................................................................................................... 56 iii Zend Framework 14. ZEND FRAMEWORK – LAYOUT ........................................................................................... 58 Creating a new layout ........................................................................................................................... 60 15. ZEND FRAMEWORK – MODELS & DATABASE ..................................................................... 62 Models in Zend Framework ................................................................................................................... 62 Database in Zend Framework ................................................................................................................ 62 16. ZEND FRAMEWORK – DIFFERENT DATABASES ................................................................... 70 17. ZEND FRAMEWORK – FORMS & VALIDATION .................................................................... 72 Install Form Component ........................................................................................................................ 72 Example ................................................................................................................................................ 72 18. ZEND FRAMEWORK – FILE UPLOADING ............................................................................. 81 FileInput Class ....................................................................................................................................... 81 File Upload – Working Example ............................................................................................................. 82 19. ZEND FRAMEWORK – AJAX ...............................................................................................
Recommended publications
  • Zend Server for IBM I Editions
    COMPARISON CHART Zend Server for IBM i Editions PRODUCTION EDITION DETAILED FEATURE COMPARISON The Zend Server for IBM i Basic is available for free to all IBM i users who want to get started with PHP on IBM i. The Professional and Enterprise Editions have additional capabilities and support options for teams deploying commercial applications. Features Basic Professional Enterprise For getting started with For running business For running mission critical, PHP on IBM i critical applications enterprise applications Support and Security Fixes Support via... Web Tickets Phone Phone (24x7x365) P1 Response Time 2 Business Days 6 Business Hours 2 Hours Security Hot Fixes 8 4 4 PHP, ZF 1 & 2 & Apigility 8 4 4 Support Long-Term Support (LTS) 8 4 4 Customer Requested Fixes for 8 8 4 PHP, ZF 1 & 2 & Apigility www.zend.com Zend by Perforce © 2019 Perforce Software, Inc. All trademarks and registered trademarks are the property of their respective owners. Monitoring & Basic Professional Enterprise Root-Cause Analysis Runtime Trending Dashboards 4 4 4 Comprehensive Application 4 4 4 Monitoring URL Insight - Insight Into 8 4 4 Top URLs Custom Events - 8 4 4 Programmatic Events Z-Ray - Secured Access 8 4 4 in Production Z-Ray - End User Support 8 4 4 Event-Triggered Code Traces 8 4 4 Read Only Access for 8 4 4 Developers Event Alerting 8 4 4 Integration APIs 8 4 4 Metric & Data Retention 2 Weeks 3 Months Unlimited Performance & Basic Professional Enterprise Scalability OPcache - Bytecode Caching 4 4 4 Data Cache - Data Object 4 4 4 Caching Page Cache - URL Caching 8 4 4 Job Queue - Offline Process- 8 4 4 ing & Jobs Management www.zend.com Zend by Perforce © 2019 Perforce Software, Inc.
    [Show full text]
  • Coursphp.Pdf
    PHP 5 POEC – PHP 2017 1 Qu'est-ce que PHP ? PHP (PHP Hypertext PreProcessor) est un langage de programmation. Il s’agit d’un langage interprété et indépendant de la plate-forme d'exécution. Il permet de générer des pages HTML dynamiques. Il s’avère utile pour utiliser de ressources serveurs comme des bases de données. Une large communauté d’utilisateurs PHP existe. De nombreuses documentations et ressources sont disponibles. 2 Licence de PHP ? PHP est distribué via une licence propre qui permet sa rediffusion, son utilisation, sa modification. PHP est distribué librement et gratuitement. 3 Que faire avec PHP ? Des sites Web La partie serveur de tout type d’application : Application Web Application mobile Applications utilisables en ligne de commande (scripting) 4 Quelques technologies concurrentes à PHP • JSP : Java-Server Pages • Technologie de Sun • Semblable à PHP mais la partie dynamique est écrite en Java • ASP.Net: Active Server Pages • Produit de Microsoft • Contenu dynamique pouvant être écrit dans tous les langages de la plateforme .Net (les plus utilisés étant le C# et le VB.Net) • Le choix entre PHP, JSP et ASP.Net est plus "politique" que technique. 5 Intérêts d’utiliser PHP • Très populaire et très utilisé – Utilisé par des sites internet à très fort trafic tels Yahoo ou Facebook • Amène un certain nombre de personnes à améliorer le langage – Simplifie l’accès à de la documentation • Syntaxe simple à prendre en main (héritée du C, du Shell et du Perl) • Très portable (fonctionne sous Windows, Linux, Mac…) •
    [Show full text]
  • Zend Framework 3 Cookbook
    Table of Contents Introduction 1.1 About the authors 1.2 Configuration zend-config for all your configuration needs 2.1 Manage your application with zend-config-aggregator 2.2 Data Manipulation Convert objects to arrays and back with zend-hydrator 3.1 Scrape Screens with zend-dom 3.2 Paginating data collections with zend-paginator 3.3 Log and Feeds Logging PHP applications 4.1 Discover and Read RSS and Atom Feeds 4.2 Create RSS and Atom Feeds 4.3 Authentication and Authorization Manage permissions with zend-permissions-rbac 5.1 Manage permissions with zend-permissions-acl 5.2 Web Services Implement JSON-RPC with zend-json-server 6.1 Implement an XML-RPC server with zend-xmlrpc 6.2 Implement a SOAP server with zend-soap 6.3 2 Security Context-specific escaping with zend-escaper 7.1 Filter input using zend-filter 7.2 Validate input using zend-validator 7.3 Validate data using zend-inputfilter 7.4 End-to-end encryption with Zend Framework 3 7.5 Deployment and Virtualization Create ZPKs the Easy Way 8.1 Using Laravel Homestead with Zend Framework Projects 8.2 Copyright Copyright note 9.1 3 Introduction Zend Framework 3 Cookbook During the year 2017, Matthew Weier O'Phinney and Enrico Zimuel started a series of blog posts on the offical Zend Framework blog covering its components. Zend Framework is composed by 60+ components covering a wide range of functionality. While the framework has typically been marketed as a full-stack MVC framework, the individual components themselves typically work independently and can be used standalone or within other frameworks.
    [Show full text]
  • Php: Variabile
    Service Oriented Architectures / busaco ~ / programare Web ____ _ _ ____ profs.info.uaic.ro ( _ \( )_( )( _ \ )___/ ) _ ( )___/ (__) (_) (_)(__) Dr. Sabin Sabin Buraga Dr. dezvoltarea aplicațiilor Web în PHP / busaco ~ „E mediocru ucenicul / care nu-și depășește maestrul.” profs.info.uaic.ro Leonardo da Vinci Dr. Sabin Sabin Buraga Dr. Personal Home Page Tools (1995) Rasmus Lerdorf / PHP 3 (1998) busaco ~ dezvoltat de Zend – Zeev Suraski & Andi Gutmans / PHP 4 (2000) suport pentru programare obiectuală profs.info.uaic.ro PHP 5 (2004) – varianta cea mai recentă: PHP 5.6 (2014) noi facilități inspirate de Java PHP 6 (actualmente abandonat) Dr. Sabin Sabin Buraga Dr. phpngPHP 7 (2015), PHP 7.1 (la final de 2016) strong typing, suport pentru Unicode, performanță,… php: caracterizare / busaco ~ Server de aplicații Web / oferă un limbaj de programare profs.info.uaic.ro de tip script, interpretat poate fi inclus direct și în cadrul documentelor HTML Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ Limbajul PHP este procedural, oferind suport și / pentru alte paradigme de programare (obiectuală și, mai recent, funcțională) profs.info.uaic.ro Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ Limbajul PHP este procedural, oferind suport și / pentru alte paradigme de programare (obiectuală și, mai recent, funcțională) profs.info.uaic.ro poate fi folosit și ca limbaj de uz general Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ Sintaxă inspirată de C, Perl și Java – case sensitive / uzual, programele PHP au extensia .php profs.info.uaic.ro Dr. Sabin Sabin Buraga Dr. php: caracterizare / busaco ~ / Disponibil gratuit – open source – pentru diverse platforme (Linux, Windows, macOS, UNIX) profs.info.uaic.ro și servere Web: Apache, IIS, nginx,… www.php.net Sabin Buraga Dr.
    [Show full text]
  • Interaktiv Hemsida Med PHP Och Mysql
    Examensarbete LITH-ITN-EX--03/013--SE Interaktiv hemsida med PHP och MySQL Håkan Bertilsson Rickard Wikström 2003-06-02 Department of Science and Technology Institutionen för teknik och naturvetenskap Linköping University Linköpings Universitet SE-601 74 Norrköping, Sweden 601 74 Norrköping LITH-ITN-EX--03/013--SE Interaktiv hemsida med PHP och MySQL Examensarbete utfört i Elektronisk publicering vid Linköpings Tekniska Högskola, Campus Norrköping Håkan Bertilsson Rickard Wikström Handledare: Stefan Gustavson Examinator: Carina Qvarford Norrköping den 2/6 2003 Datum Avdelning, Institution Date Division, Department Institutionen för teknik och naturvetenskap 2003-06-02 Department of Science and Technology Språk Rapporttyp ISBN Language Report category _____________________________________________________ x Svenska/Swedish Licentiatavhandling ISRN LITH-ITN-EX--03/013--SE Engelska/English x Examensarbete _________________________________________________________________ x C-uppsats Serietitel och serienummer ISSN D-uppsats Title of series, numbering ___________________________________ _ ________________ Övrig rapport _ ________________ URL för elektronisk version http://www.ep.liu.se/exjobb/itn/2003/mk/013/ Titel Interaktiv hemsida med PHP och MySQL Title Interactive website using PHP and MySQL Författare Håkan Bertilsson Rickard Wikström Author Håkan Bertilsson Rickard Wikström Sammanfattning Detta examensarbete är utfört åt Cervera i Norrköping och Linköping. Uppgiften var att skapa en professionell interaktiv hemsida åt företaget där delar av företagets varusortiment kan presenteras. Förutom en hemsida vänd till potentiella kunder så skapades en applikation upplagd på Internet där företagets anställda kan lista, uppdatera, radera och skapa poster som är lagrade i en databas. Detta för att enklare kunna styra innehållet på hemsidan. I huvudsak har PHP och HTML använts för att skapa hemsidan i kombination med databaser i MySQL.
    [Show full text]
  • Student Authored Textbook on Software Architectures
    Software Architectures: Case Studies Authors: Students in Software Architectures course Computer Science and Computer Engineering Department University of Arkansas May 2014 Table of Contents Chapter 1 - HTML5 Chapter 2 – XML, XML Schema, XSLT, and XPath Chapter 3 – Design Patterns: Model-View-Controller Chapter 4 – Push Notification Services: Google and Apple Chapter 5 - Understanding Access Control and Digital Rights Management Chapter 6 – Service-Oriented Architectures, Enterprise Service Bus, Oracle and TIBCO Chapter 7 – Cloud Computing Architecture Chapter 8 – Architecture of SAP and Oracle Chapter 9 – Spatial and Temporal DBMS Extensions Chapter 10 – Multidimensional Databases Chapter 11 – Map-Reduce, Hadoop, HDFS, Hbase, MongoDB, Apache HIVE, and Related Chapter 12 –Business Rules and DROOLS Chapter 13 – Complex Event Processing Chapter 14 – User Modeling Chapter 15 – The Semantic Web Chapter 16 – Linked Data, Ontologies, and DBpedia Chapter 17 – Radio Frequency Identification (RFID) Chapter 18 – Location Aware Applications Chapter 19 – The Architecture of Virtual Worlds Chapter 20 – Ethics of Big Data Chapter 21 – How Hardware Has Altered Software Architecture SOFTWARE ARCHITECTURES Chapter 1 – HTML5 Anh Au Summary In this chapter, we cover HTML5 and the specifications of HTML5. HTML takes a major part in defining the Web platform. We will cover high level concepts, the history of HTML, and famous HTML implementations. This chapter also covers how this system fits into a larger application architecture. Lastly, we will go over the high level architecture of HTML5 and cover HTML5 structures and technologies. Introduction High level concepts – what is the basic functionality of this system HyperText Markup Language (HTML) is the markup language used by to create, interpret, and annotate hypertext documents on any platform.
    [Show full text]
  • 0636361 Page 1 of 10 Annual Report for Period:01/2008
    Annual Report: 0636361 Annual Report for Period:01/2008 - 12/2008 Submitted on: 07/26/2008 Principal Investigator: Hayden, Linda B. Award ID: 0636361 Organization: Elizabeth City State Univ Submitted By: Hayden, Linda - Principal Investigator Title: CI-TEAM Implementation Project: Cyberinfrastructure for Remote Sensing of Ice Sheets Project Participants Senior Personnel Name: Hayden, Linda Worked for more than 160 Hours: Yes Contribution to Project: Dr. Linda Hayden serves as principal investigator for the CI-TEAM project. As such she schedules and organizes project activities including webcast, training, distinguished lectures and workshops. With the assistance of faculty from ADMI institutionsshe makes selections of program participants. Dr. Hayden makes reports to the funding agency in a timely fashion. Name: Gogineni, S. Prasad Worked for more than 160 Hours: Yes Contribution to Project: Dr. Prasad Gogineni heads the CI-TEAM science team. The Science Team is responsible for GRID sensor and satellite data content. Name: Fox, Geoffrey Worked for more than 160 Hours: Yes Contribution to Project: Dr. Geoffrey Fox leads the team at Indiana University in their design and acquisition of equipment required for the basecamp and fieldcamp server units used during Greenland and Antarctic data collection deployments. Dr. Fox leads the CI-TEAM technology team. He also serves as a mentor and consultant for ADMI faculty. Post-doc Graduate Student Undergraduate Student Technician, Programmer Other Participant Research Experience for Undergraduates Organizational Partners ADMI The Association of Computer and Information Science/Engineering Departments at Minority Institutions (ADMI). ADMI was established as a national organization Page 1 of 10 Annual Report: 0636361 dedicated to exploring and providing remedies to the educational issues in computer/information science and computer engineering that confront minority institutions of higher learning.
    [Show full text]
  • PHP: Zend for I5/OS
    Front cover PHP: Zend for i5/OS Learn how to install and administer Discover valuable development tips and advice Security, globalization, Zend Platform for i5/OS, and more! Gary Mullen-Schultz Melissa Anderson Vlatko Kosturjak ibm.com/redbooks International Technical Support Organization PHP: Zend for i5/OS January 2007 SG24-7327-00 Note: Before using this information and the product it supports, read the information in “Notices” on page vii. First Edition (January 2007) This edition applies to Version 1.0, Release 5.0, Modification 0.0 of Zend Core for i5/OS, Version 2.0, Release 1.0, Modification 2.0 of Zend Platform for i5/OS, and Version 5.0, Release 2.0, Modification 0.0 of Zend Studio for i5/OS. © Copyright International Business Machines Corporation 2007. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . vii Trademarks . viii Preface . ix The team that wrote this book . ix Become a published author . .x Comments welcome. .x Chapter 1. Welcome to PHP on i5/OS! . 1 1.1 Welcome! . 2 1.1.1 IBM and Zend Core. 2 1.1.2 Zend Core for IBM . 2 1.2 Previous support of PHP on i5/OS . 3 1.3 Current support of PHP on i5/OS . 3 1.3.1 Zend Core for i5/OS . 3 1.3.2 Zend Studio for i5/OS . 4 1.3.3 Zend Platform for i5/OS . 4 1.4 How i5 implementation differs from Zend Core.
    [Show full text]
  • NBS Partners with Zend to Deliver Enterprise Grade E-Commerce Hosting
    NBS Partners with Zend to Deliver Enterprise Grade E-commerce Hosting NBS System: A Leader in Specialized Hosting and Management Zend partner NBS (No Blue Screen) is a managed cloud hosting and IT security provider based in France. The company, which operates throughout Europe, has 29 employees and estimated annual revenues of 3.6 million euros. NBS is an authority on Magento, which is an e-commerce platform used by major retailers including Harbor Freight Tools, Office Depot and The North Face. In France, NBS System is CUSTOMER: the go-to consultant for retailers seeking to launch new Magento projects. NBS System is also behind the French Magento sites Wikigento and Ecommerce-Squad.com, as well Founded in 1999, NBS System is a French company as the E-commerce Academy. NBS also founded Bargento, a major gathering of Magento with offices in France and the United Kingdom. experts that occurs every year in France, Brazil, & Spain. The company provides web hosting and managed services, as well as IT security. NBS System hosts Part of NBS’s services involve offering an optimized environment to all companies more than 900 websites and its security experts have involved in developing, hosting and managing websites, including webhosts, design performed more than 200 security tests. Focused on agencies and retail customers. As part of its offerings, NBS System sought to convert a innovation, know-how, reactivity and service, the casual PHP environment into a business-critical service for its clients, who demanded a company enjoys a growth rate of 20% per year. high-performing platform for their e-commerce sites.
    [Show full text]
  • PHP – a Review Ipsita Vashista Dronacharya College of Engineering
    © November 2015 | IJIRT | Volume 2 Issue 6 | ISSN: 2349-6002 PHP – A Review Ipsita Vashista Dronacharya College of Engineering Abstract—PHP is a server-side scripting language were chosen to improve the distribution of hash designed for web development but also used as values. a general-purpose programming language. II. PHP 3 and 4 Originally PHP stood for Personal Home Page, but Zeev Suraski and Andi Gutmans rewrote the parser in now it stands for PHP: Hypertext Preprocessor, 1997 and formed the base of PHP 3, changing the which is a recursive backronym. PHP code can be language's name to the recursive acronym PHP: simply mixed with HTML code, or it can be used in Hypertext Preprocessors. Afterwards, public testing of combination with various templating PHP 3 began, and the official launch came in June engines and web frameworks. PHP code can 1998. Suraski and Gutmans then started a generate a web page's HTML code, an image, or new rewrite of PHP's core, producing the Zend some other data. PHP has also evolved to include Engine in 1999. They also founded Zend a command-line interface (CLI) capability and can Technologies in Ramat Gan, Israel. be used in standalone graphical applications. On May 22, 2000, PHP 4, powered by the Zend Engine Index Terms—PHP 3, PHP 4, PHP5, WAMP, 1.0, was released.] As of August 2008 this branch XAMPP reached version 4.4.9. PHP 4 is no longer under development nor will any security updates be released. I. INTRODUCTION III. PHP 5 PHP development began in 1994 when Rasmus On July 13, 2004, PHP 5 was released, powered by the Lerdorf wrote a series of Interface Common Gateway new Zend Engine II PHP 5 included new features such (CGI) binaries in C which he used to maintain as improved support for object-oriented programming, his personal homepage.
    [Show full text]
  • Web Application Development with PHP 4.0 00 9971 FM 6/16/00 7:24 AM Page Ii
    00 9971 FM 6/16/00 7:24 AM Page i Web Application Development with PHP 4.0 00 9971 FM 6/16/00 7:24 AM Page ii Other Books by New Riders Publishing MySQL GTK+/Gnome Application Paul DuBois, 0-7357-0921-1 Development Havoc Pennington, 0-7357-0078-8 A UML Pattern Language Paul Evitts, 1-57870-118-X DCE/RPC over SMB: Samba and Windows NT Domain Internals Constructing Superior Software Luke Leighton, 1-57870-150-3 Paul Clements, 1-57870-147-3 Linux Firewalls Python Essential Reference Robert Ziegler, 0-7357-0900-9 David Beazley, 0-7357-0901-7 Linux Essential Reference KDE Application Development Ed Petron, 0-7357-0852-5 Uwe Thiem, 1-57870-201-1 Linux System Administration Developing Linux Applications with Jim Dennis, M. Carling, et al, GTK+ and GDK 1-556205-934-3 Eric Harlow, 0-7357-0021-4 00 9971 FM 6/16/00 7:24 AM Page iii Web Application Development with PHP 4.0 Tobias Ratschiller Till Gerken With contributions by Zend Technologies, LTD 201 West 103rd Street, Zeev Suraski Indianapolis, Indiana 46290 Andi Gutmans 00 9971 FM 6/16/00 7:24 AM Page iv Web Application Development with PHP 4.0 By:Tobias Ratschiller and Till Gerken Copyright © 2000 by New Riders Publishing Publisher FIRST EDITION: July, 2000 David Dwyer All rights reserved. No part of this book may be reproduced Executive Editor or transmitted in any form or by any means, electronic or Al Valvano mechanical, including photocopying, recording, or by any information storage and retrieval system, without written Managing Editor permission from the publisher, except for the inclusion of Gina Brown brief quotations in a review.
    [Show full text]
  • Management Strategies for the Cloud Revolution
    MANAGEMENT STRATEGIES FOR CLOUDTHE REVOLUTION MANAGEMENT STRATEGIES FOR CLOUDTHE REVOLUTION How Cloud Computing Is Transforming Business and Why You Can’t Afford to Be Left Behind CHARLES BABCOCK New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore Sydney Toronto Copyright © 2010 by Charles Babcock. All rights reserved. Except as permitted under the United States Copyright Act of 1976, no part of this publication may be reproduced or distributed in any form or by any means, or stored in a database or retrieval system, without the prior written permission of the publisher. ISBN: 978-0-07-174227-6 MHID: 0-07-174227-1 The material in this eBook also appears in the print version of this title: ISBN: 978-0-07-174075-3, MHID: 0-07-174075-9. All trademarks are trademarks of their respective owners. Rather than put a trademark symbol after every occurrence of a trademarked name, we use names in an editorial fashion only, and to the benefi t of the trademark owner, with no intention of infringement of the trademark. Where such designations appear in this book, they have been printed with initial caps. McGraw-Hill eBooks are available at special quantity discounts to use as premiums and sales promotions, or for use in corporate training programs. To contact a representative please e-mail us at [email protected]. This publication is designed to provide accurate and authoritative information in regard to the subject matter covered. It is sold with the understanding that the publisher is not engaged in rendering legal, accounting, or other professional service.
    [Show full text]