Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Data-Centric Applications with Vaadin 8

You're reading from   Data-Centric Applications with Vaadin 8 Develop and maintain high-quality web applications using Vaadin

Arrow left icon
Product type Paperback
Published in Apr 2018
Publisher Packt
ISBN-13 9781783288847
Length 202 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Alejandro Duarte Alejandro Duarte
Author Profile Icon Alejandro Duarte
Alejandro Duarte
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Creating New Vaadin Projects FREE CHAPTER 2. Modularization and Main Screens 3. Implementing Server-Side Components with Internationalization 4. Implementing Authentication and Authorization 5. Connecting to SQL Databases Using JDBC 6. Connecting to SQL Databases Using ORM Frameworks 7. Implementing CRUD User Interfaces 8. Adding Reporting Capabilities 9. Lazy Loading 10. Other Books You May Enjoy

Lazy Loading

Lazy loading is a technique for lowering memory consumption and, possibly, processing time. This technique delays the loading of data until the moment when it's actually needed in the UI. For example, if you have a Grid component with, say 10,000 rows, only a bunch of them are visible at a given time. Loading the full set of 10,000 rows might be a waste of resources. The idea behind lazy loading is the same as the behavior of a lazy person: if you delay doing something until the last moment, you will end up saving time if, for some reason, it turns out that you don't have to do the task anymore. It's the same in a web application. For example, if a user leaves certain views without scrolling through the data, the application won't need to load anything other than a few visible items, saving it from having to load potentially thousands or millions...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime