0 Replies Latest reply on Jun 25, 2012 11:48 AM by arhimondr

    Bean creation annotations

    arhimondr

      Hi=)

      I wish to know how exact Jboss handle annotations like @Servlet, @Stateless, @Statefull and etc.

      In spring, for example, we define base-package, where spring should try to find annotated classes. But in JavaEE6 spec. we don't define anything like that.

      So, as i guess Jboss iterates over all classes in the class-path, isn't it? If it is true, worth or not start to develop very large enterprice application (for example with 10-50k-100-150k classes =)) )?.

      How much time it will take from Jboss to deploy so big appications?