aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorPekka Hyvönen <pekka@vaadin.com>2019-03-27 07:32:59 +0200
committerAnastasia Smirnova <anasmi@utu.fi>2019-03-27 07:32:59 +0200
commit5fc51c61fa3e2f98da293966d73cc1b7f1c7627c (patch)
treecb73eed2da2b8e2f3761bf4f07a18056225bc4a2 /documentation
parent9ebb228206e1baa414b0f2630f79d71f7bca7950 (diff)
downloadvaadin-framework-5fc51c61fa3e2f98da293966d73cc1b7f1c7627c.tar.gz
vaadin-framework-5fc51c61fa3e2f98da293966d73cc1b7f1c7627c.zip
Do not recommend crappy old containers in tutorial (#11514)
Removed link to and recommendation for SQLContainer
Diffstat (limited to 'documentation')
-rw-r--r--documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc6
1 files changed, 1 insertions, 5 deletions
diff --git a/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc b/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
index d7bc0702dd..59f4af1402 100644
--- a/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
+++ b/documentation/articles/VaadinTutorialForSwingDevelopers.asciidoc
@@ -505,11 +505,7 @@ You can pretty easily write a totally custom version for your specific
use case, but the strongly suggested method is to use helpers like
https://vaadin.com/web/matti/blog/-/blogs/connecting-large-amounts-of-data-to-ui[LazyList]
or https://vaadin.com/addon/lazy-query-container[LazyQueryContainer]
-instead. In most lazy loading cases, those are the tools that you really
-should use, but in some architectures you can also consider using
-https://vaadin.com/api/com/vaadin/data/util/sqlcontainer/SQLContainer.html[SqlContainer]
-or https://vaadin.com/addon/vaadin-jpacontainer[JPAContainer] which do
-rather optimized lazy loading automatically as well.
+instead.
[[structuring_your_ui_code]]
Structuring your UI code