Articles Oracle Forms, PL/SQL, Java, J2EE
Tristan Fabre has just finished a tutorial about how to build a media library with JDeveloper and ADF. Someone interested in?
Lire la suiteJust 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 suiteThe 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 suiteChet 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 suiteCould 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
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 suiteHere is two great presentations by Romain Guy about Human interfaces and promises of new swing features. get these presentations
Lire la suiteThe French developer forum that I contribute within the Oracle section has just opened a new Ajax Forum (French speaker only)
Lire la suite
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 suiteThe 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