(Derick Bailey) JavaScript is more important than ever for building highly interactive Web applications. Libraries and frameworks, such as Backbone.js, Marionette.js, Ember.js, and Angular.js are popping up and growing quickly in both popularity and features.
Author: SSWUG Research
TechTip: DB2 for i HTTP Functions, Part 3: Access SQL Server Reporting Services
(Michael Sansoterra) The real power of the new DB2 for i HTTP functions comes from their ability to let the IBM i talk with any number of HTTP-based web services and applications. One such HTTP-based app is Microsoft’s SQL Server Reporting Services (SSRS). SSRS has rich HTTP-based APIs (e.g., SOAP a
Smart Declarative Mode Support in ADF BC View Object Join
(Andrejus Baranovskis) Declarative mode is known feature of ADF BC and promoted by Steve Muench back in 2008 – Declarative Data Filtering. Declarative mode allows to construct SQL statement on runtime dynamically, based on displayed attributes and ADF bindings in page definition.
ODI 12c – Aggregating Data
(David Allan) This posting will look at the aggregation component that was introduced in ODI 12c. For many ETL tool users this shouldn’t be a big surprise, its a little different than ODI 11g but for good reason. You can use this component for composing data with relational like operations such as s
Meaning of ‘Disk Reads’ Values in DBA_HIST_SQLSTAT
(Maris Elsins) This post relates to my previous writing on mining the AWR. I noticed that it’s very easy to misinterpret the DISK_READS_TOTAL and DISK_READS_DELTA columns in DBA_HIST_SQLSTAT. Let’s see what the documentation says:
New Features in ASP.NET Web API 2 – Part I
(Dan Wahlin) I’m a big fan of ASP.NET Web API. It provides a quick yet powerful way to build RESTful HTTP services that can easily be consumed by a variety of clients. While it’s simple to get started using, it has a wealth of features such as filters, formatters, and message handlers that can be us
Scheming anyone?
(Richard Harrison) Ever run the create schema statement in Oracle? No – I thought not. It’s one of the least used commands available I would think – I’ve only seen it used once in all my years of doing this job.
SSWUGtv Security Edition: What security items you should look for in a hosting partner? Find out with Townsend’s tips!
Video Programming for IT Professionals
Scheming anyone?
(Richard Harrison) Ever run the create schema statement in Oracle? No – I thought not. It’s one of the least used commands available I would think – I’ve only seen it used once in all my years of doing this job.
Changing Postgres pg_dump warnings into errors with sed
(Greg Sabino Mullane) Turning off warnings when loading a PostgreSQL data dump can be a trickier task than it may first appear. One of the goals of a program I was working on was to automatically load the schema of a production database into a development system.