Re: Spring integration for Axis2
Gihan Madushanka <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CADbKxVLaQLEh47er3cLqyGMJPnsE3+w1_t6KMJAZ46J3K+sDAg@mail.gmail.com> |
Hi Martin, Thanks a lot for your comments. Regards, Gihan On Tue, Apr 16, 2013 at 4:03 PM, Martin Gainty <[email protected]> wrote: > In the case of Axis2M I dont know what Spring Framework will do for Maven? > > http://axis2m.sourceforge.net/spring.html > > Maven Injector will use > PlexusFramework for maven2.x > GuiceFramework for maven 3.x > > The maven injectors are hardwired to either Plexus or Guice so I dont > see ther advantage to replace > Either Plugin framework with Spring? perhaps you can elucidate? > > Axis2.xml is static and doesnt change for either modules you wish to > engage or new services you wish to deploy > Axis2.xml configuration is read in initially at startup and implemented by > service modules requesting that information > > FWIK: Plugin frameworks are generally implemented for adjusting > configuration parameters 'on the fly' > > As far as achieving your first 2 stated objectives of using Spring to > configure Axis Service on the fly I would suggest > http://wso2.org/downloads/wsf/spring > > You'll want to be careful here as introducing Spring into Axis will slow > your creation of Service Stub and Client > an additional followup task would be to see how you can speed up the > ServiceStub and Client creation process > possibly by caching the instance creation when no parameters have changed? > > Your 3rd objective may involve AOP and require extensive knowledge of > implementing code which will react to > AOP events > > This fellow started an AOP aware Axis Servlet Engine but only went as far > as Axis 1.2 > > http://www.seasar.org/en/s2-axis.html > > This sounds like a fun project you are undertaking > Please Keep us apprised > > Martin Gainty > ______________________________________________ > Jogi és Bizalmassági kinyilatkoztatás/Verzicht und > Vertraulichkeitanmerkung/Note de déni et de confidentialité > > > Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor kérjük, > hogy jelentse azt nekünk vissza. Semmiféle továbbítása vagy másolatának > készítése nem megengedett. Ez az üzenet csak ismeret cserét szolgál és > semmiféle jogi alkalmazhatósága sincs. Mivel az electronikus üzenetek > könnyen megváltoztathatóak, ezért minket semmi felelöség nem terhelhet ezen > üzenet tartalma miatt. > > Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht > dient lediglich dem Austausch von Informationen und entfaltet keine > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von > E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > > Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > > > > > ------------------------------ > Date: Mon, 15 Apr 2013 20:53:36 +0530 > Subject: Spring integration for Axis2 > From: [email protected] > To: [email protected]; [email protected] > > > Hi All, > > > I'm Gihan Madushanka an undergraduate and planning to participate GSoC > 2013 program. I'm planning to develop a new Spring integration project for > Axis2 based on two 3rd party projects called WSO2 WSF-Spring and Axis2M. > In present both the above projects seem not active also I noticed that > there were few discussions happened on Axis2 developer mailing list time to > time but didn't make continuous progress. I have studied Axis2M code base > up to some extend and managed to run samples mentioned here > http://axis2m.sourceforge.net/spring.html further I'm planning to start > my initial tasks around this code base. I found following > http://wso2.org/projects/wsf/spring page and http://wso2.org/library/3208tutorial about WSO2 WSF-Spring but couldn't find neither code base or > downloads. > > > For the moment I found following points as objectives of this projects. > > > 1.) Use Spring application context file to configure Axis2 framework > without using axis2.xml file. > > 2.) Use Spring application context file to add Axis2 web services and > Axis2 modules. > > 3.) Use Spring application context file to access Axis2 web service from > client side. > > > I appreciate if you can help me to find more objectives and to identify > scope and priority of above objectives. Further please let me know the > procedure which I should follow before submitting my proposal to GSoC > program. > > > > Regards, > > > Gihan > >