close
The Wayback Machine - https://web.archive.org/web/20200916090107/https://github.com/armdev/micro-web
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

micro-web

Microservices in the frontend.

wildfly-swarm JSF microservice

It is a JAR, but you can from pom.xml change it to WAR.

How to run?

  1. mvn clean package -U
  2. mvn wildfly-swarm:run

Access: http://localhost:9090/micro-web/index.jsf

Web page show post list from https://jsonplaceholder.typicode.com/posts , the same list you can access as REST resource

http://localhost:9090/micro-web/rest/posts/list which is cached.

So you have Java EE microservice for front end, this is a nice solution for developing modern applications.

You can’t perform that action at this time.