Tag: Oracle

Community

Turning On Pivot Tables

(Jonathan Gennick) Anyone who works with SQL knows that the results of a SELECT statement are returned in rows and columns. Most people also know that you can easily generate additional columns of data in a result by writing expressions that operate on data that actually is stored in a table. For ex

Community

Know Who Know How

(Michael Miley) Tony Macedo has a cure for what ails you—if what ails you is the corporate equivalent of multiple personality disorder. He’s built an Oracle-based “identity management” server that he hopes to deliver to each of the 12 directorates at Lawrence Livermore National Laboratory (LLNL).

Community

In-Container Testing with JUnit

(Julien Dubois) Today, unit testing is a very popular technique for ensuring code quality. Thanks to the JUnit framework, it has become quite easy to write unit tests for simple Java applications. However, where real-world enterprise applications are concerned, the typical JUnit testXXX() method wil