|
Designed for educators and students, Ready is a complete Java development environment designed to be fast to learn and easy to administer. |
|
Quick Links |
||
Ready to Program with JavaTM Technology (developed by Holt Software and supported by IBM) is an easy to learn and easy to administer Java IDE specifically designed for education. This student-friendly IDE provides the power of Java without the confusing complexity of many industrial development environments. Ready allows instructors to focus on concepts rather than the environment itself.
Ready makes this possible because unnecessary complexities have been removed from the environment. For example, Ready dispenses with the "Project" paradigm. Students can write their programs (with a variety of modifiable skeleton frameworks). They hit F1 and the program runs.
Ready's button bar provides a good example of our design philosophy. Most IDEs contain a toolbar with 20-30 icons for various commands. What we discovered, however, is that even after a year of using other Java environments, most students had no idea which icons represented which commands. Instead, they went "tooltip hunting" every time they needed to locate a command and many never used the button bar at all! We believe students should be writing programs...not spending time hunting through the IDE. Ready provides a button bar with text buttons that tell the student which commands they activate.
Ready also creates a special directory included in the IDEs CLASSPATH that allows instructors to provide students with easy-to-access files and packages. Students don't even have to know how CLASSPATH works to download and use instructor files and packages.
As an extra feature, Ready also includes the hsa package, a group of classes that support easy input and output using a Console class as well as classes for reading and writing from standard input and output and ASCII text files. No more having to teach exception handing to read an integer or the DecimalFormat class to output a currency figure!