Web services are the next step in building distributed, modularized applications. They allow you to take some of your business logic, compartmentalize it in a component, and execute the functionality ...
Editor's Note: This web services development tutorial was published in 2001, and remains a very popular article on TheServerSide. This article still provides great value, but significant changes have ...
So I'm working at a company (as a consultant), and they wanted me to look over a windows service to document it some and see if it can be automated. The app communicates with outside companies using a ...
Microsoft's ASP.NET AJAX Extensions provide a simple and productive way to AJAX-enable a Web site without writing a lot of JavaScript code. Adding AJAX functionality to a Web site allows users to ...
Meet Bubble a bootstrapped startup that has been building a powerful service that lets you create a web application even if you don’t know how to code. Many small and big companies rely on Bubble for ...
The days of J2EE are behind us and—as of March 15, 2011—the Java EE 7 specification has full JSR support. That makes it about time to see just how far the Java specification and the tools that support ...
VB.NET allows you to use Web services as if they were entirely local objects since most of the marshaling between the client and the server is taking place in the background. This tip shows you how to ...