Found 170 results for "tour resources developers phonegap"

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

Enterprise Access Policies in Gitana 4.0 (Part 2)

In this article, we'll continue our series on Access Policies within Gitana. We'll take a few interesting and more complex examples of how Access Policies may be used to guarantee compliance witih enterprise security requirements. In the previous article, we left off looking at how you can grant access to content using Access Policies that are defined at either a Platform or Project-level. Platform-scoped policies can be written once and applied across all of your Projects. In this way, you can

Score: 2.4694204

Gitana 4.0 / Content Engine / Access Policies / System Policies / project-connector

Explore the Gitana System Access Policy for project-connector, detailing JSON roles and actions for resource connection in projects.

Score: 2.4384377

Gitana 4.0 / Content Engine / Access Policies / System Policies / project-application-user

Discover the 'project-application-user' system access policy for managing project roles and permissions effectively.

Score: 2.4256587

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

Gitana 4.0 / Reference / Types / Workflow

Explore comprehensive details on defining, managing, and executing workflows within the platform. Access methods, properties, examples, and schema.

Score: 2.3429134

Use Case: Healthcare - Gitana

Use Case: Healthcare - 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 co

Score: 2.2667267

Gitana 4.0 / Reference / Types / Workflow Task

Explore our comprehensive guide on Workflow Tasks within the Platform, featuring detailed methods, properties, and use cases for seamless integration.

Score: 2.2392807

Gitana 3.2 / Guide / Guide / UI Developers Guide / Samples / Developer Menu Items

Enable Developer menu for collaborators in Cloud CMS with custom configuration guidance.

Score: 2.224113

Gitana 4.0 / Developers / User Interface Customization / Samples / Developer Menu Items

Enable Developer menu for collaborators in Cloud CMS with custom configuration guidance.

Score: 2.224113

Gitana 3.2 / Guide / Guide / User Interface / Workflow / How to Start a Workflow

Learn how to start a workflow with step-by-step instructions on accessing and completing the Start Workflow Form. Ideal for project collaboration.

Score: 2.216569

Cloud CMS and Your Mobile Strategy

Last week, a really interesting post was authored by Andrew Chen on why mobile application startups are bombing out like it was 1999. Andrew’s main point is that mobile startups approach the application market using a “hail mary” kind of development approach which is similar to how web sites were delivered in the late 90’s. He also compares the investor mentality today with that of the late 90’s. I really enjoyed Andrew’s article and also enjoyed the comments. In particular, I was inspired by so

Score: 2.2149754

Gitana 3.2 / Guide / Guide / Application Server / Services / Locks

Optimize your application server's access to shared resources using the Locks Service, seamlessly configured with Redis for robust cluster management.

Score: 2.1955404

Selling a CMS to your Boss?

You have found the CMS to answer all your dreams and perhaps a lot more – now what? The quest for CMS nirvana is over and you are ready to start moving forward and onto the interesting challenges ahead. Probably not – you still have to sell the CMS to your Management! Your management is likely less interested in the great architecture/features and more interested in the costs to the business of buying or even not buying the CMS. Coming from the business side, this blog touches on the topics I wo

Score: 2.1862407

Gitana 3.2 / Guide / Guide / User Interface / Projects / Delete a Project

Learn how to safely delete projects, prepare by adjusting settings, and handle protections for error-free project management.

Score: 2.1749077

Gitana 3.2 / Guide / Guide / Workflow

Learn all about workflow models, tasks, events, and more for creating efficient business processes on Cloud CMS. Explore step-by-step examples and best practices.

Score: 2.168364

Gitana 4.0 / Content Engine / Workflow

Explore workflow models, instances, tasks, and more. Understand how content is routed, tracked, and completed efficiently.

Score: 2.168364

Difference between an Application and a Project

A Project is a logical separation for work within Cloud CMS. It could be a site, a sub-site, a department, a web project or anything else you'd like. Projects let you organize teams, invite members and provide a place for you to collaborate on content. An Application is something that you create to provision resources and services dedicated to your web site or web/mobile application. Each Application provides storage and services that your app can access for things like user registration, passwo

Score: 2.1152716

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.0769181

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.0769181

Gitana 4.0 Home Guide | Overview

Gitana 4.0 Home Guide | Overview 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

Score: 2.0565653

Gitana 3.2 / Guide / Guide / User Interface / Menu

Easily customize and change menu titles on your dashboard for a streamlined user experience. Hide unnecessary options for a lighter, more manageable view.

Score: 2.0086393

Gitana 4.0 / User Interface / User Interface / Menu

Easily customize and configure your web platform menus, manage visibility, and change titles for a streamlined navigation experience.

Score: 2.0086393

Is there a programmatic way to add more content to workflows?

There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor

Score: 1.9711418

Recommended Cloud CMS architecture

In 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: 1.9200635

Oauth 2.0 tokens

Each response from Cloud CMS provides two tokens: an access token and a refresh token. The access token is the one that you need to attach to every API call. It gets passed through the Authorization header as "bearer " and Cloud CMS uses this to identify who the authenticated user is (and thus, what resources they have access to and so forth). By default, the access token has a lifespan of 24 hours. After that period of time, it is no longer valid and any requests will come back wit

Score: 1.9061998