Skip to content

Demo for Multi UI with DominoUI VueGWT Widget DnComponents in One Webapp

License

Notifications You must be signed in to change notification settings

gwtboot/multi-ui-xmas-sly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-ui-xmas-sly

Simple Example Using all GWT UI frameworks in One Webapp

Why? To see that we can combine every UI frameworks in one GWT webapp.

This example uses GWT Boot as Starter Parent: https://github.com/gwtboot/gwt-boot-samples

Build Status

Examples of Multi UIs

DnComponents

Multi UI Home DnComponents

VueGWT

Multi UI Counter VueGWT

DominoUI

At the moment the design of DominoUI (Material Design) is not compatible with the design of DnComponents (Bootstrap). We use no CSS in this DominoUI at all, therefore you could see that the design is broken. This is a general problem of mixing many UI frameworks in one web app: the designs are mostly incompatible.

Multi UI Todo DominoUI

Building Example

To build the example:

mvn clean package

To run the example:

  1. First: run the GWT Dev Mode:
mvn gwt:generate-module gwt:devmode
  1. Second: open your browser and go to following address:
http://127.0.0.1:8888/gwtdemo/
  1. GWT Dev Mode supports automatic transpiling. You just need to update your Java code in your IDE and reload your web browser. Your Java code will be automatically transpiled and your webapp stays uptodate without restarting the web server. If you change the index.html you need to push the restart button on the Swing GUI.

About

Demo for Multi UI with DominoUI VueGWT Widget DnComponents in One Webapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published