- 1st day
- adobe reader
- advanced search
- amqp
- Ant
- apache
- application server
- architecture
- Automation
- axis2
- Bamboo
- behind
- bin file
- blinking
- c5
- carbon
- carbon5
- CI
- clustering
- component
- Continuous Integration
- curl
- drive
- elgg
- export to other formats
- ghost deployment
- gnome
- greg
- gsoc proposal
- how
- install
- integration
- internship
- Java
- Jenkins
- JNDI
- kernel
- lazy loading
- led
- Maven
- maven2
- menu
- mount
- mvn
- ntfs
- open in terminal
- OSGi
- php5
- phpmyadmin
- proxy
- rabbitmq
- register
- release
- rest
- run
- servlet
- settings
- stratos
- svn
- Test
- tie
- tie a tie
- tomcat
- transport
- ubuntu
- ubuntu10.10
- webapps
- webservices
- wifi
- windows7
- wordpress
- wso2
- wso2as
- wso2esb
- wso2server
Archives
- September 2016 (1)
- December 2015 (1)
- July 2015 (1)
- June 2015 (1)
- January 2015 (2)
- December 2014 (1)
- April 2014 (2)
- March 2014 (5)
- January 2014 (1)
- December 2013 (1)
- May 2013 (2)
- March 2013 (2)
- February 2013 (2)
- January 2013 (2)
- October 2012 (1)
- August 2012 (1)
- June 2012 (1)
- May 2012 (1)
- April 2012 (2)
- January 2012 (1)
- December 2011 (2)
- June 2011 (2)
- April 2011 (2)
- January 2011 (1)
- November 2010 (4)
- October 2010 (1)
- July 2010 (1)
- February 2010 (2)
- September 2009 (1)
Twitter Updates
- RT @Imesha94: @ballerinalang Shell — A REPL for Ballerina by Sunera Avinash link.medium.com/KLFT6GfXheb 1 day ago
- RT @EntInsider: Ever wondered how the sound effects in "A Quiet Place" were made? https://t.co/wdGKQUqmTj 2 weeks ago
- RT @lafernando: HTTP Deep-Dive with Ballerina: Services medium.com/ballerina-tech… #ballerinalang #http #services #microservices 1 month ago
- RT @WheatNOil: The mRNA vaccines (Pfizer and Moderna) are kind of brilliant at a science level. I’ve had a few people in my real non-Twitte… 2 months ago
- RT @github: We want to empower every developer and company to be able to deliver great software. To do that, we focus on building the best… 2 months ago
Tag Archives: webservices
How to deploy multiple spring service axis2 archive (AAR) within a single Axis2 instance
Introduction Axis2 has support for deploying spring beans as web services. First we have to define the spring bean class and then write the webservice class based on the bean class. Axis2 documentation on this [1] explains on how to … Continue reading
Posted in Axis2, How to, Java, Software, Spring
Tagged aar, apache, appContext, applicationContext.xml, archive, axis2, bean, context, definitions, deploy, instance, multiple, multiple service, pojo, service, single, Spring, spring bean, spring service, webservices
5 Comments
Building better Social Web Services for Elgg
Elgg has an extensible API for developing and exposing RESTful webservices. We can expose our own custom functions as webservices via this API by building a plugin for Elgg. We can either publish these services so that other developers can … Continue reading