Found 217 results for "appserver tags search"

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

Gitana 4.0 / Developers / User Interface Customization / Templates

Customize your pages with UI templates for content presentation. Create, manage, and apply unique templates easily for better user experience.

Score: 2.7118006

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-context

Discover tools for managing projects, exploring content models, and more with developer and manager permissions on our versatile project platform.

Score: 2.6292806

Gitana 4.0 / Developers / User Interface Customization / Contexts / project-context

Discover tools for managing projects, exploring content models, and more with developer and manager permissions on our versatile project platform.

Score: 2.6292806

Gitana 3.2 / Guide / Guide / Application Server / Web Content Management

Optimize your content workflow with Cloud CMS's Web Content Management solution for seamless page editing and efficient caching.

Score: 2.6271276

Gitana 4.0 / Developers / Application Server / Web Content Management

Optimize your content workflow with Cloud CMS's Web Content Management solution for seamless page editing and efficient caching.

Score: 2.6271276

Product Releases - Gitana

Product Releases - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate conten

Score: 2.570346

Announcing Gitana 4.0

Announcing Gitana 4.0 Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate content. P

Score: 2.5526557

Use Case: Machine Learning / AI - Gitana

Use Case: Machine Learning / AI - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance an

Score: 2.5312972

Query Performance

Application 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.4308252

Gitana 4.0 / Developers / Application Server / Services

Explore comprehensive app server services including Awareness, Notifications, and Web Content Management. Optimize performance with our expert guidance.

Score: 2.410935

Gitana 3.2 / Guide / Guide / Application Server / Services

Explore our comprehensive range of services including Awareness, Broadcast, Cache, Config, Flow, Insight, and more to optimize your web applications.

Score: 2.407658

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-subcontext

Explore comprehensive document management features, including overview, editing, translations, and workflow options for enhanced collaboration.

Score: 2.3347273

Gitana 4.0 / Developers / User Interface Customization / Contexts / document-subcontext

Explore comprehensive document management features, including overview, editing, translations, and workflow options for enhanced collaboration.

Score: 2.3347273

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: 2.3285394

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: 2.3285394

Gitana 3.2 / Guide / Guide / Features / Auto Translate

Automatically translate and synchronize content in multiple languages using Cloud CMS with AWS, Azure, or Google services.

Score: 2.2466505

Gitana 4.0 / Content Engine / Aspects / Auto Translate

Automatically translate and localize content with Cloud CMS, supporting seamless integration with major translation services for efficient multilingual workflows.

Score: 2.2466505

How does Cloud CMS work with a CDN

There are a few places where this either occurs automatically if you're using our hosted service or can occur optionally if you're either running within Docker containers on your own or integrating to custom CDN endpoints. First, the API itself can be fronted by a CDN that supports fallback lookup to an origin server. In this case, we recommend Amazon CloudFront with short-lived TTLs on cache headers. More specifically, you can use Amazon's API Gateway to get caching coverage across multiple geo

Score: 2.2122586

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

Learn how to use the @fragment tag for caching sections of your website with custom dependencies to optimize performance.

Score: 2.1689215

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

Learn how to use the @fragment tag for caching sections of your website with custom dependencies to optimize performance.

Score: 2.1689215

Content Services Platform - Gitana

Content Services Platform - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and cura

Score: 2.1491065

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 2.1445155

Gitana 3.2 / Guide / Guide / Features / Indexable

Optimize your content indexing with Cloud CMS. Configure search-index updates, exclude paths, and enhance performance for precise search results.

Score: 2.1308062

Gitana 4.0 / Content Engine / Aspects / Indexable

Optimize your content indexing with Cloud CMS. Configure search-index updates, exclude paths, and enhance performance for precise search results.

Score: 2.1308062

WCM and Caching

In Dust, there is the notion of a context which has a stack running underneath it. As you drill down into tags, a new context is pushed that can write new context variables as well as access previous variables from previous stack frames. What we're doing in cloudcms-server is providing a dependency tracker so that each tag gets to declare the output (the HTML that was generated) and the set of dependencies that it depended on in order to generate the output. As an example, a query might run an u

Score: 2.1272495