JavaScript JSON Cookbook
eBook - ePub

JavaScript JSON Cookbook

Ray Rischpater

Buch teilen
  1. 192 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

JavaScript JSON Cookbook

Ray Rischpater

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

About This Book

  • Create, deploy, and manage virtualized workloads on a public cloud platform using VMware vCloud Air
  • Dive into the world of VMware vCloud and discover the key best practices and steps to perform disaster recovery using vCloud Air
  • Monitor and automate your vCloud Air infrastructure using the VMware vRealize suite of products

Who This Book Is For

This book is intended for cloud engineers or administrators who wish to explore and gain hands-on experience of VMware vCloud Air. To make the most of this book, it would be beneficial to have a bit of familiarity with basic VMware vCloud concepts, but no prior experience is required.

What You Will Learn

  • Get to know cloud computing in detail: its features, benefits, and uses
  • Explore the key features and functionalities of VMware vCloud Air
  • Create and deploy your own virtual infrastructure on a public cloud
  • Connect your workloads securely to internal and external networks
  • Secure your infrastructure using firewalls and security policies
  • Safeguard and protect your workloads using top of the line disaster recovery solutions
  • Monitor and explore various aspects of VMware vCloud Air using the VMware vRealize suite of products
  • Design a secure infrastructure on VMware vCloud Air with the help of tips and best practices

In Detail

VMware vCloud Air is a cloud offering by VMware that provides you with the flexibility and agility to create and manage your virtualized workloads with ease on a VMware-backed cloud platform.

This book starts off by providing you with a few key features and benefits of cloud computing, along with some interesting real-world use cases. You'll walk through how to integrate your vCloud Air with either an on-premise VMware-based private cloud or a different public cloud provider. Next, you'll explore the performance and workloads of your vCloud Air instance using VMware vRealize Operations Manager. Finally, you'll also learn how to leverage vCloud Air's Disaster Recovery as a Service (DRaaS) offering.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist JavaScript JSON Cookbook als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu JavaScript JSON Cookbook von Ray Rischpater im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Ciencia de la computación & Programación de dispositivos móviles. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

JavaScript JSON Cookbook


Table of Contents

JavaScript JSON Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Reading and Writing JSON on the Client
Introduction
Reading and writing JSON in JavaScript
Getting ready
How to do it...
How it works...
There's more...
Reading and writing JSON in C++
Getting ready
How to do it...
How it works...
See also
Reading and writing JSON in C#
Getting ready
How to do it...
How it works...
There's more...
See also
Reading and writing JSON in Java
Getting ready
How to do it...
There's more…
See also
Reading and writing JSON in Perl
How to do it...
How it works...
See also
Reading and writing JSON in Python
Getting ready
How to do it...
How it works...
See also
2. Reading and Writing JSON on the Server
Reading and writing JSON in Clojure
Getting ready
How to do it...
There's more...
Reading and writing JSON in F#
Getting ready
How to do it...
How it works...
There's more...
Reading and writing JSON with Node.js
Getting ready
How to do it...
See also
Reading and writing JSON in PHP
How to do it...
Reading and writing JSON in Ruby
Getting ready
How to do it...
See also
3. Using JSON in Simple AJAX Applications
Introduction
Setting up the server
Setting up the client page
Creating an XMLHttpRequest object
How to do it...
How it works…
See also
Making an asynchronous request for data
How to do it...
How it works…
See also
Sending JSON to your web server
How to do it...
How it works…
Accepting JSON using Node.js
How to do it...
How it works…
See also
Getting the progress of an asynchronous request
How to do it...
How it works…
There's more...
See also
Parsing the returned JSON
How to do it...
How it works…
There's more...
Issuing a web service request using Node.js
Getting ready
How to do it...
How it works…
There's more...
See also
4. Using JSON in AJAX Applications with jQuery and AngularJS
Introduction
Adding a dependency to jQuery to your web page
How to do it...
How it works…
There's more…
See also
Requesting JSON content using jQuery
How to do it...
How it works…
See also
Sending JSON to your web server using jQuery
How to do it...
How it works…
Getting the progress of a request using jQuery
How to do it...
How it works…
There's more...
Parsing the returned JSON using jQuery
How to do it...
How it works…
There's more...
Adding a dependency to AngularJS to your web page
How to do it...
How it works…
See also
Requesting JSON content using AngularJS
How to do it...
How it works…
There's more...
See also
Sending JSON to your web server using AngularJS
How to do it...
How it works…
There's more...
Getting the progress of a request using AngularJS
How to do it...
How it works…
Parsing the returned JSON using AngularJS
How to do it...
How it works…
5. Using JSON with MongoDB
Introduction
Setting up MongoDB
How to do it…
How it works…
Installing the MongoDB database driver for Node.js
How to do it…
Installing the express module for Node.js
How to do it…
How it works…
See also
Connecting to a MongoDB database using Node.js
How to do it...
How it works…
See also
Creating a document in MongoDB using Node.js
How to do it...
How it works…
There's more
See also
Searching for a document in MongoDB with Node.js
How to do it...
How it works…
There's more
See also
Updating a document in MongoDB with Node.js
How to do it...
How it works…
There's more…
See also
Deleting a document in MongoDB using Node.js
How to do it...
How it works…
See also
Using REST to search MongoDB
How to do it...
How it works…
There's more
Using REST to create a document in MongoDB
How to do it...
How it works…
Using REST to update a document in MongoDB
How to do it...
How it works…
Using REST to delete a document in MongoDB
How to do it...
How it works…
6. Using JSON with CouchDB
Introduction
Installing and setting up CouchDB and Cradle
How to do it…
How it works…
See also
Connecting to a CouchDB database using Node.js and Cradle
How to do it...
How it works…
Creating a CouchDB database using Node.js and Cradle
How to do it...
How it works…
There's more…
Creating a document in CouchDB using Node.js and Cradle
How to do it...
How it works…
Setting up a data view in CouchDB with Node.js and Cradle
How to do it...
How it works…
See also
Searching for a document in CouchDB with Node.js and Cradle
How to do it...
How it works…
There's more
See also
Updating a document in CouchDB with Node.js and Cradle
How to do it...
Deleting a document in CouchDB using Node.js and Cradle
How to do it...
There's more…
Using REST to enumerate CouchDB records
How to do it...
How it works…
See also
Using REST to search CouchDB
How to do it...
How it works…
Using REST to upsert a document in CouchDB
How t...

Inhaltsverzeichnis