Posted on November 23rd, 2015 by Nirmal Hota
Microsoft Commerce Server makes use of web services to perform the e-commerce business transactions as well as other associated functionality along with the inventory and marketing. There are mainly 4 webservices as follows: 1. Catalog Webservice – Responsible for the Products and inventory management 2. Marketing Webservice-Resposible for the management of advertisements,discounts etc 3. Order […]
Posted on November 23rd, 2015 by Chittaranjan Pattnaik
Amazon Web Services (AWS) has became a cost-effective solution for many companies for all their required IT infrastructure requirements. AWS provides flexibility to its users to choose developing platform and programming model that suits their requirements. S3 is the storage unit for AWS where we can store our files and access them with the help […]
Posted on November 21st, 2015 by Hare Rai
This demo application will show you how to use google map web service for searching any location. First of all we need to create an Java Web Application with any name, let it be google_app here using Netbeans IDE. It will create an index.js page. The code inside the index.jsp will be similar to this […]
Posted on November 21st, 2015 by Hare Ram Rai
This tip demonstrates how to create a web application in Java. Let us start with creating a webservice with the name web_service_demo. After creating the application , we need to create a package. For creating package right-click on the application project name ,than click on package link. It will show you a pop-up box where […]