Is it possible to deploy an application with WildFly as a bundle?

373 Views Asked by At

Is it possible to deploy an application with WildFly as a bundle?

I am able to do this with embedded Glassfish.

2

There are 2 best solutions below

0
Bernd Ebertz On

As you can see in JBoss documentation there has been something for OSGi, rather than there is... To me it looks like this has died before wildfly was released.

0
Ramon Rivas On

If you want to embed JBoss/Wildfly with your app, you should review Wildfly Swarm. That's a way to generate an application that contains the server embedded. It's very similar to Spring Boot, but you can use Java EE APIs.