|
|
||
Vincent Brabant's BlogApril 2005 ArchivesI am now a Sun Certified Programmer for the J2SE 5.0Posted by vbrabant on April 30, 2005 at 04:47 AM | Permalink | Comments (3)Hurrah, Youppie, Yes, Great, .. Today, I received my Examination Score Report where it's indicated that I am now a Sun Certified J2SE 5.0 Programmer. I passed the exam the 1st February 2005. Normally, we know directly, at the end of the exam, if we success or not, if we are certified or not. But, in this case, it was not the case. I had to wait until today to know my results. And I am now a Sun Certified Programmer for the J2SE 5.0. But, IMHO, I would have failed. I will explain you reasons why I have the status only today.
# Mike Meyers' Java 2 Certification Passport (Exam 310-025) I was thinking that, for that price, it was always a good buy. But I never look at them, until the 15 Decembre 2004, when Evelyn Cartagena, of Sun, posted this message: a call for candidates for the Programmer 5.0 Beta Certification Exam. she said Candidates will have four to five (4-5) hours to complete 138 questions. The time allotted should give you time to respond to all questions and provide your valuable comments while taking the exam. And, I think is was the first time, we had to pay 49$ to participate to a Sun Beta Exam. After reflexion, I though it was a good opportunity. And for that price (in Belgium, it was only 40€), if I failed, it was not like I spend 150$. But the problem was the following: Objectives were not yet available. So, what to study? I started with the great O'reilly book Java 1.5 Tiger: A Developer's Notebook. And I played with all examples of that book by using NetBeans 4.0. It was very useful because NetBeans 4.0 was already supporting the new JDK 5 language features. I continued to study with the JDK 5, reading a nice French article of Lionel Roux (available on developpez.com), and by reading the draft of the third edition of the JLS (Java Language Specification), that was available at that url (Please note that you can now freely download the PDF file. It is available at http://java.sun.com/docs/books/jls/ ). By reading those books, I learned a lot of things I didn't know about, before. What I forgot, and it was mentionned in the call of 15 Decembre, was that they posted, the 20 Decembre, objectives of the exam. So, I was able to enhance my preparation. But the date of 1st February was there. NetBeans Workshop in Luxembourg and BelgiumPosted by vbrabant on April 28, 2005 at 03:43 PM | Permalink | Comments (0)This week, Sun Belux invites me to a Technical Workshop, to celebrate the launch of NetBeans IDE 4.1. They organized a Technical workshop on May 25 (Luxembourg) and May 26 (Belgium). In the mail it was said Please feel free to forward this invitation to your colleagues. Because we are belonging to the same community, I can consider you as my colleagues. More details and registration on the following page: P.S. It's possible to win a trip to JavaOne. I hope to meet somes of you. Vincent Test your Java code on-line !!!Posted by vbrabant on April 23, 2005 at 05:50 AM | Permalink | Comments (2)Recently, by reading JavaRSS, I discovered a very nice site that permits us to type and run piece of Java code. That site is Zamples But what is very nice is that you have possibility to choose the JDK. So, you can decide to run your code by using JDK 5.0, but also by usng JDK 6.0. It's really simple to use.
Hereunder a screenshot of a little java class that display the version of the JRE, but also the parameters given as input.
Please note that signature of the main method is
If you compile it with an old JDK, it will never compile. That new notation has been introduced with Tiger (JDK 5.0)
Note also that they are using build 13 of the JRE 6.0.
I hope they will update the used JDK with the last build available on java.net. That would be really great.
Wink is GreatPosted by vbrabant on April 18, 2005 at 04:09 PM | Permalink | Comments (6)Recently, by reading a post in Javarss, I discovered Wink, a Tutorial and Presentation creation software. That tool is great and very powerfull. You can in somes minutes create nice presentations. Hereunder, a presentation I just created to learn how to have more room to edit your code in NetBeans 4.1 NetBeans IDE 4.2 adopt a new graphic chartPosted by vbrabant on April 18, 2005 at 11:20 AM | Permalink | Comments (4)It seems that it exists a tradition at NetBeans to modify their graphic chart every years, 2 years. UPDATE: It seems that they decided to use that new look and feel for NetBeans 4.1RC1. NetBeans EDI 4.1 is not yet released that they are already preparing the NetBeans EDI 4.2. And, therefore, it seems they are reviewing the colormap and changing their logo. Please discover what you can see now when you download the last daily build of the NetBeans IDE 4.2.
What I would like to see in NetBeans 4.2 !!!Posted by vbrabant on April 17, 2005 at 07:44 AM | Permalink | Comments (14)In his blog, Ludovic Champenois, one of the lead enginners on the J2EE functionality in NetBeans, asked what we (NetBeans's users) would like to see in NetBeans 4.2 or even NetBeans 5.0. So, hereafter is my wish list:
When I compare the number of modules created for Eclipse and the number of modules created for NetBeans, I conclude that creation of a module for Eclipse seems simpler than creation of a module for NetBeans. If you do no enhancements in that domain, you will never be able to eclipse eclipse. Success for NetBeans 4.1. Vincent | ||
|
|