ZK Is Presentation-Tier Only"
From Documentation
(Created page with ' {{ZKDevelopersGuidePageHeader}} == ZK Is Presentation-Tier Only == ZK is aimed to be as thin as the presentation tier. In addition, with the server-centric approach, it execute…') |
|||
Line 2: | Line 2: | ||
{{ZKDevelopersGuidePageHeader}} | {{ZKDevelopersGuidePageHeader}} | ||
− | + | {{ZKDevelopersGuidePageHeader}} | |
ZK is aimed to be as thin as the presentation tier. In addition, with the server-centric approach, it executes all codes at the server, so connecting database is no different from any desktop applications. | ZK is aimed to be as thin as the presentation tier. In addition, with the server-centric approach, it executes all codes at the server, so connecting database is no different from any desktop applications. | ||
In other words, ZK doesn't change the way you access the database, no matter you use JDBC or other persistence framework, such as [http://www.hibernate.org/ Hibernate]. | In other words, ZK doesn't change the way you access the database, no matter you use JDBC or other persistence framework, such as [http://www.hibernate.org/ Hibernate]. |
Revision as of 03:42, 19 July 2010
This documentation is for an older version of ZK. For the latest one, please click here.
This documentation is for an older version of ZK. For the latest one, please click here.
ZK is aimed to be as thin as the presentation tier. In addition, with the server-centric approach, it executes all codes at the server, so connecting database is no different from any desktop applications.
In other words, ZK doesn't change the way you access the database, no matter you use JDBC or other persistence framework, such as Hibernate.