//AMIS Technology Blog » Erwin Vrielink
Erwin Vrielink

Erwin Vrielink

(0 comments, 3 posts)

This user hasn't shared any profile information

Posts by Erwin Vrielink
Vacatures bij AMIS services

How to use an outerjoin to synchronise data

0

There is often a need to synchronize data from a query. For example reading external data and update the tables. Sometimes it can be achieved by a single merge statement, but this is not always possible. Mind, for example, the need to update more than one table, or updating the data using an api. As an example we want to grant and revoke privileges on database objects. Tables needing select, insert, update and delete privileges, packages execute and views select privileges. The table and packages also get the grant option for the select and execute privilege. (more…)

SIG Event

Logging in JDeveloper 11g / WebLogic Server

When developing an application it makes sense to add logging to this application. The Apache Commons Logging is a way to implement logging to your application independent of the eventually used implementation. While adding log messages to a Fusion Web Application (ADF) and running this application with JDeveloper the logging is not displayed in the application log window. This is not what expected en certainly undesirable. (more…)

SIG Event

Hierarchical ADFTree with JDeveloper 11g

There are different manners to display hierarchical data. One of the most intuitive ways is using a tree structure like a file browser. This enables the ability of simple navigation without losing the context. The brand new JDeveloper 11g offers a very impressive set of Rich Internet Components. One of these components is the ADFTree component, for presenting this kind of information. (more…)

Erwin Vrielink's RSS Feed
Go to Top