Vendredi 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?
Par Francois Degrelle
-
Publié dans : J2EE
1
Mardi 3 juillet 2007
2
03
/07
/Juil
/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);
|
Par Francois Degrelle
-
Publié dans : J2EE
0
Lundi 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.
Par Francois Degrelle
-
Publié dans : J2EE
0
Dimanche 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
Par Francois Degrelle
-
Publié dans : J2EE
0
Mercredi 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
Par Francois Degrelle
-
Publié dans : J2EE
1
Samedi 3 février 2007
6
03
/02
/Fév
/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.

Read the article
Par Francois Degrelle
-
Publié dans : J2EE
0
Vendredi 1 décembre 2006
5
01
/12
/Déc
/2006
20:22
Here is two great presentations by Romain Guy about Human interfaces and promises of new swing features.
get these presentations
Par Francois Degrelle
-
Publié dans : J2EE
0
Lundi 23 octobre 2006
1
23
/10
/Oct
/2006
10:39
The French developer forum that I contribute within the Oracle section has just opened a new Ajax Forum(French speaker only)
Par Francois Degrelle
-
Publié dans : J2EE
0
Vendredi 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?

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.
Par Francois Degrelle
-
Publié dans : J2EE
1
Jeudi 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 articleThe source code is now available on : http://aerith.dev.java.net/
Par Francois Degrelle
-
Publié dans : J2EE
0