Video Programming for IT Professionals
Other News
Understanding XML Query Standards
(Nancy Vodicka) On Jan. 23, 2007 the W3C granted Recommendation status to XQuery, the XML query language designed to do for Web services what SQL did for relational databases. XQuery allows you to work in one common model no matter what type of data you’re working with — relational, XML or object d
How Web services can use JavaSpaces
(William Brogden) In my previous article I laid out some differences between the various technologies that get lumped under the term “grid computing” and how Web services and grid computing can work together. Now I would like to describe in more detail how “space” style grid computing actually works
Is Your IT Department Ready for the Next Information Tsunami?
(Alan Schlukbier) Sometimes I really find it difficult to understand some of the attitudes of large IT shops. It seems that they never have enough time and money to do things right the first time but always have plenty of time and money to do it over and over and over again. Businesses don’t have th
Developing with Apache Derby — Hitting the Trifecta: Java database development with Apache Derby, Part 4
(Robert J. Brunner) Learn about SQL cursors and how you can use them to perform dynamic data modification in an Apache Derby database. You can use SQL cursors both explicitly by using the ij tool or implicitly by calling the appropriate Java methods. By mastering this functionality, you can write Ja
Rational Data Architect and DB2 9: The Database Explorer
(Paul Zikopoulos) In a previous series of articles, I’ve written about the tight integration of the IBM DB2 9 for Linux, UNIX, and Windows data server and its impressive integration with some of the world’s most popular integrated development environments (IDEs) such as IBM Rational Application Deve
Little Quirks in the VB.NET IDE
(Richard Newcombe) The VB6 IDE was jam packed with little quirks and bugs; many were fixed with the release of service packs. Almost any program, no matter how big or small, has bugs and quirks. I am going to cover a few that have been found and have personally checked. You also are going to look at
Don’t overlook STATSPACK in Oracle 10g
(Bob Watkins) I had the privilege last month of hearing Rich Niemiec of TUSC speak about performance tuning at the Dallas Oracle Users Group. One tip he gave us was just too good not to pass on, so here it is: STATSPACK is still alive and well in Oracle 10g.
Planning to upgrade XSLT 1.0 to 2.0, Part 6: How to mix XSLT versions for a 2.0 processor
(David Marston and Joanne Tong) XSLT 1.0 anticipated future versions and made some provisions for them, but the advent of XSLT 2.0 really puts the compatibility features into practice. One feature that was greatly expanded from the original idea is the ability to set the XSLT version on every styles
Performance Impact of Frequent Logins (Actually Performance Impact of Frequently Calling SqlConnection.Open() with Connection Reset)
(Linchi Shea) Recently, a question came up regarding whether frequent logins from .NET applications–as observed with the prefmon counter SQLServer:General StatisticsLogins/sec–would have a significant performance impact. This is obvious an empirical question that is best answered with test data.
