The World’s Leading Microsoft .NET Magazine
   
 
The .NET Addict's Blog

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Latest Diggs - Programming

Computers Blogs - Blog Top Sites

Site Hits

Total: 4,741,052
since: 19 Jan 2005

Latest tagged entries for 'WEBSERVICES'



Building RESTful Java Web Services with JAX-RS

Mon 23 Feb 09 3:42 P GMT-05
In a previous blog entry, I talked about using JAX-WS. Now I'll talk about using yet another acronym, JAX-RS and see how that compares so something like WCF's RESTful extensions.

Enterprise Web Services Manifesto - Wire Formats

Tue 02 Sep 08 8:43 A GMT-05
In this blog post in the series I am going to cover some points about wire formats and which formats I like and which formats I dislike, and why.

Enterprise Web Services Manifesto - RESTful Architecture and the Programmable Web

Tue 19 Aug 08 10:11 A GMT-05
In this first post of many, I will be giving my personal opinion on the state of Web Services programming today. This post covers my thoughts on REST.

How to upset someone you admire with one blog post

Thu 10 Jul 08 5:46 A GMT-05
I recently posted a blog about consuming a POX service with Cocoa. At the same time I managed to upset someone that I admire. This is what happens when bloggers don't have copy editors!

Creating a RESTful POX Service using the ASP.NET MVC Framework

Wed 09 Jul 08 11:40 A GMT-05
In a previous blog entry, I talked about how to consume a POX service using Cocoa. In this entry, I talk about how to create that POX service using ASP.NET MVC and how incredibly easy it is. Makes you wonder why anybody uses SOAP anymore...

MobileMe vs. Live Mesh - Round 1

Tue 10 Jun 08 7:20 P GMT-05
Microsoft has been working on a new "cloud service" technology called Live Mesh which is currently in beta. Yesterday, Apple let the world know about MobileMe, a new service that might compete directly with Live Mesh.

Client/Server Applications in the Age of Web 2.0 - Have we gone mental?

Mon 01 Oct 07 1:43 P GMT-05
Assuming you get the Wayne's World reference, read on: In this day and age of Web 2.0 and exposing software as a service, has the number of new and modern possibilities dulled our ability to create good clean C/S apps?

Exposing LINQ to SQL entities through a POX service in VS 2008

Thu 23 Aug 07 2:09 P GMT-05
While it is fantastic that you can bind ASP.NET controls to LINQ to SQL data, a lot of the time you might want to be exposing that data via web services, or better yet, raw XML web services (POX) with no SOAP. In this post I cover this task.