# appengine-java-vm-cdi-numberguess **Repository Path**: mirrors_GoogleCloudPlatform/appengine-java-vm-cdi-numberguess ## Basic Information - **Project Name**: appengine-java-vm-cdi-numberguess - **Description**: Adaptation of the CDI Weld number guess sample: https://github.com/weld/core/tree/master/examples/jsf/numberguess - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![status: inactive](https://img.shields.io/badge/status-inactive-red.svg) This project is no longer actively developed or maintained. For new work on this check out these repos [getting-started-java](https://github.com/GoogleCloudPlatform/getting-started-java) and [java-docs-samples](https://github.com/GoogleCloudPlatform/java-docs-samples). Weld Numberguess Example ======================== This example demonstrates the use of Weld in a Servlet container in App Engine Managed VMs. This is an adaptation of Run with Google App Engine Managed VMs (Assuming you have installed the Cloud SDK) -------------------- mvn gcloud:run Now you can view the application at . The Jetty specific configurations can be seen under [src/main/webapp/WEB-INF/jetty-context.xml](src/main/webapp/WEB-INF/jetty-context.xml) and [src/main/webapp/WEB-INF/jetty-env.xml](src/main/webapp/WEB-INF/jetty-env.xml).