JIRA 6.0 - confident movement to nowhere?
Atlassian spent almost a year on improving JIRA project management tool. What has been done and what was expected for 6.0 version?
Tweet 0 Comments Save Tags: agile , reviews , usability , web services
WCF: NotSupportedException: The SSL settings for the service 'SslRequireCert' does not match those of the IIS 'Ssl'
The exception text is actually quite informative in this case. The IIS configuration is telling you that it is only SSL with any cert but... more »
Tweet 0 Comments Save Tags: .net , frameworks , web services
Cloudy with a Chance of Integration: The Great iPaaS Gold Rush is On
The iPaaS rush is on and every cloud has a golden lining, but without clearly including a Cloud-based ESB in that strategy you might just... more »
Tweet 0 Comments Save Tags: cloud , reviews , trends , web services
No-nonsense plain English introduction to ESB and SOA
A quick no-nonsense introduction to key concepts behind ESB and SOA. This is part of Zato, a Python-based ESB and app server.
Tweet 0 Comments Save Tags: methodology , open source , python , web services
Implementing Pagination in ASP.NET Web API using OData operators
ASP.NET Web API is a framework that makes it easy to build HTTP services for various types of clients from Microsoft to Non-Microsoft... more »
Tweet 0 Comments Save Tags: .net , frameworks , web design , web services
Java Spotlight Episode 133: Sivakumar Thyagarajan on JSR 332: Java EE 7 Connectors @jcp
Interview with Sivakumar Thyagarajan on JSR 332: Java EE Connectors in Java EE 7.
Tweet 0 Comments Save Tags: java , open source , standards , web services
Exposing Enterprise Services via REST APIs
With RESTXpress enterprises can easily expose databases and business applications securely via REST. Once exposed as REST services, they... more »
Tweet 0 Comments Save Tags: how-to , web services
API Economics: Create More Value than you Capture
When building an API, you want to create a lot of value for your users obviously, but you should also not try to capture all of that... more »
Tweet 0 Comments Save Tags: how-to , web services
IP Throttling in ASP.NET Web API
Some Web APIs use the client IP address to enforce Service Level Agreements such as limit the number of calls in a period of time. The... more »
Tweet 0 Comments Save Tags: .net , frameworks , web services
40 Bootstrap Tools and Generators for Web Developers
Some of the benefits of the bootstrap tools and generators are its add-ons, prestyled components of library, and other features. Hence,... more »
Tweet 0 Comments Save Tags: tools , web design , web services
SOA Certified Architect: Module 1
I understand that certification is not for everyone, but in my case I felt that because SOA is surrounded by so many myths, legends and... more »
Tweet 0 Comments Save Tags: how-to , methodology , reviews , web services
NancyFX - Revisiting Content Negotiation & APIs (Part 3)
In this last part I want to show you creating your own media type, so far we have gone over a really basic example of returning a... more »
Tweet 0 Comments Save Tags: c-and-cpp , web services
Creating Mock service in WSO2 ESB
I posted before about how to create a mock service when you have a JDK 1.6 or higher available. Of course there are a lot more options to... more »
Tweet 0 Comments Save Tags: open source , tools , web services
A ridiculously simplified explanation of REST
Here's how this guy explained the concept of REST to his wife.
Tweet 0 Comments Save Tags: cloud , web services , xml
Raygun adds per-error activity feeds for all users
Raygun.io now includes an activity feed for each error group showing a complete history - when an error first occurred, the status... more »
Tweet 0 Comments Save Tags: announcement , tools , usability , web services
How to Redirect Visitors to a Maintenance Page During Website Maintenance Using .htaccess
Redirecting visitors to a maintenance page or other temporary page is a must have tool for every webmaster or web developer. We can... more »
Tweet 0 Comments Save Tags: open source , php , web 2.0 , web services
Hosting your ASP.NET Web API Services without IIS
This article gives us an overview of how to host Web API services without IIS using it’s built in Self Hosting capabilities. Along the... more »
Tweet 1 Comments Save Tags: .net , microsoft , web services
Connect to MongoDB from .NET using Web API
A walkthrough of how to sign up with MongoHQ to setup a MongoDB database and then connect to it from an ASP.NET Web API application.
Tweet 0 Comments Save Tags: .net , database , microsoft , web services
SOA School - Governance 2.0 with Anypoint Service Registry
With the explosion of APIs, the Enterprise has flung open its doors and windows and ripped off its roof in order to reach to the sky to... more »
Tweet 0 Comments Save Tags: tools , web services
20+ Examples of Getting Results with Big Data
We’ve never had greater, better analyzed, more pervasive, or increasingly connected computing power and information at a cheaper price in... more »
Tweet 0 Comments Save Tags: cloud , open source , server , web services
Multiple ad networks on Android
An intro on how to add and control multiple ad networks in your Android app with Kii Ads SDK. Kii provides a mobile backend as a service... more »
Tweet 0 Comments Save Tags: mobile , tools , web services
How Mature is Your API Testing Process?
API Testing processes can range from very simple ad-hoc or reactive efforts to highly-complex test environments driven by business risks.... more »
Tweet 1 Comments Save Tags: cloud , tools , web 2.0 , web services
Do you really need API Versioning?
If your APIs are successful they will be used in ways you never had foreseen and the data you deliver will be combined with other data in... more »
Tweet 0 Comments Save Tags: cloud , methodology , standards , web services
It’s a SaaS World [Infographic]
SaaS is a software distribution model in which applications are hosted by a vendor or service provider and made available to customers... more »
Tweet 0 Comments Save Tags: cloud , web services
JSONP request to your WebAPI Service
WebAPI service by default is not prepared to handel JSONP requests. You need your own formatter to support such a request.
Tweet 0 Comments Save Tags: .net , web services