1. Links on Burlap Web service creation. A very easy way for Java to Java remoting:
http://www.devx.com/java/Article/27300/0/page/1
http://www.christianschenk.org/blog/webservices-with-hessian-and-burlap/
2. J2EE application Deployment Problem:
Problem:
java.lang.IllegalStateException: Web app root system property already set to
a different value: 'webapp.root'
Resolution
http://forum.springsource.org/archive/index.php/t-32873.html
http://forum.springsource.org/archive/index.php/t-24073.html
3. Solution on Axis 2 issue on Upgrade to 1.7.4 from 1.4.1:
Configuration required:
<parameter name="disableREST" locked="false">true</parameter>
Detail explanation in below blog
http://alloutfornoloss.com/axis2-epr-issue/
4.REST API Naming convention:
https://google.github.io/styleguide/jsoncstyleguide.xml?showone=Property_Name_Format#Property_Name_Format
No comments:
Post a Comment