Computer Science Canada

[Tip] Teach Java using BlueJ

Author:  rizzix [ Sat Jul 23, 2005 8:43 am ]
Post subject:  [Tip] Teach Java using BlueJ

BlueJ is a very simplistic IDE. It isin't very appealing but it was designed with one purpose in mind: to teach Java.

Here's an article that explains the IDE and demonstrates its usefulness as a teaching aid: http://today.java.net/pub/a/today/2005/07/21/bluej.html

Author:  wtd [ Sat Jul 23, 2005 1:48 pm ]
Post subject: 

It may have some usefulness for teaching larger scale OO design, but I would contend that not having to get your hands dirty with code and having code automatically generated is a poor way to learn the language itself.

Author:  rizzix [ Wed Aug 31, 2005 9:21 pm ]
Post subject: 

Using BlueJ as a teaching tool Part II: http://today.java.net/pub/a/today/2005/08/30/bluej.html

Author:  Ultra Jugulator [ Tue Oct 25, 2005 3:09 pm ]
Post subject: 

In some post before, I mentioned that I am a first year student of CompSci and I am learning Java. BlueJ is what we use to compile and execute the programs in school.

Is there any other compilers that you guys can recommend me to use instead of BlueJ if there is any better compiler?

Author:  wtd [ Tue Oct 25, 2005 5:25 pm ]
Post subject: 

Be sure you understand the difference between "compiler" and "environment" before you ask that question. Smile


: