Tag: Database & Technology

As the era of "Big Data" marches on unabated, data is coming from an ever wider range of sources, including transactional systems, mobile devices, sensors, streaming media, and social networks. Businesses are looking for innovative ways to better leverage terabytes—and for some, petabytes—of information. This has placed tremendous pressure on IT departments to deliver database…

The two main reasons for performance degradation in web application architecture are: 1)Excessive round trips between the database and the application server 2)Large pages sent from the application server to the client This presentation demonstrates a 100% "thick database" approach (virtually no code in the application server). Using this approach provided very good performance in…

If you look at 10 modern systems you are likely to see 10 different architectures. Oracle is promoting the JavaEE based ADF; many users are moving to Oracle’s Application Express and the rest of us are still running on Oracle Forms and wishing there was an easy alternative. Outside of Oracle, everyone seems to be…

If you look at 10 modern systems you are likely to see 10 different architectures. Oracle is promoting the JavaEE based ADF; many users are moving to Oracle’s Application Express and the rest of us are still running on Oracle Forms and wishing there was an easy alternative. Outside of Oracle, everyone seems to be…

Oracle Application Express is an incredibly powerful tool that allows users with little development experience to create reports and applications quickly. If you've never used Apex before, this presentation will give you the basics of Apex and turn you into an confident Apex developer all in one hour.

The two main reasons for performance degradation in web application architecture are: 1)Excessive round trips between the database and the application server 2)Large pages sent from the application server to the client This presentation demonstrates a 100% "thick database" approach (virtually no code in the application server). Using this approach provided very good performance in…

The two main reasons for performance degradation in web application architecture are: 1)Excessive round trips between the database and the application server 2)Large pages sent from the application server to the client This presentation demonstrates a 100% "thick database" approach (virtually no code in the application server). Using this approach provided very good performance in…

In the latest versions of Oracle JDeveloper, Oracle has combined their ADF Framework with JavaServer Faces resulting in a technology they call ADF Faces. The attribute set of these elements are so rich, developers may be wondering if the art of Java programming is becoming obsolete. This presentation will show some of the incredible features…