What is FlexiCore
FlexiCore is an open-source Java framework that extends Spring in many new exciting ways, has been in production for years by several organizations, and was made open-source lately.
Flexicore rich, extensible, reusable and tested plugins library dramatically cuts development time. Available plugins cover dozens of different application domains.
Spring is the world’s most popular Java back-end framework.
FlexiCore and Spring boot development
With Flexicore, developers keep using the same programming and testing paradigms.
@Component
@Extension
public class HelloWorldRESTService implements RestServicePlugin{
@Autowired
private HelloWorldService service;
@GET
@Path("/helloworld")
public String hello() {
return service.hello();
}
}
@Component
@Extension
public class HelloWorldService implements ServicePlugin{
public String hello() {
return "Hello World!";
}
}
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.
ELIRAN VAKNIN, VP R&D, SHEKEL BRAINWEIGH
INON AXELROD, SENIOR SOFTWARE ENGINEER, DATATECH
ROY KORNFELD, HEAD OF SOFTWARE, UPRIGHT
Success Stories
Get fresh business insights and idea delivered weekly to your inbox.