Found 268 results for "gitana 4.0 developers ui-dev modules"
The search executed in 0.001632501 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / RecognitionAutomatically process and recognize faces, text, and more in images with Cloud CMS for enhanced search and analysis.
Score: 1.5203675
|
![]() |
Gitana 4.0 / Developers / Cookbooks / Java CookbookExplore our comprehensive Java Cookbook for Gitana Drivers and learn how to get started, connect, create nodes, and make associations with code samples.
Score: 1.514509
|
![]() |
Gitana 4.0 / Developers / Cookbooks / C# CookbookExplore C# with Gitana: Easy setup, connect using JSON or direct values, and master querying and node management in .NET Core projects.
Score: 1.508385
|
![]() |
Gitana 4.0 / Developers / Cookbooks / PHP CookbookExplore the PHP Cookbook for comprehensive guides and code samples to seamlessly integrate Gitana's PHP driver into your projects.
Score: 1.5002964
|
![]() |
Gitana 3.2 / Guide / Guide / Text AnalysisAutomatically analyze your content on Cloud CMS to detect sentiment, key phrases, entities, and languages, enhancing editorial insights.
Score: 1.4812363
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) CookbookExplore the Gitana JavaScript (Legacy) Cookbook to learn about connecting, node creation, asynchronous chaining, and more with detailed code examples and guides.
Score: 1.4444934
|
![]() |
Gitana 3.2 / Guide / Guide / Features / Auto NarrateAuto Narrate automates text-to-speech for content, creating audio files with customizable narration services, perfect for enhancing accessibility.
Score: 1.4087214
|
![]() |
Gitana 3.2 / Guide / Guide / GraphQLCloud CMS seamlessly integrates GraphQL for efficient content querying, offering a dynamic schema for each branch to simplify developer access to content models.
Score: 1.3906693
|
![]() |
Gitana 4.0 / Content Engine / Graph QLStreamline your Cloud CMS content integration with GraphQL, enabling developers to create efficient queries and enhance content retrieval performance.
Score: 1.3906693
|
![]() |
Gitana 3.2 / Guide / Guide / Bulk Import / FilesEffortlessly import and manage diverse content types in Cloud CMS using the Bulk Import tool and cloudcms-packager for seamless repository integration.
Score: 1.3507712
|
![]() |
Gitana 4.0 / Developers / Frameworks / cURLLearn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.
Score: 1.3507712
|
![]() |
Gitana 4.0 / Content Engine / Bulk Import / FilesEffortlessly import and manage diverse file types in Cloud CMS with our powerful Bulk Import tool and cloudcms-packager module.
Score: 1.3507712
|
![]() |
How to monitor API traffic from a node js appIt is sometimes helpful to see the API traffic that is going on between the Gitana javascript driver and the Cloud CMS API server. This is a non-intrusive method of doing that. install a tool called Charles Proxy https://www.charlesproxy.com/ This is an excellent tool for monitoring http/https traffic. Once installed, start Charles Proxy and enable reverse proxy: Check "Enable Reverse Proxies" and then click the "Add" button. A port will be assigned (55703 in the example below). Set Remote Host
Score: 1.3507712
|
![]() |
Build your prototype website in 10 easy stepsGetting started with Cloud CMS for a website takes minimal setup: Fork a copy of https://github.com/gitana/sdk Note the URL of your repo; you’ll need this later… Login to your tenant or signup for a trial of Cloud CMS When prompted upon login create a Web Content Management starter project From the resulting Project Dashboard navigate to “Applications” in Manage Project Select “Sample Web Application” > Deployments Tick the radio button on the right Navigate to Selected > Undeploy (upper right)
Score: 1.3507712
|
![]() |
Gitana 3.2 / Guide / Guide / API / Data Types / PlatformAccess your platform's data stores and manage configurations seamlessly with our intuitive interface, supporting teams, authorities, and more.
Score: 1.3472865
|
![]() |
Gitana 4.0 / Developers / Cookbooks / REST API CookbookOptimize your REST API usage with Gitana's comprehensive guide, covering OAuth2 for authentication, sample queries, node creation, and associations.
Score: 1.346129
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Tags / @formRender Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.
Score: 1.3277624
|
![]() |
Gitana 4.0 / Developers / Application Server / Tags / @formRender Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.
Score: 1.3277624
|
![]() |
Gitana 3.2 / Guide / Guide / Authentication / OAuth 2.0Securely authenticate clients and users with Cloud CMS's OAuth2 support, industry-standard authorization, and explore its robust features through our comprehensive guide.
Score: 1.3268852
|
![]() |
Gitana 4.0 / Developers / Authentication / OAuth 2.0Securely authenticate clients and users with Cloud CMS's OAuth2 support, industry-standard authorization, and explore its robust features through our comprehensive guide.
Score: 1.3268852
|
![]() |
Access Cloud CMS content anonymously or as a guest userThis question often comes up from folks who are building HTML applications that run in a browser. They'd like the browser to connect to Cloud CMS to download content and display it. Usually this consists of things like images but also may consist of other types of content in Cloud CMS such as raw nodes, PDF files, video assets or more. OAuth 2.0 and Access Tokens Fundamentally, everything in Cloud CMS is secured from an access perspective using OAuth 2.0. This means that an OAuth 2.0 access toke
Score: 1.3223808
|
![]() |
How we use Docker at Cloud CMSAt Cloud CMS, we use Docker to provision our cloud infrastructure servers on top of Amazon Web Services. Our stack consists of five different clusters: Cloud CMS API Cloud CMS UI Cloud CMS App Server for Dynamic Hosting Elastic Search MongoDB With the exception of MongoDB, all of these clusters are allocated using elastic load balancing and are architected in such a way that we can spin up new servers and tear down old ones with elastic demand. That is to say, they are fully elastic in design. T
Score: 1.3223808
|
![]() |
Cloud CMS Web and Mobile FormsOne of the things that Cloud CMS does really well is forms - specifically, web and mobile forms. If you’ve ever worked with the development of forms before, you know they’re pretty tricky to put together. You typically have back-end code that is responsible for taking a data structure, validating it and writing it to a database. And you also have front-end code which does user-facing data validation that is cosmetically appealing (pretty red boxes) and helpful. You need to think about customizin
Score: 1.2876933
|
![]() |
Building Applications with Ratchet JS MVCOver the past few days, I’ve had a chance to delve back into ratchet.js which is a JavaScript MVC framework that I had a hand in building in 2010. By this point, there are a lot of JavaScript MVC frameworks that you can utilize. However, at the time we built it, we were very inspired by sammy.js, backbone.js and knockout.js. A few points on these libraries: I particularly liked sammy.js for its simplicity. The developers of that library do a great job minimizing the work and also utilized an int
Score: 1.2862338
|
![]() |
Gitana 3.2 / Guide / Guide / Bulk Import / CSVEasily import and manage CSV data in Cloud CMS using the Bulk Import tool, with examples from the 2014 World Cup Finals.
Score: 1.2632102
|