(Maarten Smeets) In SOA Suite 12c and 11g there are several options to obtain composite resources such as WSDL’s and WADL’s. In this blog post I will demonstrate some of them and provide some background information. First I’ll describe how URL’s can be used to access composite resources.
Other News
High availability with IBM MessageSight and MQTT client applications
(Ben Bakowski) IBM MessageSight is a messaging appliance for machine-to-machine and mobile environments, with full support for the MQTT V3.1 messaging protocol. This article shows you how to use the open-source Paho MQTT Eclipse project with a highly available (HA) pair of IBM MessageSight appliance
Online and Offline Events in HTML5
(Sourabh Somani) HTML 5 has one of the best features, which is the creation of offline web applications using HTML 5, in other words if you load your application once in your browser and then you disconnect your web connection and you reload your page then it will still reload.
Getting Started with Hashing in SQL Server
(Arshad Ali) In my most recent articles, I’ve talked about encryption in detail and demonstrated its usage at the entire database level with Transparent Data Encryption and at the column level with granularcell level encryption. In this article, I am going to discuss hashing in SQL Server and how i
Determining the Primary Key of a table without knowing it’s name
(Stuart Ainsworth) So, I’ve been trying to find more technical fodder for blog posts lately in order to get in the habit of blogging on a regular basis, so I thought I would explore a few of my higher-ranked answers on StackOverflow and provide a little more detail than that site provides.
Why am I getting a primary/unique key violation?
(Kenneth Fisher) This may seem like a question with a simple answer but there is a bit more to it than you might think. In fact I know of 3 possible reasons (and there may be more I don’t know) for seeing a primary key error.
SQL Server Agent job steps vs SSIS
(James Serra) When doing ETL, you have the choice of using T-SQL or SSIS (see When to use T-SQL or SSIS for ETL).
LINQ Inner Join with AND and OR condition
(Shailendra Chauhan) LINQ has a JOIN query operator that provides SQL JOIN like behavior and syntax. As you know, Inner join returns only those records or rows that match or exists in both the tables. The simple inner join example is given below:
Self-Hosting an ASP.NET Web API
(Bipin Joshi) ASP.NET Web API can be either be hosted in IIS or in a separate host process. The former approach is usually appropriate when the Web API is part of a web application and one or more web applications are going to consume it. The later approach is suitable when you wish to avoid the ove
jQuery – the best Javascript library ever !
(Axel Magard) jQuery is my favorite javascript library and luckily it is the most popular at all on the market according to these “Usage of JavaScript libraries for websites”.
