- formatting
- images
- links
- math
- code
- blockquotes
- external-services
•
•
•
•
•
•
-
Dynamically Loading JavaScript Files with jQuery.getScript()
Learn how to dynamically load JavaScript files using jQuery's $.getScript() function, including practical examples.
-
Tracking SQL Queries in ADF Applications
Learn how to track and monitor SQL queries executed by View Objects in ADF applications by overriding the executeQueryForCollection method and extracting parameter values.
-
Niklaus Wirth on Programming Languages and Verification
Exploring Niklaus Wirth's profound insights on programming languages, the hardware-software gap, program verification, and his critiques of modern software development practices.
-
Spring Framework Essentials - Wiring and Instantiating Java POJO Beans
An introduction to the core concepts of the Spring framework, focusing on how to wire and instantiate Java POJO (Plain Old Java Object) beans using XML configuration, demonstrated with a practical Employee-Department system example.
-
Dynamically Changing SQL WHERE Clause in ADF View Objects
This post describes how to dynamically modify the SQL WHERE clause in an ADF View Object by overriding the `buildWhereClause` method, which is particularly useful for optimizing queries without creating new database indexes.