(Robert Catterall) Some people seem to be under the impression that recovery has drifted down, importance-wise, in the hierarchy of issues associated with running a DB2 for z/OS system.
Other News
Page based Prematurely Terminating Task Flow scenario
(Chris Muir) In a previous blog post I highlighted the issue of ADF Prematurely Terminating Task Flows, essentially where ADF page fragment based task flows embedded in regions can be terminated early by their enclosing page causing some interesting side effects.
APAR Friday: MAXPARTITONS issue revisited; it’s been resolved
(Willie Favero) Back on January 26, 2012 I published a blog entry titled “Be careful how you define your partition-by-growth universal table space”. It discussed how once you set the MAXPARTITIONS value for a partition-by-growth universal table space, you could increase it but you could never lower
MOXy as Your JAX-RS JSON Provider – MOXyJsonProvider
(Blaise Doughan) In a previous post I demonstrated how you can implement a MessageBodyReader/MessageBodyWriter to leverage EclipseLink JAXB (MOXy)’s JSON binding in a JAX-RS service. MOXy now includes an implementation (MOXyJsonProvider) that can be used directly or extended to make the integrati
Dynamic Menus in ASP.NET MVC 4 using EF Code First and jQuery
(Sumit Maitra) By default ASP.NET MVC Project Templates come with a Menu that is hardcoded for each controller. However in a real-life scenario, more often than not, we need our Menus to be dynamic and loaded and managed with certain amount of flexibility. In this article, we will see how to create
Experimenting With RESTful Error Response Codes And CFThrow’s ErrorCode Attribute
(Ben Nadel) Earlier this week, in my comments about understanding MVC (Model-View-Controller) architecture in ColdFusion, I was describing my API workflow to Steven Neiland. When processing a RESTful request, I tend to use a CFTry-CFCatch-CFThrow workflow that short-circuits request processing using
How to access the input control’s data at Server side during Client Callback : A useful trick
(Brij Mishra) Client callback is one way to update the webpage without performing the full page postback. It maintains the Client state while updating the Webpage. During Client callback the webpage runs through modifies version of Page Life Cycle.
Consuming an ASP.NET Web API Using HttpClient
(Bipin Joshi) HttpClient is a modern HTTP client for .NET applications. It can be used to consume functionality exposed over HTTP. For example, a functionality exposed by an ASP.NET Web API can be consumed in a desktop application using HttpClient. Using HttpClient you can send requests and receive
Securing SQL Server with Transparent Data Encryption (TDE)
(Jonathan Gardner) If it was not clear by my recent post Auditing SQL Server, I have compliance and security on my mind lately. This post is no different.
SQL SERVER – Get Schema Name from Object ID using OBJECT_SCHEMA_NAME
(Pinal Dave) Sometime a simple solution have even simpler solutions but we often do not practice it as we do not see value in it or find it useful. Well, today’s blog post is also about something which I have seen not practiced much in codes. We are so much comfortable with alternative usage that we
