About Contracters
News
Vacant positions
Contact Contracters
Sitemap
Current News News Archive Newsletters

Home


Newsletters
(Februar, 2000)

  1. Belated New Years Memo
  2. Oracle JDeveloper 3.0: A Product Overview

Belated New Years Memo Tilbage

123

Dear Ladies and Gentlemen,

It is now the fourth day of the year 2000. What does this mean? It means that the first working day of the New Year is behind us. We all expected things to go wrong. But in fact it was only this expectation that went wrong – everything else worked and went right !

Who is to blame for this expectation unexpectedly going wrong? It is people like you who are to blame, dear Contractors! Some of you were directly involved in making sure that things would go as they should after the midnight of December 31st, 1999. Those of you who were not directly involved were, along with the rest of the outside world, certainly intimately aware of the issues that were at hand.

Let us have a look at these issues in detail.

Many a computer, when confronted with a year 00, would put it behind year 99, then behind year 98, and so on until year 01, so that 00 was in fact year 1900.
Looking back, I do not recall a single company internal notice advising that date fields in databases and program working storage areas should represent the year with 4 digits. So it was up to far-sighted programmers and database administrators to adopt of their own accord the 4-digit year in new applications. Existing applications had to await conversion until the launching of some special company-wide project, the name of which generally came to be known as Y2K. This was because, as every one in the computer business knows, you do not change a winning team.
Very many organisations left their Y2K projects until almost the last minute and discovered that they were undermanned, so that external staff had to be recruited, with correspondingly extraordinary costs. Some managers of computer departments were extremely reluctant to recognise the urgency of the issue. My former boss simply said, as far back as 1995, that for him it would be no problem, that he would go into voluntary retirement by 1999, at age 50. I guess he could afford to, as vice-director.


Some programmers like to imagine that their „Works of Programming Art“ are going to last into eternity and so programmed accordingly. They made leap years out of every year that left no remainder when divided by 4. They also accounted for the rule that said that a year which left no remainder when divided by 100 was, in contrary to the dividing-by-4 rule, not a leap year. But unfortunately they did not know about a third rule which, contrary again to rule 2, said that a year which left no remainder when divided by 1000 was indeed a leap year. In effect, it would have been better if those types of programmer had been more realistic and seen that their „Works of Art“ have a relatively short life expectation, and had not considered the hundred year rule at all.

Funny dates are often the target of clever and cunning programmers who use them to get out of uncomfortable situations which would otherwise make their programs not work. For instance, in the personal dossier at the local council the date of birth of a person is a field which has to be filled in, because everyone was born at some definite time. What if the council user has not been able to get this information? The program will not let the data be stored without the birth date. Or if the field were left blank, some batch program would crash.
The solution is to use a pseudo-date: a date which theoretically could be a real date, but that anyone interpreting the data knows full well is a bogus one.
One such date with many such uses is 11.11.11, and another was none other than 9.9.99 ! Clearly, this was not strictly a millennium bug, but the issue was treated as part and parcel of the millennium problems because of its proximity to the year end of 1999 deadline.

Congratulations, dear Contractors, you have done it again, your combined effort has helped save the world from declining into an unfathomable abyss of doom. The world is saved, and history repeats itself, for was it not exact


Oracle JDeveloper 3.0: A Product Overview Tilbage

123

Oracle Corp. has recently released the third version of their flagship Java development environment. This article takes a closer look at it.

INTRODUCTION

The JDeveloper product is Oracle's Java development tool for building, debugging, and deploying business components and database applications for the Internet.
Much of Java's initial popularity came from its suitability for adding active content to Web pages, in the form of mini-applications or applets that run on thin clients. However, Java is apparently undergoing a transition toward what seems to be its primary use in the future, namely as a development tool for enterprise applications that can be deployed in two- or three-tier configurations for client/server, intranet, or Internet. This basically makes JDeveloper a contender as an alternative to the Oracle Developer product as the major environment for enterprise development.
When creating the JDeveloper product Oracle Corp. has licensed technology from Borland and Inprise and indeed the whole product has a distinct appearance that separates it from other Oracle products for the Win32 platform. An example of this is the use of the well-known "InstallShield" generic installation product rather than the usual Oracle Installer.


Features And Concepts

JDeveloper is a component-based development environment that allows developers to build Java business solutions utilising a combined 4GL/3GL approach. JDeveloper is based on industry standards including JavaBeans, CORBA, IIOP, and JDBC.
Through JDBC, JDeveloper applications can run against databases from any vendor. JDeveloper allows developers to design Java applications on the NT platform in a visual, 4GL fashion, yet embed 3GL Java code when needed and deploy the resulting application on every platform that supports Java. The upper half of the illustration above shows a three-tier configuration implying the typical way of deploying applications developed using the JDeveloper, whereas the lower half shows a traditional client-server configuration.
The JDeveloper Suite provides a comprehensive set of products to help developers build, debug, and deploy multi-tier database applications for the Internet using Java, XML and HTML. Besides JDeveloper, the suite includes the following products:

Oracle8i Enterprise Edition
Oracle Application Server
Oracle Procedure Builder
Oracle 8i Lite

The product, not surprisingly, presents itself more "Borland-like" than other Oracle products. As a matter of fact, it superficially resembles its main competitor, Microsoft's "Visual Interdev". It is even less of a surprise that JDeveloper has no support whatsoever for proprietary Microsoft technologies such as ASP or ActiveX. In stead JDeveloper focuses on a number of other, comparable technologies that has widespread support from nearly all other vendors except Microsoft.
The development process of JDeveloper is centred around a "project" concept. A project is a container for a set of files that together make up a JDeveloper application or applet. The project ties all these files together. The JDeveloper supports a number of different "project types", each supported by a "Wizard" that simplifies the initial steps of creating an application. Besides these predefined project types is it possible to create entirely customised, "blank" projects.

Business Components: Oracle Business Components are JDeveloper's programming framework for building multi-tier database applications from reusable components.

Applet: An applet is a program that is intended to be embedded in an HTML page and run in an HTML browser or applet viewer. Various security measures are imposed on an applet. For example, an applet cannot perform input/output operations on a user's system and therefore cannot read or write files (nor can it transmit computer viruses).

Application: A Java application is a stand-alone program that is similar t


Return to Newsletters



© Copyright 1999 Contracters