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.

  1. Click 'Open Java Console' in AppWrench menu.
  2. Select project to work with if needed (otherwise currently selected project will be used).
  3. 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.
  4. 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

Links: