Skip to content
Alejandro García Parrondo edited this page Aug 2, 2020 · 20 revisions

Blynder is a front-end framework for Java. It allows the creation of applications following the Model-View-Controller pattern.

Quickstart

For starting right now I recommend to download the demo file and hack through it since I think the basic workarounds aren't too difficult to undestand. If you want to dig more into the framework I recommend to read the How to use.

How to use

In the page of each one of the main components there is an explanation on how they work and how to use them, the ones listed below are the components that the user can use.

Examples

Another example I have created is a React App that uses a Spring Boot server in order to get the data. The application is a simple CRUD and I can transpile it with Babel and Browserify in order to use it in Blynder:

Clone this wiki locally