Domanda

I am needing something to allow a user to use a tool to define a layout which then can be applied to a grails application.

I have been looking into ZK Framework, It seems this will allow it but I am not 100% sure. Has any one made use of this before?

Or could anyone suggest any alternative.

È stato utile?

Soluzione

It seems that the ZKGrails plugin does what you want.

It enables you to port the ZUL pages you developed in ZK to Grails. In particular, you would extend the class GrailsComposer (which in turn extends from ZK's GenericForwardComposer) in order to autowire your ZUL UI components to Grails event handlers.

This ZKGrails tutorial shows how to port the ZK's Load-On-Demand program to Grails.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top