Found 358 results for "gitana 4.0 engine branches workspaces"
The search executed in 0.002499909 seconds. That's fast.
![]() |
Gitana 4.0 / Self ManagedRun Gitana software on-premise or in a virtual private cloud with Kubernetes and Helm charts for an optimal self-managed setup.
Score: 2.1173723
|
![]() |
Upgrade to version 1.0.6 of our new JavaScript/HTML5 driver!The Cloud CMS team is pleased to announce the immediate availability of the 1.0.6 version of the Gitana JavaScript Driver for Cloud CMS. JavaScript Driver for Cloud CMS The Gitana JavaScript Driver is a JS library that you can drop into your HTML5/JS applications to take advantage of the authoring and delivery APIs of the Cloud CMS server. It makes it easier for developers to utilize the Cloud CMS HTTP/REST APIs by providing native convenience functions via JavaScript. The Gitana JavaScript Driv
Score: 2.1075034
|
![]() |
The Beauty of Cloud CMS ChainingChaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m
Score: 2.0961876
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Container ServicesDiscover how to set up the Gitana platform on container services with examples for Amazon ECS and Kubernetes frameworks.
Score: 2.0920985
|
![]() |
Gitana 4.0 / Developers / Drivers / C#Easily connect your .NET applications to Gitana with the C# driver. Supports API integration, node management, and more. 100% open-source.
Score: 2.0727804
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / EvaluatorsLearn how evaluators define conditions for runtime configurations, impacting observed data and user permissions, with a wide variety of types available.
Score: 2.0658612
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / EvaluatorsDiscover how evaluators help define conditions for configuration inclusion based on runtime aspects like observables, permissions, and current user authority.
Score: 2.0658612
|
![]() |
Gitana 4.0 / Developers / Cookbooks / PHP CookbookLearn PHP with Gitana's PHP Driver. Connect to Cloud CMS using examples and code snippets for integration.
Score: 2.0654755
|
![]() |
Gitana 4.0 / Reference / Types / NodeNodes are essential for organizing content in a repository, forming a graph structure to build associations and hierarchies.
Score: 2.0612752
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Configuration / Encrypting PropertiesSecure your sensitive data with Cloud CMS by encrypting API properties using RSA keys, safeguarding passwords and credentials effortlessly.
Score: 2.0526586
|
![]() |
Download Version 1.0.3 of the Cloud CMS Java DriverThe Cloud CMS team is pleased to announce the immediate availability of the 1.0.3 version of the Gitana Java Driver for Cloud CMS. Java Driver for Cloud CMS The Gitana Java Driver is a Java library that you can include with your Java applications to take advantage of a programmatic way of interacting with the Cloud CMS server. It makes it easier for developers to utilize Cloud CMS functionality without having to manually handle calls against HTTP/REST, data serialization and event handling. The
Score: 2.0488994
|
![]() |
Gitana 4.0 / Developers / Cookbooks / JavaScript (Legacy) CookbookExplore the JavaScript (Legacy) Cookbook for mastering Gitana's JavaScript driver. Learn about connecting to Gitana, asynchronous chaining, node creation, and more.
Score: 2.037574
|
![]() |
Gitana 4.0 / Developers / Drivers / JavaScript / NodeConnect Node apps to Gitana with our JavaScript 2.0 driver, supporting ECMAScript promises for seamless integration with popular frameworks.
Score: 2.036732
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / REST API CookbookDiscover Cloud CMS REST API: detailed guides on OAuth2 authentication, API requests via HTTP clients, node creation, associations, querying, and searching.
Score: 2.0193796
|
![]() |
Gitana 4.0 / Developers / Cookbooks / C# CookbookStart developing with the Gitana C# Driver, integrate with .NET Core projects, and explore code samples for efficient connection, querying, and node creation methods.
Score: 2.0177603
|
![]() |
Gitana 3.2 / Guide / Guide / Features / Auto TranscribeAutomatically convert audio to text with Auto Transcribe. Set up a Transcription Service and store text as a transcription attachment.
Score: 1.9935925
|
![]() |
Cloud CMS JavaScript Driver Release 1.0.3 is out!The Cloud CMS team is pleased to announce the immediate availability of version 1.0.3 of the Cloud CMS JavaScript Driver for jQuery, Dojo, Javascript/HTML5 and Node.js applications. Download today from http://github.com/gitana/gitana-javascript-driver. JavaScript Driver for Cloud CMS The Cloud CMS JavaScript Driver is a JS library that you can drop into your HTML5/JS applications to take advantage of the authoring and delivery APIs of the Cloud CMS server. It makes it easier for developers to ut
Score: 1.9885325
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Installation / Docker InstallationGet started with Cloud CMS Application Server using Docker. Learn installation, configuration, and setup for seamless integration across platforms.
Score: 1.9503875
|
![]() |
Gitana 4.0 / Developers / Application Server / Installation / Docker InstallationEasily install and configure Cloud CMS on Docker with our step-by-step guide. Learn to build, run, and connect using Docker and Git tools.
Score: 1.9503875
|
![]() |
How to get a content definition JSON from the Cloud CMS API?There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep
Score: 1.9149574
|
![]() |
How to Retrieve content by their document library pathYou can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo
Score: 1.9105098
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) Cookbook'Discover the comprehensive JavaScript (Legacy) Cookbook for connecting to Gitana, asynchronous API calls, node creation, and advanced queries.'
Score: 1.9083388
|
![]() |
Gitana 4.0 / Developers / Cookbooks / Java CookbookDiscover Java Cookbook tips for connecting Gitana Java Driver using Maven. Access secure repositories, set up dependencies, connect, and manage projects.
Score: 1.8837972
|
![]() |
Gitana 4.0 / Content Engine / PublishingOptimize your content publishing with Cloud CMS, featuring configurable workflows, lifecycle states, and diverse deployment endpoints for seamless management.
Score: 1.8403664
|
![]() |
Gitana 4.0 / ReferenceExplore comprehensive Gitana data type references, including schemas, properties, methods, and API links, for data stores, objects, and general types.
Score: 1.8263963
|