Reputation: 465
I wish to use Helidon for a service but was wondering if it supports Spring as my app is built using Spring
The examples for helidon are built with CDI and Weld
Thanks in Advance!
Upvotes: 0
Views: 380
Reputation:
Helidon has two modes:
Of these two, Helidon MP implements MicroProfile which in turn implements the most important parts of the Java EE 8 standard.
Spring is a proprietary product. It is not the goal of Helidon to implement Spring. If you want to implement your application using Spring, use Spring.
Upvotes: 3