2 Replies Latest reply on Jul 6, 2007 5:28 AM by alesj

    jboss/spring newbee question

    haribaasha

      I have just implemented the spring framework in my code, and deployed it in jboss, i.e my jar in the lib and the spring-context.xml in the conf direcroty,

      i define the rules and bean declarations in the context.xml and get my beans from spring using the applicationcontext doing a getBean on it.

      Initially i build the context with the spring-context.xml

      now i noticed this about jboss/spring integration, how will this help/enhance/improve the way i did right now?