简体   繁体   中英

Is that possible to build a Quarkus native executable with a normal JavaEE and JAX-RS Project?

Let's say I've a project, which is about JavaEE and JAX-RS and normally deployed on wildfly. And now I need to implement Quarkus native.

So here is what I have:

A JavaEE project, which so far has no relation with Quarkus.

What I want to do:

1.Implement Quarkus native with a POM.

Is that possible? Any Suggestions or Answers would be appealed.

Most JavaEE applications can be converted to Quarkus fairly easily as Quarkus has support for the most important JavaEE specs.

There are also various articles you can read up on. See this , this and this . You can also check out the Migration Toolkit for Applications which provides insights on migrating existing applications to Quarkus.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM