Archive for February, 2008

Courses in Java Programming Spring 2008

Tuesday, February 26th, 2008

I just received my assignment for the spring semester at Concordia University’s Continuing Education department. These are non-credit courses that focus on training students to write code in Java. I will be teaching:

CI651/C1 JAVA PROGRAMMING FUNDAMENTALS
Wednesdays 2008-04-02/2008-06-04
CI665/C1 JAVA SERVER-SIDE PROGRAMMING WITH SERVLETS AND JSP
Thursdays 2008-04-03/2008-06-05
CI675/C1 WEB SERVICES AND XML PROCESSING
Tuesdays 2008-04-01/2008-06-03

If you are in the Montreal region and looking to take courses in Java programming consider these courses. For more information on these courses and information on registering visit http://sarno.concordia.ca/conted/.

Files & Directories Disappear in Eclipse’s Project Explorer

Wednesday, February 6th, 2008

Since the release of Eclipse 3.3 and continuing thru to the new Fall release I have observed an annoying problem when running Eclipse in both Windows XP and Windows Vista. Without any discernable reason or time frame, the Project Explorer window loses files and directories. They are not physically lost. The first time it happened I panicked but a check of the directory on disk revealed that all the files were there.

My first course of action was to restart Eclipse. This solved the problem and Project Explorer displayed all the files and directories. However this is a time consuming task especially when demonstrating code in the classroom. It happened again just yesterday.

With a little experimentation I discovered that by just closing the project and then opening it again (from the right mouse click context menu) the files were restored.