Build Java Web Applications Faster With Vaadin
Build Java Web Applications Faster With Vaadin
Try Vaadin's Visual View Builder for seamless collaboration, prototype sharing, and code
generation.
Try now
Login
Get started
Book a demo
[OK]
https://vaadin.com 1/13
6/22/23, 12:37 PM Vaadin | Discover the Web App Framework Built for Java
https://vaadin.com 2/13
6/22/23, 12:37 PM Vaadin | Discover the Web App Framework Built for Java
DESIGN SYSTEM
https://vaadin.com 4/13
6/22/23, 12:37 PM Vaadin | Discover the Web App Framework Built for Java
improving the user experience, monitoring visitor
traffic and marketing purposes. By continuing to
browse the site, you agree to our use of cookies.
You
UI can read more
components about cookies here.
Vaadin comes with 45+ UI components that help you build consistent UIs fast. The
theme can be customized to match your brand.
https://vaadin.com 5/13
6/22/23, 12:37 PM Vaadin | Discover the Web App Framework Built for Java
Browse components
Figma design kit
When designers and developers have the same components available to them, you
can go from design to implementation faster.
Vaadin in Figma
Accessible for all
Vaadin components work with screen readers and assistive devices so everyone can
use your app. Also important for regulatory compliance.
Learn more
COLLABORATION KIT
We use cookies to serve our customers and website
visitors in the best possible way. Cookies are used
Work is collaborative.
for the proper functioning of the website and for
improving the user experience, monitoring visitor
The digital transformation of business workflows and a shift towards remote work
has made online collaboration more important than ever. With Vaadin
https://vaadin.com 6/13
6/22/23, 12:37 PM Vaadin | Discover the Web App Framework Built for Java
Collaboration Kit you can help the users of your application work together in real-
time and stay productive no matter where they work.
Learn more
Vaadin Flow is an open-source framework for building web apps in Java. You build
your app from UI components without ever having to touch HTML or JavaScript.
https://vaadin.com 7/13
6/22/23, 12:37 PM Vaadin | Discover the Web App Framework Built for Java
Learn more
1 import com.example.application.backend.GreetService;
2
3 public HelloWorldView(@Autowired GreetService service) {
4 TextField name = new TextField("Name");
5 Paragraph greeting = new Paragraph("");
6
7 Button sayHello = new Button("Greet");
8 sayHello.addThemeVariants(ButtonVariant.LUMO_PRIMARY);
9 sayHello.addClickListener(e -> {
10 greeting.setText(service.greet(name.getValue()));
11 });
12 }
https://vaadin.com 8/13
6/22/23, 12:37 PM Vaadin | Discover the Web App Framework Built for Java
productive.
for the proper functioning of the website and for
improving the user experience, monitoring visitor
traffic and marketing purposes. By continuing to
Customer Stories
browse the site, you agree to our use of cookies.
You can read more about cookies here.
https://vaadin.com 9/13
6/22/23, 12:37 PM Vaadin | Discover the Web App Framework Built for Java
https://vaadin.com 10/13
6/22/23, 12:37 PM Vaadin | Discover the Web App Framework Built for Java
We are here to help you succeed. Our specialists are happy to answer any
questions you may have, and our technical documentation includes tutorials and
copy-paste code examples on the different Vaadin features.
Contact us
Read documentation
Company Platform
About Flow
Careers UI Components
DS Publisher
We use cookies to serve our customers and website
visitors in the best possible way. Cookies are used
Designer
for the proper functioning of the website and for
TestBench
improving the user experience, monitoring visitor
traffic and marketing purposes. By continuing to
browse the site, you agree to our use of cookies.
Solutions
You can read more about cookies here. Developers
https://vaadin.com 12/13
6/22/23, 12:37 PM Vaadin | Discover the Web App Framework Built for Java
Expert services
Resources
Blog
Customer stories
Platform FAQ
Framework comparison
For students
https://vaadin.com 13/13