Hey guys and gals. How can i inject custom Logger in开发者_如何学Go EJB i'm using jboss 5 ga.
- Make the custom logger an EJB and inject it using @EJB annotation (assuming you are using EJB 3.0+).
- Use an IoC such as Spring or Guice
Hey guys and gals. How can i inject custom Logger in开发者_如何学Go EJB i'm using jboss 5 ga.
精彩评论