Other News

Community

How to index a database

(Chris Smith) Database indexes help speed up retrieval of data, they can significantly improve performance – the other great benefit of that is your server doesn’t have to work as hard to get the data. They are much the same as book indexes, providing the database with quick jump points on where to

Community

Tips for J2EE Development

(Marcus Zarra) Starting a new J2EE project is no simple task. There are a large number of things to consider before you start writing the code. This article details a few things to consider before you start writing the code for your project. A little bit of debate and discussion surrounding these ar

Community

Surveying Your Application Needs

(Raj Mattamal) As a product manager for Oracle Application Express (formerly Oracle HTML DB), I often want to gather feedback on workshops or training sessions I deliver. Using Oracle Application Express to quickly create surveys has proven to be so useful that I figured I’d write about it. Even tho

Community

Build More Robust Databinding Apps

(Jean-Paul S. Boodhoo) Databinding lies at the heart of many presentation layers in .NET-based applications. It’s easy to see why. It’s a powerful feature, and many demonstrations of .NET showcase databinding techniques to build data-driven applications. The ease at which Visual Studio .NET allows f