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

Francois Degrelle's blog

Articles Oracle Forms, PL/SQL, Java, J2EE

Publicité

New Java Swing book

Chet Haase and Romain Guy have just published a book about "Developing animated and graphical effects for Java applications".I have not read it yet, but, knowing the reputation of these guys, I am sure that it is most certainly a gold mine for every Swing...

Lire la suite
Publicité

JDev is not a major Java IDE? I can't believe it!

Could you imagine an article that discuss about serious Java IDEs that does not take into account the Oracle JDeveloper tool ?No, this article is not serious! See the Frank Nimphius comment If you want to write to the author, here is his email adress:...

Lire la suite

Forms : a Swing JTree that allows Drag 'n Drop

Forms : a Swing JTree that allows Drag 'n Drop

Here is a Java bean that allows the Drag 'n Drop within a Swing JTree item. This bean is proposed by Minas Lyrakis from Greece . This bean uses itself the DispatchingBean of Tom Cleymans . (so it needs the sun Java plugin 1.4 at least) You can Drag 'n...

Lire la suite

Forms Bean : how to dispatch an event from a PJC !

Forms Bean : how to dispatch an event from a PJC !

Here is a package that allows the dispatching of events from Java Beans to Forms on Beans that extend VBean, beans that use the FBean package and also PJCs ! No, you are not dreaming and there is no mist on your glasses, a PJC that dispatch event to the...

Lire la suite
Publicité

A JSP page to upload local documents onto the database

A JSP page to upload local documents onto the database

Here is a sample that explains how you can upload any local-machine document onto a database BLOB column via a single JSP page. Read the article

Lire la suite

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

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
Publicité

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

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