Marius Bogoevici [
https://community.jboss.org/people/marius.bogoevici] created the
discussion
"Re: Snowdrop projects for GSoC"
To view the discussion, visit:
https://community.jboss.org/message/729705#729705
--------------------------------------------------------------
Manuel,
Sorry for the late answer - I think you may have found your way around the project.
Using Eclipse or JBDS should be fine.
The info regarding Snowdrop is at
http://jboss.org/snowdrop http://jboss.org/snowdrop,
and the git repo is at
http://github.com/snowdrop http://github.com/snowdrop. You may
have found this information already.
To wit, Spring provides an annotation scanner which can be pretty expensive for large
deployments. The idea is that JBoss AS7 has the ability of indexing deployments for
specific annotations, so my idea is to expand annotation indexing in JBoss to include
Spring annotations, and then work around functionality such as
org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(String).
There may be better extension points though to use that information. This could also
require another MetadataReader implementation.
Some information about Jandex (JBoss' annotation scanner) can be found here:
http://github.com/jbossas/jandex http://github.com/jbossas/jandex. I'll try to look
for a better documentation on how this is currently used in JBoss AS7.
Cheers,
Marius
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/729705#729705]
Start a new discussion in Snowdrop at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]