Found 152 results for "java"

The search executed in 4.74343E-4 seconds. That's fast.

Gitana / 4.0 / Developers / Drivers / Java

Easily connect Java, Spring MVC, and Android apps to Gitana using the open-source Gitana Java Driver with Maven integration and extensive documentation.

Score: 91.496994

Gitana / 4.0 / Developers / Cookbooks / Java Cookbook

Explore comprehensive Java programming strategies in our Java Cookbook. Learn about repositories, dependencies, connections, and coding examples.

Score: 63.800613

Gitana / 4.0 / Self Managed / Monitoring / Overview

Optimize your Cloud CMS API Server's performance using New Relic APM for real-time metrics without compromising production speed.

Score: 44.080322

Gitana / 3.2 / Guide / Guide / Cookbooks / Java Cookbook

Optimize your Java setup for Gitana with our detailed Java Cookbook guide, featuring code samples and connection methods for Cloud CMS integration.

Score: 41.0872

Gitana / 4.0 / Self Managed / Containers / API Server

Optimize your API server configuration with Cloud CMS. Launch a Java app with REST API support for MongoDB, ElasticSearch, and Amazon services like S3, SNS, SQS, and more.

Score: 30.681217

Gitana / 3.2 / Guide / Guide / Supported Stacks

Discover the supported stacks for on-premise Cloud CMS 3.2, including compatible databases and Elastic Search versions. Contact support for details.

Score: 28.710777

Gitana / 4.0 / Self Managed / Supported Stacks / Overview

Discover Gitana's certified stacks for on-premise installations, supporting MongoDB, Elastic Search, and major browsers for optimal performance.

Score: 28.710777

Gitana / 4.0 / Self Managed / Containers / UI Server

Optimize your Cloud CMS UI Server with extensible Node.js features and environment configurations for seamless API integration.

Score: 26.599049

Gitana / 4.0 / Developers / Cookbooks / Scripting Cookbook

Explore our Scripting Cookbook with server-side scripting guides, code samples, and practical examples for effortless development.

Score: 24.223473

Gitana / 3.2 / Guide / Guide / Docker / Monitoring API Server with an APM

Monitor your Cloud CMS API server with New Relic APM; optimize Java performance while minimizing production impact with our step-by-step setup guide.

Score: 17.588316

Gitana / 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965

Secure your Cloud CMS instance against CVE-2022-22965 by upgrading to 3.2.76 or applying our recommended workaround.

Score: 13.218785

Gitana / 3.2 / Guide / Guide / Docker / Configuration / API Server

Optimize your API server with Cloud CMS for RESTful integration, MongoDB, Elasticsearch, and AWS services like S3 and CloudFront.

Score: 10.309296

Gitana / 3.2 / Guide / Guide / Docker / Configuration / UI Server

Cloud CMS UI Server is a Node.js app within Docker, supporting extensible environment configurations.

Score: 7.6710596

Gitana / 3.2 / Guide / Guide / Cookbooks / Scripting Cookbook

Explore our Scripting Cookbook with server-side scripting guides, code samples, and practical examples for effortless development.

Score: 6.94263

Gitana / 3.2 / Guide / Guide / Policies / Node Policies

Optimize your content graph with node policies that trigger actions for node creation, updates, and deletions. Enhance management with custom node behavior.

Score: 6.6575317

Gitana / 4.0 / Content Engine / Behaviors / Policies / Node Policies

Optimize your content graph with node policies that trigger actions for node creation, updates, and deletions. Enhance management with custom node behavior.

Score: 6.6575317

Gitana / 3.2 / Guide / Guide / Policies / Property Policies

Enhance your property management with granular policies for creating, updating, or deleting properties. Customize your workflow effectively.

Score: 6.4787903

Gitana / 4.0 / Content Engine / Behaviors / Policies / Property Policies

Enhance your property management with granular policies for creating, updating, or deleting properties. Customize your workflow effectively.

Score: 6.4787903

Gitana / 3.2 / Guide / Guide / Policies / Data List Policies

Optimize your data list operations with custom policy hooks for adding, updating, and removing list items in JavaScript and Java.

Score: 6.43845

Gitana / 4.0 / Content Engine / Behaviors / Policies / Data List Policies

Optimize your data list operations with custom policy hooks for adding, updating, and removing list items in JavaScript and Java.

Score: 6.43845

Gitana / 3.2 / Guide / Guide / Policies / Attachment Policies

Optimize attachment management with policies for creating, updating, or deleting nodes efficiently. Learn method signatures & policy rules here.

Score: 6.2722435

Gitana / 4.0 / Content Engine / Behaviors / Policies / Attachment Policies

Optimize attachment management with policies for creating, updating, or deleting nodes efficiently. Learn method signatures & policy rules here.

Score: 6.2722435

Gitana / 3.2 / Guide / Guide / Policies / Association Policies

Optimize association policies in Cloud CMS by triggering custom handlers during node connections and disconnections. Enhance content graph management.

Score: 6.236832

Gitana / 4.0 / Content Engine / Behaviors / Policies / Association Policies

Optimize association policies in Cloud CMS by triggering custom handlers during node connections and disconnections. Enhance content graph management.

Score: 6.236832

How can I reuse connections with the Java Driver?

The Cloud CMS Java Driver uses a thread local variable to store the authentication context it receives after connecting. This is perhaps unusual for folks who are coming from the JavaScript world but should be very familiar for anyone who works with common JavaScript frameworks such as Spring Framework or Spring Security. When the authentication completes, the Java Driver constructs a "Driver" object that it stores into a thread local variable using the following call: DriverContext.setDriver(dr

Score: 5.87945