Changes in 1.3
Data store refactoring support
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.
Improvements in JDO/JPA support
We worked hard to improve JDO/JPA support in AppWrench current version and now we are able to understand most of JDO/JPA annotations and correctly visualize embedded objects as well as child/parent relationships.
For example if you have the following class named PersonJPA
|
Embedded Object ContactsJPA will be displayed in a separate field group in the editor:
|
Blob property visualization improvements
Current version introduces visualization for blob valued properties. Current version supports displaying and editing of images and serializable objects stored in blobs.
|
|
Name spaces support
1.3 version of AppWrench has full support for name spaces
Blob store access
Blob store view allows easy access to your blobs from Eclipse IDE.
Changes in 1.2
1.2 Release was devoted to bug fixing. We have fixed multiple defects in following areas:
- Multiple bug fixes in data store viewing/editing
- Various filter improvements
- UI improvements
Changes in 1.1
Data store import/export wizards
Most important changes in 1.1 release are wizards allowing to export and import data in data store in a few clicks.
Initial JDO/JPA support
AppWrench is now able to use JDO/JPA annotations to determine Entity kinds and properties
API Time estimations
AppWrench profiler is now able to estimate API time during testing on dev server.