[jboss-user] [Snowdrop] - Re: Speeding up Spring, coupled to JBoss
Tejas Mehta
do-not-reply at jboss.com
Fri Jul 12 09:03:51 EDT 2013
Tejas Mehta [https://community.jboss.org/people/tmehta] created the discussion
"Re: Speeding up Spring, coupled to JBoss"
To view the discussion, visit: https://community.jboss.org/message/827743#827743
--------------------------------------------------------------
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 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
[https://community.jboss.org/message/827743#827743]
Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130712/53e4ace2/attachment.html
More information about the jboss-user
mailing list