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é

j2ee

JDeveloper : a Media Library

Tristan Fabre has just finished a tutorial about how to build a media library with JDeveloper and ADF. Someone interested in?

Lire la suite
Publicité

JFileChooser opened on the Windows desktop

Just seen today on a Java forum, a tips that shows how to open a JFileChooser on the Windows desktop: FileSystemView fsv = FileSystemView.getFileSystemView(); JFileChooser fc = new JFileChooser(fsv.getRoots()[0]); fc.showSaveDialog(this);

Lire la suite

A new JDeveloper forum (French)

The Developpez.net's forum I participate on the Oracle sub-forums has just opened a new JDeveloper section . This forum is French Speaking only.

Lire la suite

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

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

Java - GUI - Swing

Here is two great presentations by Romain Guy about Human interfaces and promises of new swing features. get these presentations

Lire la suite

New Ajax Forum (French)

The French developer forum that I contribute within the Oracle section has just opened a new Ajax Forum (French speaker only)

Lire la suite
Publicité

The Java world...

The Java world...

What is really that Java everybody speaks about all around the world ? Who knows what all the Java Platform Standard Edition components are? Have a look at the Java SE overview. You can click on any part of image provided on this link to get information...

Lire la suite

Aerith demo source code available

The Aerith Java swing demo source code is available "...Aerith is a demo we (Richard Bair, Joshua Marinacci, Chet Haase, Chris Campbell and I) wrote at Sun Microsystems for JavaOne. The featured application is a trip report editor and Flickr account viewer....

Lire la suite