1

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

I am able to do this with embedded Glassfish.

TT.
  • 15,774
  • 6
  • 47
  • 88

2 Answers2

1

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.

0

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.

Bernd Ebertz
  • 1,317
  • 8
  • 10