-
Notifications
You must be signed in to change notification settings - Fork 70
cobigen jsonplugin
Ín future, the JSON plugin should be able to also merge arbitrary JSON files. However, currently due to business needs, we just support a specific merge algorithm for sencha architect configuration files. Thus, CobiGen is able to generate sencha architect projects for client generation and potentially add new views to already existing sench archtiect projects.
As for the ExtJS generation the input is a java object, the trigger expressions (including matchers and variable assignments) are implemented as Java.
There are currently two merge strategies:
-
merge strategy
sencharchmerge
(add the new code respecting the existent is case of conflict) -
merge strategy
sencharchmerge_override
(add the new code overwriting the existent in case of conflict)
Technical info about the merge process and how the merge extensions work are here.
Disclaimer
If you discover any documentation bugs or would like to request new content, please raise them as an issue or create a pull request. Contributions to this wiki are done through the main repo under the folder documentation.
License
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International
)