Java Console
OnPositive Java Console is a productivity tool which helps to facilitate simple operations with applications that are deployed to Google App Engine or run on local server. This tool allows to execute fragment of Java code in context of your running application on local or production server.
Getting started
This section describes how to start using AppWrench Java Console.
- Click 'Open Java Console' in AppWrench menu.
- Select project to work with if needed (otherwise currently selected project will be used).
- If it is the first usage of 'Java Console' for the selected project then deploy updated application to the Google App Engine and restart local server.
- Your application is ready now. You may type statements, and run them on local and Google servers.
Overview
Java Console is particularly useful for quick testing of deployed code, modifying of performing complex operations on data store, scheduling tasks and performing other operations which may be useful for quick access to deployed application code and services.
As you may see from the following screen shot:

Features
- Syntax highlighting,
- Code completion
- Validation of snippet code