Found 407 results for "gitana 4.0 developers app-server tags associations"
The search executed in 0.002623689 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Services / DusterOptimize your web development process with Duster, a powerful service using LinkedIn Dust.js for efficient template rendering and automatic cache management.
Score: 2.8404436
|
![]() |
Gitana 4.0 / Developers / Application Server / Services / DusterOptimize your web rendering with Duster Service using Dust.js for dynamic HTML and JSON outputs. Boost performance with seamless fragment caching.
Score: 2.8404436
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / Projects / Deleted ItemsEfficiently manage and restore deleted content with Cloud CMS's intuitive tools, ensuring data is never lost entirely. Explore our unique features today!
Score: 2.8275206
|
![]() |
Gitana 4.0 / User Interface / Projects / Deleted ItemsManage content recovery effortlessly with Cloud CMS's 'copy on write' system, offering a simple way to view, restore, or purge deleted items.
Score: 2.8275206
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / tag-subcontextExplore our comprehensive guide to managing tags, including overview, edit properties, and accessing tagged documents in your projects.
Score: 2.8260412
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / tag-subcontextExplore our comprehensive guide to managing tags, including overview, edit properties, and accessing tagged documents in your projects.
Score: 2.8260412
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Go CookbookExplore the Go Cookbook to learn Go driver setup, Cloud CMS connection, node management, querying, and GraphQL integration.
Score: 2.7179735
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript 2.0 CookbookDiscover the Gitana JavaScript 2.0 Driver, offering full ECMAScript promise support for seamless Cloud CMS integration. Explore async/await, promises, and callbacks.
Score: 2.7136893
|
![]() |
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.695606
|
![]() |
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: 2.6947732
|
![]() |
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: 2.6947732
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / Create/Edit ContentEasily navigate and manage your project content with search features, tags, and comments. Enhance your CMS experience with organized folders and user roles.
Score: 2.6338608
|
![]() |
Definitions for Date formatOur definitions are based on JSON schema and, as such, the default is to use strings for dates. The date controls in our forms engine let you customize the format string so that you can store ISO 8601 or other formats (perhaps simplified formats) as per your preference. The advantage here is simplicity with these controls and compatibility with JSON schema. The disadvantage is that MongoDB provides a lot of very powerful capabilities for range query and sorting that do not play as nicely with th
Score: 2.6129563
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Web Content ManagementStreamline content management with Cloud CMS. Easily edit, preview, and publish web pages for seamless collaboration and optimized performance.
Score: 2.6091833
|
![]() |
Gitana 4.0 / Developers / Application Server / Web Content ManagementStreamline content management with Cloud CMS. Easily edit, preview, and publish web pages for seamless collaboration and optimized performance.
Score: 2.6091833
|
![]() |
Gitana 3.2 / Guide / Guide / Getting StartedExplore Cloud CMS, an API-first CMS empowering businesses with content creation, management, and publishing for web and mobile apps. Get started today!
Score: 2.598938
|
![]() |
Gitana 4.0 / User Interface / User Interface / Create/Edit ContentEdit and manage content efficiently with options for viewing, editing, tagging, and attaching files in Cloud CMS. Explore types, forms, and comments.
Score: 2.5721269
|
![]() |
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.5696354
|
![]() |
Gitana 4.0 / Self Managed / KubernetesDiscover our upcoming 4.0 Kubernetes configuration files or contact support@gitana.io for immediate access and assistance.
Score: 2.508219
|
![]() |
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: 2.4455996
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Java CookbookOptimize your Java setup for Gitana with our detailed Java Cookbook guide, featuring code samples and connection methods for Cloud CMS integration.
Score: 2.4246724
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / C# CookbookExplore the C# Cookbook to effectively utilize the Gitana C# Driver for connecting to Cloud CMS and managing content with .NET Core.
Score: 2.4236267
|
![]() |
Query PerformanceApplication queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi
Score: 2.4143674
|
![]() |
Precompile your Text fields with Markdown or HandlebarsOne of the new features in Cloud CMS 3.2.41 is the f:precompile feature. This feature tells Cloud CMS to automatically precompile one or more fields on your content items whenever the content is saved. With precompiling in place, you can now let your editors work in Markdown or use Handlebars tags in their content and then have that content automatically convert into HTML (or another output format) for use in your front-end applications. An Example Suppose, for example, that you defined an artcl
Score: 2.4083433
|
![]() |
Gitana 4.0 / Developers / Application Server / ServicesExplore our comprehensive services including Awareness, Broadcast, Cache, and more to enhance your app development process.
Score: 2.3919566
|