(Ben Nadel) In my ColdFusion.js framework (a port of the ColdFusion Application Framework to Node.js), session cookies and session tokens are implicitly managed by the underlying framework. You can, however, tell the ColdFusion.js framework not to set client cookies.
Other News
Programmers only: New ORDER BY information, Part 2
(Bonnie Baker) In the last issue, I began a series of columns concerning new aspects of ORDER BY. This column—Part 2—covers the impact of using the CREATE/ALTER INDEX RANDOM order option on sort avoidance. It also covers the issue of coding only GROUP BY COL1, COL2 versus coding both GROUP BY COL1,
Compensating for Bad Schema
Compensating for Bad Schema Most of the items from the bad things to do in a database survey were pretty straight forward. I find it interesting that the item receiving the most votes for bad things to do was also one of the items I received the most questions regarding it’s meaning, “Compensating for Bad Schema.” There are a number […]
MOCK your GUI
MOCK Your GUI I love this caption. I’m sitting here picturing a developer looking at a screen someone designed and saying something like, "My 2 year old son could design something better than that with crayons." But that’s not where I’m going with this. In my experience, the most difficult piece of software to test is the User Interface. Graphical […]
Oracle Weblogic, resetting datasources
(Eric Elzinga) In our OSB services we make a lot of use of jca database adapters calling stored procedures.
Building Web Services in Java
REST – REpresentational State Transfer is an architectural style for accessing information on the web. This is becoming increasingly popular and an easier way to access services on the web.
How to print literal text and HTML entities in XSL
(adria) Use xsl: text disable-output-escaping=”yes”, with a CDATA element inside.
What is the XML DOM
(Darla Ferrara) XML Document Object Model (DOM) is a standard for accessing and navigating XML code. All structured documents have a DOM system.
Overview: DB2 Base Tables, Created Temporary Tables and Declared Temporary Tables
(Henrik Loeser) One of the new features in DB2 9.7 are “Created Temporary Tables”. Previously, users had to distinguish between the base tables (in all different forms and shapes) and declared temporary tables. So what are the commonalities and differences between the three different types of table
Special guest Cristian Molaro, IBM DB2 GOLD Consultant
(Klaas) In episode #Z03, special guest Cristian Molaro, IBM DB2 GOLD Consultant and co-author of the new DB2 10 Performance Redbook, is sharing with us his vision on DB2 10 performance. If you want to prepare yourself for DB2 10 then this presentation is a must-see!
