2 Replies Latest reply on Aug 19, 2012 6:21 PM by alesj

    A custom Weld Java SE startup class

    starksm64

      I was playing around with the Weld framework and wanted a more deterministic way of specifying what the post Weld bootstrap application entry point was than I seemed to be able to achieve via the org.jboss.weld.environment.se.StartMain class. Here is a little blog showing the custom class and usage:

       

      https://community.jboss.org/blogs/scott.stark/2012/08/19/a-custom-weld-java-se-startup-class

       

      Is there a way to achieve a similar targeted startup with the existing bootstrap classes? If not, should I create an RFE with that code?