GitXplorerGitXplorer
n

gwt-web-platform

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
4755ecd198967652ef49cec44cebfc744055f506

Basic readme added

nnbartels committed 2 years ago
Unverified
3da10e16bce39a1497b6a1cd6b263cc44292cdc9

Initial commit

nnbartels committed 2 years ago
Verified
c17bc34a9d8cf125666ac84ea846fb9184fa32c6

Initial commit

nnbartels committed 2 years ago

README

The README file for this repository.

GWT Web Platform

The GWT Web PLatform is a microfrontend prototype written in Java/GWT.

It shows how the communication between several frontend components can be handeld using a basic platform where all the components are aggregated.

To start the example, just use the start.sh

As a "gimmick", it is possible to undock the single components and run them in their own tab. So the microfrontend is a prototype of a mulit window platform, too. Awesome, isn't it?

TODOs

  • Implement a Event prototype that is used to transfer data between the components
  • Improve the Un/docking
  • Add more components
  • Improve the platform and event dispatching