(Willie Favero) Way back on March 16, 2011 an APAR closed that impacted how many WLM environment address spaces WLM would choose to start or leave started. traditionally WLM will decide when to start and when to stop one of its environment address spaces. Sometimes starting an address space could
Other News
Creating an SSRS Map report with data pinpoints
(Brady Upton) SQL Server Reporting Services has some cool features such as displaying maps and data points on the maps. In this tip I show how to take a list of addresses and display them as pinpoints on a map in an SSRS report.
Disk Encryption
Disk Encryption Do you need Disk Encryption? Let’s ask a few questions? Do you have a laptop you carry with information you would not like for others to obtain? Do you have complete security on all of your workstations containing protected information? Do you have servers that may be decommissioned without destroying all sensitive information? These are all scenarios we […]
JAXB and Package Level XmlAdapters
(Blaise Doughan) The XmlAdapter mechanism in JAXB (JSR-222) allows an unmappable class to be converted to a mappable one. An XmlAdapter can be registered with the @XmlJavaTypeAdapter at the field, property, type, or package level. This post will focus on the scope of the XmlAdapter when registered
Sequence Object in SQL Server 2012
(Ananthakumar Muthusamy) One of the many features that Microsoft is introducing to the new SQL Server 2012 is Sequence object. In this article I am going to illustrate how to create and use the Sequence object.
Handling Namespaces
(Nirdesha Munasinghe) Namespace handling is a crucial requirement in Web services as every aspect is based on XML. A data service is also a typical web service, with specialized functionality.
Xalan install recipe: Perform XSLT transformations from command line
(Nestor Urquiza) Doing ad-hoc XSLT transformations is a quick and agile way to test your XSL output. Every time I have to show a quick transformation to a developer I have to first download xalan and dependencies locally, type a long java command, build a script so the developer is abstracted from j
Scope of permanent tables in tempdb database
(Madhivanan) As you all know tempdb is responsible of storing all the temporary objects created for a server. One of my co-workers asked me “what is the scope of permanent tables created in the tempdb database?”. The answer is it can be accessed via tempdb from various connections just like objects
Oracle Date Datatype Should be DateTime DataType
(Jeff Smith) Want to confuse an Oracle database n00b? Ask them if their query takes into account the time component of a date when they code their WHERE blahDate between … AND … logic.
ADF 11g Quicky 4 : Where is my cursor ?
(Luc Bors) In my current project I encountered a usability issue. The users where unable to see where the cursor was located. It was flickering, but on a page with, multiple input components it was very difficult to locate the field where the cursor was located.
