bnnr7
FlexiCore boosts
modularity.
security.
IoT.
extensibility.

What is FlexiCore

FlexiCore is an Open Source Java framework that Seamlessly extends Spring Boot.

FlexiCore In 5 Seconds

@Component
@Extension
public class HelloWorldController implements Plugin{

	@Autowired
	private HelloWorldService service;

	@GetMapping("/helloworld")
	public String hello() {
		return service.hello();
	}
}

plugin-a.jar

@Component
@Extension
public class HelloWorldService implements Plugin{

	public String hello() {
		return "Hello World!";
	}

}

plugin-b.jar

Modularize your Spring™ Applications

With FlexiCore powering your app, just a few lines of code is all you need to build modular Spring™ applications

New to FlexiCore? Try our simple quickstart guide.

Shekel
We moved from our Monolithic Spring system to a modularized Spring-FlexiCore system that enables faster customer targeted feature delivery ”

ELIRAN VAKNIN, VP R&D, SHEKEL BRAINWEIGH

DataTech
FlexiCore's Dynamic UI and Dynamic Invokers allow us to integrate with external services with zero front-end development time.

INON AXELROD, SENIOR SOFTWARE ENGINEER, DATATECH

Upright
Our FlexiCore based cloud is serving hundreds of thousands of customers per day with high availability and reliability ”

ROY KORNFELD, HEAD OF SOFTWARE, UPRIGHT

previous arrow
next arrow