Can someone please explain me the difference between
@load,@save,@bind with an example, i have read about them but i got more
confused about the basic difference between them. they all look and
work in somewhat same manner.
what does it mean when i write something like below
<textbox value="@load(vm.address.streatName)"/>
<datebox value="@save(vm.trip.leaveDate)"/>
<label value="@bind(vm.name)"/>
thanks...
Showing posts with label javaRIA-Games. Show all posts
Showing posts with label javaRIA-Games. Show all posts
Friday, August 31, 2018
Friday, August 31, 2018
ZK - Difference Between @load,@save,@bind
Saturday, April 28, 2018
Saturday, April 28, 2018
ZK reference

ZK is a component-based UI framework that enables you to build Rich Internet Application (RIA)
and mobile applications without having to learn JavaScript or AJAX. You
can build highly-interactive and responsive AJAX web applications in
pure Java. ZK provides hundreds of components[1]
which are designed...
Saturday, January 6, 2018
Saturday, January 06, 2018
Introduction to Cascading Style Sheets
Cascading Style Sheets or CSS is the basic technique to separate the appearance of a web page from the content represented in HTML. In this section, we give an introduction to CSS and look how they are relevant to software development with Vaadin.
As we can only give a short intruction in this book, we encourage you to refer to the rich literature on CSS and the many resources available in...
Monday, January 1, 2018
Monday, January 01, 2018
Hello OSGi: Bundles for beginners & commands
OSGi = The Open Services Gateway Initiative defines an architecture for developing and deploying modular applications and libraries.
The Open Services Gateway Initiative (OSGi), also known as the Dynamic Module System for Java, defines an architecture for modular application development. OSGi container implementations such as Knopflerfish, Equinox, and Apache Felix allow...
Saturday, November 5, 2011
Saturday, November 05, 2011
JavaFX 2 — The new Java desktop client run on web browser
What Is JavaFX?
The JavaFX platform is the evolution of the Java client platform designed to enable application developers to easily create and deploy rich internet applications (RIAs) that behave consistently across multiple platforms. Built on Java technology, the JavaFX platform provides a rich set of graphics and media API with high-performance hardware-accelerated graphics and media engines...