ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

Small Talk: Hibernate + Spring + ZK

admin
26 Mar 2006 12:35:31 GMT
26 Mar 2006 12:35:31 GMT


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3651314

By: tomyeh

In this article, Fernando De Leon described how to integrate ZK with Hibernate and Spring.
As illustrated, ZK should be agnostic to the data layer and it should not know about business rules.

admin
24 May 2006 19:28:45 GMT
24 May 2006 19:28:45 GMT


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3748850

By: sbarr10

It's probably just me but I am a little disappointed with ZK because I don't understand how it smoothly fits in with Spring MVC.

I'd like to see a fully coded example with a ZK view engine already provided as a jar, a view resolver bean shown defined in the configuration XML, along with .zul suffix mapping, along with a sample Spring controller that injects request values into the .zul view page via a HashMap.

I think the Initiator example in the article comes close but I don't understand how to associate a .zul view with a spring controller, and I don't understand how to fit the "AllPersons" (the initiator implementation) into our existing controller code in our spring application.

admin
25 May 2006 06:16:23 GMT
25 May 2006 06:16:23 GMT


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3749434

By: tomyeh

We hear you:) A small talk about Spring is on the way.