Wish Does B4J will support java spring boot ?

M.LAZ

Active Member
Licensed User
Longtime User
Will this framework support B4J for building web applications?

Java Spring Boot (Spring Boot) is a tool that makes developing web applications and microservices with Spring Framework faster and easier through three core capabilities:

- Auto configuration

- An opinionated approach to configuration

- The ability to create stand-alone applications.
These features work together to provide you with a tool for setting up a Spring-based application with minimal configuration and setup. Spring Boot applications can also be optimized and run with the Open Liberty runtime.
Read more
 

aeric

Expert
Licensed User
Longtime User
If I am not mistaken, in order to use this framework, we need to use maven to import some third party libraries. It also involved war and classpath settings. It is quite complex. I don't see anyone has use it with B4J.
 
Top