Found 502 results for "gitana 4.0 developers api definitions resultmap_trusteddomainmapping"
The search executed in 0.002475252 seconds. That's fast.
![]() |
Request a Demo - GitanaRequest a Demo - Gitana Schedule a Demo Schedule a live demonstration with a member of our Sales team to learn how Gitana can be adapted to fit your business needs, both within the cloud and on-premise. Just fill out the form, and we'll get back to you regarding any logistics. Or call us anytime at +1.617.475.5288
Score: 4.1370883
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / C# CookbookExplore the C# Cloud CMS driver with detailed setup steps, connection methods, and extensive code samples for efficient content management.
Score: 4.1253614
|
![]() |
Enterprise Access Policies in Gitana 4.0 (Part 1)In this article, we'll take a look at Access Policies -- a powerful, new feature in Gitana 4.0 that allows organizations to set up and guarantee compliance with complex, enterprise-wide security requirements. Access Policies build upon the existing access control facilities provided which include per-object ACLs and broader, team-based ACLs. They extend those capabilities by allowing administrators to express access rights in a broad sweeping and prescriptive manner -- one that allows for custom
Score: 4.100355
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript 2.0 CookbookOptimize your JavaScript integration with the Gitana JavaScript 2.0 Driver. Utilize promises, async/await, and callbacks for seamless Cloud CMS integration.
Score: 4.0679107
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.87Upgrade to Cloud CMS 3.2.87 for enhanced ARM-64 support, requiring MongoDB 4.0+ and Redis 6.x+. Optimize deployments with AWS Graviton.
Score: 3.9742367
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.88Upgrade to Cloud CMS 3.2.88! Enjoy ARM aarch64 support with better performance and lower costs. Requires MongoDB 4.0+ and Redis 6.x+.
Score: 3.9742367
|
![]() |
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: 3.9728746
|
![]() |
Gitana 4.0 / HomeDiscover Gitana's Enterprise Content Platform: streamline content creation, management, and real-time publishing with workflow-driven control and custom APIs.
Score: 3.9682803
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Java CookbookExplore comprehensive guides and samples for Java development with the Gitana Java Driver. Learn setup, connect to Cloud CMS, and manage nodes seamlessly.
Score: 3.8949614
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Go CookbookExplore the Go Cookbook for integrating Cloud CMS with examples, code samples, and guides for connecting, querying, and creating nodes efficiently.
Score: 3.8799648
|
![]() |
Gitana 3.2 / Guide / Guide / ActionsOptimize content operations with Cloud CMS Action framework using JSON configuration. Explore various actions like Send Email or Fire a Web Hook efficiently.
Score: 3.8571358
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / ActionsExplore Cloud CMS Action framework for automated content operations with customizable actions like email alerts, webhooks, and more—enhancing workflow efficiency.
Score: 3.8571358
|
![]() |
Gitana 4.0 / Content Engine / Access Policies / System Policies / project-userExplore the Gitana System Access Policy for project-user with detailed role permissions and JSON configurations.
Score: 3.70441
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Scripting CookbookExplore our Scripting Cookbook with server-side scripting guides, code samples, and practical examples for effortless development.
Score: 3.6669865
|
![]() |
Gitana 4.0 / Reference / Types / Trusted Domain MappingComprehensive guide to Trusted Domain Mapping. Learn about properties, methods, and integration for enhanced web host features.
Score: 3.649887
|
![]() |
Editorial FlowsEditorial Flows In Gitana 4.0, we introduced a new feature called Editorial Flows. With Editorial Flows, your editorial teams launch draft workspaces where they work on content items at their own pace. They can write new content, change existing content or delete things in isolation without worrying about how it will affect the main line of content. They are free to work without worry about stepping on each other's toes. They can make changes to the content graph, upload new files, adjust taxono
Score: 3.5814962
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Node.js CookbookOptimize your Node.js applications with Cloud CMS. Learn to connect, chain API calls, and query nodes for efficient data management.
Score: 3.519158
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Container Services / KubernetesKubernetes: Automate deployment, scaling & management of containers on cloud platforms like Amazon, Google, Azure with open-source Kubernetes & Gitana SDK.
Score: 3.5084586
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Content Modeling CookbookDiscover essential content modeling techniques with our comprehensive cookbook, featuring guides, code samples, and practical examples for every developer.
Score: 3.48627
|
![]() |
Request Information about Enterprise Support - GitanaRequest Information about Enterprise Support - Gitana Enterprise Services and Licenses Gitana provides Managed Services and Support for On-Premise/Private Cloud installations at larger customers with custom pricing needs. We will work with you to determine beneficial ways that our staff can augment your own to provide DevOps support, implementation services, architectural guidance and source code licensing according to the needs of your business. Have a question about our offerings? Please reach
Score: 3.4707139
|
![]() |
Gitana 4.0 / Developers / Drivers / JavaConnect Java and Android apps effortlessly with Gitana's driver. Explore Maven, API keys, and open-source options for seamless integration.
Score: 3.396511
|
![]() |
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: 3.3577514
|
![]() |
Recommended Cloud CMS architectureIn general, we recommend a three-tier architecture (browser -> app server -> API) for any applications you build. This would be our recommendation whether you're using Cloud CMS or anyone else. There are a few good reasons: The browser is an insecure runtime. Exposing any API keys within the browser is a very big security hole. Even exposing credentials within the browser (such as within a cookie) for the sake of working around this is also not recommended since hackers can siphon off the creden
Score: 3.262283
|
![]() |
Gitana 4.0 / Developers / Drivers / GoConnect Go apps to Gitana seamlessly. Use our Go driver to manage nodes, branches, and more. Explore examples and get started quickly.
Score: 3.2073717
|
![]() |
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: 3.0795264
|