Author: SSWUG Research

Community

Kick-start your Java apps, Part 2

(Sing Li) The combination of Eclipse, DB2 Express-C, and WebSphere Application Server Community Edition — all free to download, use, and deploy — is an excellent from-prototype-to-production suite for all of your Java and Java enterprise development needs. What might not be obvious is the relative

Community

LDAP Authentication plug-in

(Chris Eaton) As you may know, in DB2 v8.2 IBM moved to a pluggable authentication model whereby you can plug-in the authentication mechanism you prefer. In that release a Kerberos plug in was shipped with DB2 but other plug-ins could be implemented either from 3rd parties or by building one yoursel

Community

Covering index and prefix indexes

(Peter Zaitsev) I already wrote in the blog as well mentioned in presentation there is often a choice you have to make between having prefix index – which can be significantly smaller in size and having index being covering index, which means query can be executed using only data from the index with

Community

ASP.Net Page Life Cycle

(Hima Bindu Vejella) Many of us know that IIS is a web server and we use it in our .Net application since we need a web server to run a web application. But I wonder as many of us don’t know the internal architecture of IIS. This article is written for beginners to know the architecture of IIS.