Oracle Discoverer EUL Command Line for Java
OracleAS Discoverer is Oracle’s award winning, easy-to-use ad-hoc query, reporting and Web publishing tool. There are two aspects to any Discoverer system:
• Creating and maintaining an End User Layer (EUL)
• Generating ad-hoc queries, reports and publishing data
Read more
JAVA SWING GUI TUTORIAL
AWT relies on ”peer-based” rendering to achieve platform independence. But subtle difference in platforms resulted in inconsistent look-and-feel, and platform-dependent bugs. Swing avoids these problems by using a non-peer-based approach, with the result it may be slower than AWT. To recover the look-and-feel of each platform (Windows, Motif, etc), it allows programs to specify the look-and-feel. It also has a new look-and-feel, called ”Metal”. Note that AWT is not deprecated as a result of Swing.
Read more