“How do I convert my Oracle Forms applications to…?” I have been getting this kind of question ever since JDeveloper 3.0 was released. As soon as BC4J (now ADF BC) was created, we started seeing the handwriting on the wall.…
“How do I convert my Oracle Forms applications to…?” I have been getting this kind of question ever since JDeveloper 3.0 was released. As soon as BC4J (now ADF BC) was created, we started seeing the handwriting on the wall.…
Dulcian was building the recruiting system for the United States Air Force Reserve. Most of the core user interface screens needed to be images of the paper forms that applicants fill out as part of enlisting in the Air Force.…
If your system includes a big, odd calculation, you should think really hard prior to hand coding it. If there are a hundred rules or more and they fall into some kind of nice pattern, you can probably create a custom…
“Business Rules” is not simply a technology, it is a fundamentally different approach to systems engineering. Years ago, when I first heard the term “business rules,” I remember thinking that we had some up with a new buzzword meaning the same…
The trend in recent years has been to decrease reliance on the DBMS (database management system). Using this approach, all code and logic gets moved to the middle tier. The database becomes nothing more than “a place to store persistent…
OK, sure, if you write a query that takes 10 minutes, then your performance is going to be terrible. But of all the systems I have seen, usually there is somebody around who can both detect a long running query…
I have the dubious honor of having written the first ever book about UML data modeling (Oracle8 Database Design Using UML Object Modeling – 1998 Oracle Press). It was written to support the then new object extensions in Oracle8. Of course, no…
We should insist on tools that support good architecture and allow us to build quality systems. There is no reason why systems built today should be harder to build than they were years ago. Just because we moved to the…
I am frustrated with the evolution of software development over the last 20 years. When I started in the industry, I played around with Paradox as a development environment. Then Oracle released Forms 4.0 and Reports 2.0. These were first generation…
I am not a big fan of boring, mind numbing, repetitive tasks. I remember my early days working with word processors and spreadsheets. If you needed to do a task more than about 10 times, it usually made sense to…