Skip to content
Rubén Díaz edited this page May 22, 2017 · 26 revisions

JSON Plug-in

Í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.

Trigger Extensions

As for the ExtJS generation the input is a java object, the trigger expressions are implemented as Java.

Merger extensions

There are currently two merge strategies:

  • merge strategy sencharchmerge (add the new code respecting the existing is case of conflict)

  • merge strategy sencharchmerge_override (add the new code overwriting the existent in case of conflict)

Clone this wiki locally