Let's say a new CMS Component type needs to be defined. In order to do that, the standard steps are:
- Define the new type into ${extensionName}-items.xml
- Stop the server (If it is up and running)
- Perform a build so that model and Jalo classes are being generated(for the new type) and compiled -> this takes approx 4 min
- Start the server back again -> this takes approx 8 minutes
- Perform "Update Running System" so that the DB will know about the newly defined type.
The above described steps take a lot of time.
Is it possible to define new types and load them into the Hybris type system without restarting the server in order to speed up the development process ?