Discussion:
[jboss-user] [Snowdrop] - Snowdrop projects for GSoC
Marius Bogoevici
2012-04-02 15:07:58 UTC
Permalink
Marius Bogoevici [https://community.jboss.org/people/marius.bogoevici] created the discussion

"Snowdrop projects for GSoC"

To view the discussion, visit: https://community.jboss.org/message/727783#727783

--------------------------------------------------------------
For GSoC, I have a new proposal, for students who are interested in the marriage of JBoss AS7 and Spring:

Provide an extension to the Spring Framework that can take advantage of AS7 annotation indexing support for deployments and apply it for speeding up the startup of Spring applications in JBoss AS 7.

Its goal is as simple as it sounds, but involves dealing with JBoss AS7 and Spring internals, and requires a significant amount of research.

I'm opening the discussion on this! Also, if you have other ideas regarding Snowdrop, feel free to discuss!
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/727783#727783]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
Manuel Súarez Sánchez
2012-04-02 17:51:34 UTC
Permalink
Manuel Súarez Sánchez [https://community.jboss.org/people/elnuma] created the discussion

"Re: Snowdrop projects for GSoC"

To view the discussion, visit: https://community.jboss.org/message/727810#727810

--------------------------------------------------------------
Hi Marius,

IÂŽm interesting in this project :) !! I have a few Questions about this project:

-What IDE do you recommend?(I know Eclipse and then I download a few plugin or STS(SpringSource Tool Suite) or now IÂŽm looking in JBOSS webpage and IÂŽm watching it: JBoss Developer Studio 5.0 Early Access) if you recommend me another one I like to tell you that I have mac computer :) .

-Do you have any manual or webpage that I can look about it?

-Can you give url of repository of Snowdrop and JBoss?

How I donÂŽt have a lot experience about it, I think that I can start install jboss and IÂŽm watching a few samples of Snowdrop with Spring and JBOSS.

Thanks for all Marius :D !!
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/727810#727810]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
Marius Bogoevici
2012-04-12 19:55:48 UTC
Permalink
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&containerType=14&container=2082]
Manuel Súarez Sánchez
2012-04-15 21:45:59 UTC
Permalink
Manuel Súarez Sánchez [https://community.jboss.org/people/elnuma] created the discussion

"Re: Snowdrop projects for GSoC"

To view the discussion, visit: https://community.jboss.org/message/730144#730144

--------------------------------------------------------------
Hi Marius,

Thanks for the information, I continue with this project when I have any advance I tell you here.

I dowloaded this project by here: http://anonsvn.jboss.org/repos/jbossas/projects/snowdrop/trunk/ http://anonsvn.jboss.org/repos/jbossas/projects/snowdrop/trunk/ ItÂŽs a SVN and you tell me a GIT, The SVN I read in webpage of JBOSS: http://www.jboss.org/snowdrop http://www.jboss.org/snowdrop ItÂŽs right or itÂŽs better repository GIT of Snowdrop?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/730144#730144]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
Marius Bogoevici
2012-04-18 17:52:48 UTC
Permalink
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/730913#730913

--------------------------------------------------------------
Hi Manuel,

Looks like there's an issue on the web page - we moved the sources to https://github.com/snowdrop https://github.com/snowdrop since some time.

Let me correct that ASAP.

Cheers,
Marius
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/730913#730913]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
Manuel Súarez Sánchez
2012-04-19 13:47:46 UTC
Permalink
Manuel Súarez Sánchez [https://community.jboss.org/people/elnuma] created the discussion

"Re: Snowdrop projects for GSoC"

To view the discussion, visit: https://community.jboss.org/message/731084#731084

--------------------------------------------------------------
Hi Marius,

I downloaded again :) Snowdrop from Git Repository, in my local Machine I install AS7 and Module of Snowdrop. Is this documentation: http://docs.jboss.org/snowdrop/2.0.0.Final/html_single/index.html http://docs.jboss.org/snowdrop/2.0.0.Final/html_single/index.html right no? I read it and I try view a example one project with this example running. I understand a little but I prefer to see how itÂŽs running.

Thanks for all!!
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/731084#731084]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
Joshua Wilson
2013-05-22 20:34:04 UTC
Permalink
Joshua Wilson [https://community.jboss.org/people/jowilson] created the discussion

"Re: Snowdrop projects for GSoC"

To view the discussion, visit: https://community.jboss.org/message/818960#818960

--------------------------------------------------------------
Hi Manuel,

To fix the missing artifact problem you need to add http://repository.jboss.org/nexus/content/groups/public/ http://repository.jboss.org/nexus/content/groups/public/  to you settings.xml. You can find a full set of instruction on the https://community.jboss.org/docs/DOC-15170 Maven Getting Started page.

To answer you first question, I am thinking that it may need to be a branch or you only build it for the latest version of Spring.

2nd question - most of us use github.  It is free and can post your code there.  Then others can review and test it.

thanks,
Joshua
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/818960#818960]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
Grzegorz Kaczmarczyk
2013-04-13 20:25:15 UTC
Permalink
Grzegorz Kaczmarczyk [https://community.jboss.org/people/gaczm] created the discussion

"Re: Snowdrop projects for GSoC"

To view the discussion, visit: https://community.jboss.org/message/808158#808158

--------------------------------------------------------------
Hi,
Is this project also proposed for 2013? I want to be sure before I start digging into code :)

Greets,
Grzesiek
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/808158#808158]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
Joshua Wilson
2013-05-22 20:49:18 UTC
Permalink
Joshua Wilson [https://community.jboss.org/people/jowilson] created the discussion

"Re: Snowdrop projects for GSoC"

To view the discussion, visit: https://community.jboss.org/message/818964#818964

--------------------------------------------------------------
Hi Grzesiek,

I don't know if Manuel has done any work on it yet.  He has not posted a link to github yet. You are welcome to start working on it. ;)

Joshua
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/818964#818964]

Start a new discussion in Snowdrop at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]
Loading...