Skip to main content

Spring Framework

Many Java teams already use Spring Boot for building applications. Spring integration with webforJ now lets you add webforJ's UI components to existing Spring applications, or use Spring's features in new webforJ projects.

Your Spring services, repositories, and configuration work as normal. Your webforJ components can @Autowired any Spring bean. Spring Data repositories connect directly to webforJ tables through SpringDataRepository. Development gets faster with automatic browser refresh from Spring DevTools and webforJ LiveReload.

The integration keeps both frameworks doing what they do best - Spring handles backend concerns while webforJ handles the UI.

Topics