Other News

Community

SOA11g: Database as a policy store

(kasriniv) As more and more customers of SOA 11g move to production, we have been asked often about the recommendations for a PolicyStore for SOA 11g in production. This document addresses the various policy store options, helps evaluate the pros and cons of each of these options and describes the c

Community

Flag based COUNT using MySQL

(Robert Eisele) I was asked for help in optimizing a MySQL query where flags are stored in a database and references should be counted based on the flag value. Sounds not complicated at first, but there are several flags that should be counted and also just once per reference.

Community

Intro to Sessions in ASP.Net

Learning how sessions work in ASP.NET 4.0 is fundamental for any beginner developing websites. This is especially true if the site’s functionality relies on retrieving user-related information on any page as the user visits the website. This article will explain what sessions are, and illustrate the