Features & Demos
Comprehensive data store viewer
Data Store Viewer allows to view and modify entities in local and production data stores. It was designed to streamline operations with Google data store and provides unique level of comfort while performing typical operations with data store.
Import/export wizards
One Click Import/Export wizards allow to manipulate with data in data store in a few clicks.
|
|
Interactive 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.
Powerful Data store refactorings
Data store refactoring support is probably one of most important updates in 1.3 version of AppWrench. This version introduces following refactoring operations.
- Deletion of entities of the selected kind - this operation allows to delete all entities of the selected kind in data store.
- Rename property - renames the selected property in all entities of the selected kind.
- Remove property ? removes the selected property from data store.
- Duplicate entity - duplicates the selected entity n times.
- Make property indexed - goes through data store and converts all values of selected property to indexed form.
- Make property not indexed - goes through data store and converts all values of the selected property to not indexed form.
- Set default value - goes through data store and sets user entered value to the selected property if an entity doesn't have an appropriate value.
- Set value - goes through data store and sets user entered value to the selected property.
App Engine ready profiler
AppEngine Profiler is an unique tool which allows to profile java applications deployed to the local or production Google App Engine server.
Currently AppEngine Profiler is capable to collect information about system time and API ? time spent in methods of application ? as well as collect information about the top data store and memcache query statistics. Notice that on local server you will get estimations only.
Log viewer
Log Viewer allows to view and navigate through Google App Engine logs directly from your Eclipse environment.