JavaScript JSON Cookbook
eBook - ePub

JavaScript JSON Cookbook

Ray Rischpater

Partager le livre
  1. 192 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

JavaScript JSON Cookbook

Ray Rischpater

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

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.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que JavaScript JSON Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  JavaScript JSON Cookbook par Ray Rischpater en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Ciencia de la computaciĂłn et ProgramaciĂłn de dispositivos mĂłviles. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

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...

Table des matiĂšres