Found 180 results for "cookbooks java"

The search executed in 0.001672582 seconds. That's fast.

How can I reuse connections with the Java Driver?

The Cloud CMS Java Driver uses a thread local variable to store the authentication context it receives after connecting. This is perhaps unusual for folks who are coming from the JavaScript world but should be very familiar for anyone who works with common JavaScript frameworks such as Spring Framework or Spring Security. When the authentication completes, the Java Driver constructs a "Driver" object that it stores into a thread local variable using the following call: DriverContext.setDriver(dr

Score: 1.9649638

Gitana 4.0 / Self Managed / Maintenance / Encrypting Properties

Secure sensitive data with Cloud CMS using RSA encryption and the gitana-tools-encryptor.jar for generating and managing keys.

Score: 1.9153349

Gitana 3.2 / Guide / Guide

Explore comprehensive Gitana documentation covering APIs, authentication, security, workflow, and more to streamline your development process.

Score: 1.9147389

Gitana 4.0 / Developers

Explore comprehensive guides for integrating Gitana using drivers, frameworks, custom UI, and server extensions in multiple programming languages.

Score: 1.8721105

Connecting via a Corporate Proxy

The Cloud CMS drivers support connectivity through a corporate proxy. The means of doing so are slightly different depending on which driver you're using. Node.js The Cloud CMS Node.js driver detects the following environment variable: HTTP_PROXY If this environment variable is specified, all API calls with be routed through the proxy server at that location. This proxy server may support either HTTP or HTTPS. For example, you may set the environment variable like this: HTTP_PROXY=http://127.0.0

Score: 1.8614395

Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2021-44228

Secure your Cloud CMS with Log4j2 updates against CVE-2021-44228. Upgrade to version 3.2.71 and follow mitigation steps for enhanced protection.

Score: 1.8593373

Gitana 3.2 / Guide / Guide / Cookbooks / Content Modeling Cookbook

Discover essential content modeling techniques with our comprehensive cookbook, featuring guides, code samples, and practical examples for every developer.

Score: 1.7769756

Gitana 4.0 / Developers / Drivers

Easily integrate Cloud CMS with our drivers for C#, Go, Java, JavaScript, PHP, Python, and Ruby, ensuring seamless authentication and fast API calls.

Score: 1.711183

Gitana 4.0 / Reference / Types / Cluster

Explore our comprehensive Data Store Cluster documentation, featuring examples, properties, methods, and cookbooks to streamline your development.

Score: 1.6546108

Gitana 4.0 / Reference / Types / Deployment Target

Explore our comprehensive guide on Deployment Target objects, including methods, properties, and schema details to accelerate development.

Score: 1.5942847

Gitana 4.0 / Reference / Types / Deployment Strategy

Explore comprehensive API methods and properties for managing deployment strategies on Giganta's platform, enhancing development with language driver support.

Score: 1.5942847

Gitana 4.0 / Reference / Types / Deployment Receiver

Comprehensive guide on Gitana Deployment Receiver: properties, methods, examples, and more to streamline your development.

Score: 1.5942847

Gitana 4.0 / Reference / Types / Workflow Comment

Explore our 'Workflow Comment' API, offering powerful tools to manage comments within your platform with customizable properties, methods, and authorizations.

Score: 1.485932

Gitana 4.0 / Reference / Types / Changeset

Explore Changeset API for Cloud CMS to manage your branch content with ease. Enhance content curation and authoring with advanced features.

Score: 1.3913702

Gitana 4.0 / Reference / Types / UI Config

Explore the comprehensive UI Config documentation to efficiently manage and customize user interfaces. Access features, methods, and cookbooks for various languages.

Score: 1.3913702

Gitana 4.0 / Reference / Types / Merge Conflict

Explore our detailed guide on managing merge conflicts in repositories, featuring methods, properties, and examples for seamless conflict resolution.

Score: 1.3913702

Gitana 4.0 / Reference / Types / Publication

Explore our comprehensive guide on managing Publications in the Gitana platform, including methods, properties, and API interactions.

Score: 1.3913702

Gitana 4.0 / Forms

Enhance your web applications with Gitana's intuitive Forms engine, offering advanced schema management, role-based provisioning, and custom fields.

Score: 1.3774529

Gitana 3.2 / Guide / Guide / Docker / Kits / OEM

Optimize Cloud CMS integrations with the OEM kit, featuring UI and API extensions for developers and partners. Build and test seamlessly.

Score: 1.3672885

Gitana 4.0 / Self Managed / Kits / OEM

OEM kit streamlines building and testing UI and API extensions in customized Cloud CMS solutions, using Docker and tools like MongoDB and Elasticsearch.

Score: 1.3672885

Oauth 2.0 tokens

Each response from Cloud CMS provides two tokens: an access token and a refresh token. The access token is the one that you need to attach to every API call. It gets passed through the Authorization header as "bearer " and Cloud CMS uses this to identify who the authenticated user is (and thus, what resources they have access to and so forth). By default, the access token has a lifespan of 24 hours. After that period of time, it is no longer valid and any requests will come back wit

Score: 1.3447672

Chaining vs. Promises

The Cloud CMS JavaScript driver provides it's own internal chaining library that makes it easier to manage callbacks in asynchronous JS applications. The chaining library is powerful and bears some similarity to modern promise libraries. But it is important to bear in mind that it is distinct apart from having some similar method signatures. One similarity in structure in that both promises and chaining have a then() method to resolve the callback. However, the chaining library's chained methods

Score: 1.3229755

Cloud CMS Architecture

Cloud CMS has two clusters that we run for customers who host apps with us. One cluster is for the "app server" tier (*.cloudcms.net) and the other is the "API" tier (api.cloudcms.com). The app server cluster consists of Node.js servers, and the API is a Java-backend that is stateless and implements the full REST API: As such, the API doesn't manage connections directly. Any invocation to it is a one-shot where each request contains everything needed to assert the user's identity and proceed wit

Score: 1.3229755

Gitana 4.0 / Reference / Types / Favorite

Explore the Favorite object schema for managing development with methods, examples, and integration guides in multiple programming languages.

Score: 1.3081234

Gitana 4.0 / Reference / Types / Workspace

Explore our Workspace documentation to learn about properties, methods, and examples to optimize your development process.

Score: 1.3081234