(Andrejus Baranovskis) This is a quick hint about how to access ADF iterator binding from value change listener method. Let’s say you have generic value change listener, reusable with any kind of input components and you want to get information about underlying ADF BC View Object structure in that l
Other News
Summer Thoughts on XML and JSON
(Kurt Struyf) As I sit here on the last day of my summer vacation overlooking nature and holding a Jack on the rocks, determined to write this article, I can’t help but think: “wow times goes by fast.” I was going to write this article the first day, no wait the second… well you know the story.
Loading JSON into MarkLogic 7
(Dave Cassel) This post shows how to ingest JSON into MarkLogic 7 using mlcp. Unlike many, this one is very specific to MarkLogic 7.
Working with NULL Values in SQL Server
(Vishwanath Dalvi) We cannot predict values for most future data points while working with database systems. For example, tables used for customer information often have a mobile number column. It is possible that a customer does not hold a mobile number, or for reasons of privacy, he does not want
SQL Server Distributed Replay
(Jody Roberts) The Microsoft SQL Server Distributed Replay feature helps you assess the impact of future SQL Server upgrades. You can also use it to help assess the impact of hardware and operating system upgrades, and SQL Server tuning. Similar to SQL Server Profiler, you can use Distributed Replay
From the MVPs: SQL Server High Availability in Windows Azure Iaas
(David Bermingham) When deploying SQL Server in Windows Azure you must consider how to minimize both planned and unplanned downtime. Because you have given up control of the physical infrastructure, you cannot always determine when maintenance periods will occur.
Visual Studio Toolbox: .NET Mobile Services
(Robert Green) In this episode, I am joined by Merwan Hade for an update on what is new in the Visual Studio tooling for Azure Mobile Services. Merwan shows how to use Visual Studio to build a .NET Mobile Service using C# or Visual Basic.
Comment lines: Loose coupling with Context and Dependency Injection
(Brian S Paskin) Loose coupling with the Service Provider pattern enables new classes to be added without the need for any application code changes. This is possible using Context and Dependency Injection (CDI), part of Java EE 6 that is simple to implement and provides several advantages including
Convert Date From Solar (Gregorian) to Lunar (Hijri) Using JavaScript
(Mostafa Kaisoun) The Lunar (Hijri) calendar is very important for Muslims as is the Solar (Gregorian) calendar important because the Lunar calendar was related to some elements of worship.
mysqld_multi: How to run multiple instances of MySQL
(Fernando Laudares) The need to have multiple instances of MySQL (the well-known mysqld process) running in the same server concurrently in a transparent way, instead of having them executed in separate containers/virtual machines, is not very common.
