(Andrejus Baranovskis) There is documented approach which allows to control web browser back button. This approach works for ADF 11g applications implemented with pages and ADF Task Flows based on pages (doesn’t work with ADF fragments).
Other News
Using Forms Authentication in ASP.NET – Part 1
(Jeff Gonzalez) Classic ASP developers often had to “roll their own” authentication scheme, however, in ASP.NET much of the grunt work has been taken out. This article outlines how things have changed and how FormsAuthentication can be used to secure a Web site with a minimal amount of code.
MySQL and Java Tutorial
(Michael McLaughlin) This demonstrates how to create an Java infrastructure for reading and writing large text files to a MySQL database. The example provides:
SQL SERVER – Introduction to LEAD and LAG – Analytic Functions Introduced in SQL Server 2012
(Pinal Dave) SQL Server 2012 introduces new analytical function LEAD() and LAG(). This functions accesses data from a subsequent row (for lead) and previous row (for lag) in the same result set without the use of a self-join.
Integrate InfoSphere Guardium Data Redaction with IBM Classification Module
(Jane Singer) IBM InfoSphere Guardium Data Redaction is capable of finding and concealing sensitive text within a document. Within an organization, not all documents contain sensitive data. For the data redaction to be effective, it is critical that relevant documents be identified. The sensitivity
SSWUGtv: Laura Rose gives some great tips on how to keep employees, and how to make sure they are enthusiastically on board.
Video Programming for IT Professionals Career management advice, coaching and much more. We discuss making the best of your professional development, provide specific tips and ideas for advancing your career and even answer questions from field.
Security
Security When we think about security we often focus on things such as encryption, policies, procedures, building access processes, passwords and the like. We even look into tools for secure Email messaging. However, many of us walk around with the keys to the company residing in our laptop. Often, if we are developers, we have the source code in some […]
Manage Max No. of XML Records to Send Option from RoleTailored Client (with .NET Interop)
(Duilio Tacconi) With NAV 2009 R2 it is now possible to set how many XML records to send to RoleTailored Client (RTC), bypassing the previous hardcoded limitation of 5000 records.
ROWIDs from an Index
(Hemant K Chitale) Earlier today there was a question : “can i use rowid as a column in index columns?”
Setting per-server threshold in MySQL Enterprise Monitor
(Andrew Morgan) I was speaking with a MySQL customer last week and he had a feature request for MEM. He wants different servers to have different threshold values for certain MEM advisor rules and suggests that users be allowed to override the thresholds when scheduling the rule against a server – j