ondrej-kvasnovsky/vaadin-lazyquerycontainer — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2012-11-12
Show a large customer or inventory table in a Vaadin app without loading every row upfront.
Build a reporting tool that displays millions of transactions without slowing down the browser.
Add sorting and filtering to a big dataset while only fetching the visible slice of data.
Connect a Vaadin admin dashboard to a backend service that streams data on scroll.
| ondrej-kvasnovsky/vaadin-lazyquerycontainer | abhishek-kumar09/pmd | ahus1/cdt | |
|---|---|---|---|
| Language | Java | Java | Java |
| Last pushed | 2012-11-12 | 2020-11-15 | 2024-11-05 |
| Maintenance | Dormant | Dormant | Stale |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
README is minimal, check project docs/examples for full implementation guidance.
A Java library that lets Vaadin apps load large datasets on demand instead of all at once, keeping big tables fast.
Mainly Java. The stack also includes Java, Vaadin.
Dormant — no commits in 2+ years (last push 2012-11-12).
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.