- formatting
- images
- links
- math
- code
- blockquotes
- external-services
•
•
•
•
•
•
-
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.
-
XPath - Navigating and Querying XML Documents
An introduction to XPath, explaining how to navigate and query XML documents using path expressions, predicates, and relative node selections.
-
Object-Oriented Design Patterns in Java - Template Method
An introduction to the Template Method design pattern in Java, illustrating its use for controlling algorithm flow with abstract superclasses and concrete subclasses, including an example for JSON and XML object creation.
-
Object-Oriented Design Patterns in Java - Template Method
An introduction to the Template Method design pattern in Java, illustrating its use for controlling algorithm flow with abstract superclasses and concrete subclasses, including an example for JSON and XML object creation.
-
Strategy Pattern in Java
A comparison of the Strategy pattern with the Template Method pattern in Java, showing differences and providing a code example.