JBoss Community

Re: Speeding up Spring, coupled to JBoss

created by Tejas Mehta in Snowdrop - View the full discussion

As far as I know, there are almost no custom hooks required to handle our VFS with AS7/Wildfly, based on my experience with this example: https://github.com/jboss-jdf/jboss-as-quickstart/tree/master/kitchensink-spring/basic.

 

So users are not required to use -spring.xml to deploy spring apps.

 

Besides the custom hook, some of the options we looked into are AOP (too much configuration required on user's part) and javassist (not possible). We are now looking at Byteman, thanks to Vineet's suggestion. If we go this route then there would be no need for custom hooks, but would happen without users knowing, which may be a problem for some. What do you think?

Reply to this message by going to Community

Start a new discussion in Snowdrop at Community