Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Suivre ce blog Administration + Créer mon blog
MENU

Oracle Forms PJCs/Java Beans

This is a bunch of tips and techniques related to Oracle PL/SQL and Forms.

Publicité

Time Zones Java Bean

Time Zones Java Bean

Purpose Here is a Java Bean from Jesus Vallejo that returns the date / time of major cities. It run with JInitiator. For get the time zone of any city, you can search on: http://www.timezoneconverter.com/cgi-bin/findzone The implementation class of the...

Lire la suite
Publicité

A Translator Java Bean

A Translator Java Bean

Purpose Here is a Java Bean from Jesus Vallejo that works as a translator, based on the Google Translater project which can be found at "http://google-api-translate-java.googlecode.com/files/google-api-translate-java-0.53.jar" . The implementation class...

Lire la suite

A PDF Viewer Java Bean

A PDF Viewer Java Bean

Mark Striekwold has just released a new Java Bean allowing the developer to show a PDF document inside the Forms application. Get it from here

Lire la suite

Forms Rich Text Editor Java Bean

Forms Rich Text Editor Java Bean

Hafed Benteftifa has just released his FRITE - Forms Rich Text Editor - alowing the Oracle Forms application to edit HTML content. This is just the kind of Java Bean, developers and end-users were waiting for years ! Don't waste any more time, run and...

Lire la suite
Publicité

Forms Java Bean contest

Forms Java Bean contest

To mark the third anniversary of the forms-pjc-bean site, I am pleased to launch a Forms Java Bean contest. To take part, all you need to do is to show a developed Forms application that contains an interesting, innovative, or just plain "cool" use of...

Lire la suite

A javabean to display Google static maps

A javabean to display Google static maps

Purpose Here is a Java bean from Hafed Benteftifa (Québec - Canada) that allows the Forms module to display static Google maps with HTTP geocoding service. Get the zip file here, that contains the documentation and all the necessary material, or go to...

Lire la suite

A Full Web Browser Java Bean 2nd edition

A Full Web Browser Java Bean 2nd edition

Purpose Here is a Java Bean from Mark Striekwold to have an enhanced Web Browser (2nd edition). It is a full Web browser that can handle Javascript. This bean is based on the idea of the Full Web Browser Java Bean and rewritten so it makes use of the...

Lire la suite

an AWT open/save File Dialog

an AWT open/save File Dialog

Purpose This enhanced Java Bean is a "fast" open/save file chooser dialog, based on the AWT system, for those who think that the Swing JFileChooser available is too "slow". It uses the FBean package. The Java code AWTFileDialog.java The methods you can...

Lire la suite
Publicité

A FTP Java Bean

A FTP Java Bean

Purpose Here is a Pluggable Java Component that allows to manage a FTP connection. It is based on the Calvin Tai ftpbean . The Java source SimpleFTP.java The implementation class of the Bean Area oracle.forms.fd.SimpleFTP The methods you can set managing...

Lire la suite

A PopList PJC with same C/S behaviour

Purpose This PJC is a workaround to the issue defined in the bug 3867157 on Metalink. It allows having the same behaviour on the Web that the one it has on the C/S version. The When-List-Changed trigger would fire only when the mouse is clicked or when...

Lire la suite