Overblog
Suivre ce blog Administration + Créer mon blog

Search

Free tool

Look and Feel Project

17 août 2007 5 17 /08 /août /2007 11:12
Tristan Fabre has just finished a tutorial about how to build a media library with JDeveloper and ADF.
Someone interested in?
Partager cet article
Repost0
3 juillet 2007 2 03 /07 /juillet /2007 11:41
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);


Partager cet article
Repost0
21 mai 2007 1 21 /05 /mai /2007 15:55
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.
Partager cet article
Repost0
25 mars 2007 7 25 /03 /mars /2007 09:58
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 developer.

Read the article
Partager cet article
Repost0
21 mars 2007 3 21 /03 /mars /2007 16:07

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: jacek.furmankiewicz@compuware.com

Francois

Partager cet article
Repost0
3 février 2007 6 03 /02 /février /2007 19:38
Here is a sample that explains how you can upload any local-machine document onto a database BLOB column via a single JSP page.

UploadFiles

Read the article
Partager cet article
Repost0
1 décembre 2006 5 01 /12 /décembre /2006 20:22
Here is two great presentations by Romain Guy about Human interfaces and promises of new swing features.
get these presentations
Partager cet article
Repost0
23 octobre 2006 1 23 /10 /octobre /2006 10:39
The French developer forum that I contribute within the Oracle section has just opened a new Ajax Forum
(French speaker only)
Partager cet article
Repost0
25 août 2006 5 25 /08 /août /2006 14:20

What is really that Java everybody speaks about all around the world ?
Who knows what all the Java Platform Standard Edition components are?

Java SE component

Have a look at the Java SE overview.
You can click on any part of image provided on this link to get information about the feature behind.

Partager cet article
Repost0
29 juin 2006 4 29 /06 /juin /2006 07:31
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. Aerith uses Flickr, Yahoo! and Google Maps web services to let the users draw a trip on a map and attach pictures to it. The application can also generate an applet that shows either a 3D slideshow of your photos or an "Indiana Jones"-like full screen animation (you can see the trip being drawn on top of the map)..." Read the complete article

The source code is now available on : http://aerith.dev.java.net/
Partager cet article
Repost0