Found 765 results for "gitana 4.0 developers api resources node get-ref-web-renditions"

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

Gitana 3.2 / Guide / Guide / Features / Property Mapping

Automate property mapping in associations, ensuring seamless data transfer between nodes, perfect for MongoDB indexing and multi-node content sharing.

Score: 1.0844235

Gitana 4.0 / Content Engine / Aspects / Property Mapping

Automate property mapping in associations, ensuring seamless data transfer between nodes, perfect for MongoDB indexing and multi-node content sharing.

Score: 1.0844235

Gitana 3.2 / Guide / Guide / Features / Rates

Optimize your association ratings with automatic computation of rating statistics, including total count, value, and averages.

Score: 1.0833281

Gitana 3.2 / Guide / Guide / Content Modeling / Definitions / Association Definition

Learn how association definitions establish schema for relationships between nodes, detailing linked and owned associations, with practical examples.

Score: 1.0833281

Gitana 4.0 / Content Engine / Aspects / Rates

Optimize your association ratings with automatic computation of rating statistics, including total count, value, and averages.

Score: 1.0833281

Gitana 4.0 / Content Engine / Content Models / Definitions / Association Definition

Learn how association definitions establish schema for relationships between nodes, detailing linked and owned associations, with practical examples.

Score: 1.0833281

Gitana 3.2 / Guide / Guide / Conditions / Merge

Test whether a node is being merged with customizable conditions, including source and target branches or release attributes.

Score: 1.0804406

Gitana 4.0 / Content Engine / Behaviors / Conditions / Merge

Test whether a node is being merged with customizable conditions, including source and target branches or release attributes.

Score: 1.0804406

Cloud CMS Performance Measurement

Performance issues may be outside of Cloud CMS such as being related to firewalls or corporate proxies. One strategy for determining this is to run an ab test to gather timings from your computer to https://api.cloudcms.com or to the user interface server. This gives you a good approximation of where penalties are being paid and you'd expect to see ~70-100ms latency which we consider nominal. Another thing to try is to run a connection test from the command line on the box that you're browsing f

Score: 1.0768886

Gitana 3.2 / Guide / Guide / Policies / Data List Policies

Optimize your data list operations with custom policy hooks for adding, updating, and removing list items in JavaScript and Java.

Score: 1.0766146

Gitana 4.0 / Content Engine / Behaviors / Policies / Data List Policies

Optimize your data list operations with custom policy hooks for adding, updating, and removing list items in JavaScript and Java.

Score: 1.0766146

Managing a large number of PDFs or images

In Cloud CMS everything is a node. A node has JSON properties and could also have binary attachments. What you would call a "file" is a node with properties describing it's folder location and a "default" attachment holding the payload (PDF file, image, MSWord doc, etc). Typically, for large number of PDFs, images, etc, we suggest individual nodes with a single attachment each (which is the PDF, image, etc). We have many customers who use Cloud CMS in this way and it essentially works like a doc

Score: 1.0763305

Gitana 3.2 / Guide / Guide / Application Server / Services / Driver Configuration

Optimize your Cloud CMS API connection with driver configuration for seamless user authentication and efficient token management.

Score: 1.0759361

Gitana 4.0 / Developers / Application Server / Services / Driver Config

Connect seamlessly to the Cloud CMS API for efficient user authentication and automatic access token renewal with Driver Config.

Score: 1.0759361

Gitana 3.2 / Guide / Guide / Features / Watermarkable

Effortlessly apply watermarks to your content with Cloud CMS, ensuring consistency and control over image protection.

Score: 1.0756212

Gitana 4.0 / Content Engine / Aspects / Watermarkable

Effortlessly apply watermarks to your content with Cloud CMS, ensuring consistency and control over image protection.

Score: 1.0756212

Gitana 3.2 / Guide / Guide / Application Server / Tags / @expand

Fetch content nodes efficiently with @expand, ideal for @relators in parent nodes. Customize query parameters like sort, limit, location, and locale.

Score: 1.0718563

Gitana 4.0 / Developers / Application Server / Tags / @expand

Fetch content nodes efficiently with @expand, ideal for @relators in parent nodes. Customize query parameters like sort, limit, location, and locale.

Score: 1.0718563

Gitana 4.0 / Content Engine / Access Policies / Conditions / Reference

Learn how to use reference conditions in Cloud CMS to assign policies with regular expressions, focusing on specific or wildcarded entity references.

Score: 1.0718563

Gitana 3.2 / Guide / Guide / Features / Behavior

Discover how to implement behaviors in nodes with ease using f:behavior. No configuration needed for this efficient feature.

Score: 1.0632384

Gitana 4.0 / Content Engine / Aspects / Behavior

Implement behavior in your nodes effortlessly; discover script and rule-based solutions without configuration. Get started with our JavaScript example.

Score: 1.0632384

How do I...

Sometimes you want to do the following... asd asd asd In Cloud CMS, the best way is to... For example, you might have some JSON like this: asdasd Or make an API call like this: asdasd You also might have an image in the page: John McClane would know what to do It is important to remember three things: Don't worry Be happy Man One last thing to consider.. Enjoy

Score: 1.0591933

Gitana 3.2 / Guide / Guide / Features / Previewable

Automate preview creation by transforming attachments for optimized display on devices like iPhone and iPad. Perfect for managing PDF files.

Score: 1.0578306

Gitana 4.0 / Content Engine / Aspects / Previewable

Automate preview creation by transforming attachments for optimized display on devices like iPhone and iPad. Perfect for managing PDF files.

Score: 1.0578306

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