1

ZK and Spring Boot

asked 2014-11-25 17:40:52 +0800

guiye gravatar image guiye
28 1

Hi all,

I've done a POC using Spring Boot and ZK

you can check at: https://github.com/guillefritz/spring-boot-zk

I'll add more info and how-to's

bye!

delete flag offensive retag edit

4 Answers

Sort by ยป oldest newest most voted
0

answered 2014-12-28 18:25:08 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

Thank you.

link publish delete flag offensive edit
0

answered 2017-11-22 20:12:23 +0800

cor3000 gravatar image cor3000
6280 2 7

Here a starter project for springboot and ZK EE

https://github.com/zkoss-demo/zk-spring-boot

link publish delete flag offensive edit
0

answered 2018-05-04 05:23:22 +0800

DanielPy gravatar image DanielPy
16

Hi

I have a problem when deploy this project as ZK CE.

org.zkoss.zk.ui.metainfo.DefinitionNotFoundException: 14:11: Component definition not found: apply in [LanguageDefinition: xul/html] when test mvvm.zul page...

Whats that?

link publish delete flag offensive edit
0

answered 2018-05-08 18:35:33 +0800

cor3000 gravatar image cor3000
6280 2 7

updated 2018-05-08 18:48:46 +0800

The shadow element <apply> is only available in ZK-EE (zuti.jar).

When using the CE version you can use the <include> component for a similar behavior:

<include pageModel="@load(vm.currentPage)" src="@load(vm.currentPage.uri)"/>

I also updated the example mvvm.zul to provide the CE alternative

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
2 followers

RSS

Stats

Asked: 2014-11-25 17:40:52 +0800

Seen: 144 times

Last updated: May 08 '18

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More