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

Articles Oracle Forms, PL/SQL, Java, J2EE

Publicité

Forms Java Bean : a Gradient painted canevas

Forms Java Bean : a Gradient painted canevas

I have provided several PJC/Beans that use the Java gradient to colorize some objects. Someone asked to me if it could be possible to apply this gradient feature to the whole Forms canevas. So here is a Java Bean that allows to paint the current canevas...

Lire la suite
Publicité

Forms : a Swing button's PJC

Forms : a Swing button's PJC

Here is a Swing JButton that overloads a standard PJC's button. It allows to have a standard Forms button with some nice decoration features. You can apply a gradient color, set rounded borders, justify the label and also have a shadow behind the label....

Lire la suite

Oracle OID : get the employee's photo

I was asked to build a JSP page within our Portal application to show some employee's characteristics.It is easy to get all the common attributes with the search() method, but I never found anything to get the photo. Maybe this kind of function exists...

Lire la suite

Forms and other Oracle material : great site

Another great Oracle blog site with plenty of articles about Forms,J2EE and other Oracle stuff.The site is owned by Wilfred van der Deijl.It is worth reading ! Francois

Lire la suite
Publicité

Forms and J2EE : the "hot fusion"

Forms and J2EE : the "hot fusion"

This is the first anniversary of the forms-pjc-bean site, and I wanted to use this special event to present my "hot fusion" participation, or how to etablish a bilateral communication between a Forms and a J2EE application. Read the article Read also...

Lire la suite

The forms-pjc-bean site : half a success ?

It is exactly one year since the forms-pjc-bean site was launched.It was created to offer a public place where everyone could share their Forms' Java bean samples. It is now time to make an assessment and, honestly, I would say that it is only a partial...

Lire la suite

Forms : A Javascript scrolling text

Forms : A Javascript scrolling text

A Javascript integration example to have a nice scrolling text within Forms. This bean uses the enhanced HTML browser. Writing a JavaBean able to scroll a text in a panel is quite a big job. Doing the same with Javascrip is really more simpler. A few...

Lire la suite

Forms : a multi-record text PJC

Forms : a multi-record text PJC

Here is a text item's PJC that can be used in multi-records Forms tables. It allows to have a coherent behaviour in a multi-record table for items that record number are greater than the number of records displayed. Read the article

Lire la suite
Publicité

Forms & Drag 'n Drop

Forms & Drag 'n Drop

Here is a Java bean that allows to Drag 'n Drop between Forms items. You can Drag 'n Drop between mono and multi-line text fields and between images . Read the article

Lire la suite

Forms PJC : a blinking text item

Forms PJC : a blinking text item

Here is a PJC for textfields that allows to have a blinking behaviour. This behaviour could be easily applied to other kind of items, like Command buttons for instance. Read the article

Lire la suite