Suvarna Garge (Editor)

BlueJ

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
BlueJ Team

Written in
  
Java

Development status
  
Active

BlueJ

Original author(s)
  
Michael Kölling & John Rosenberg

Stable release
  
3.1.7 / February 23, 2016 (2016-02-23)

Preview release
  
4.0.0preview2 / November 22, 2016 (2016-11-22)

BlueJ is an integrated development environment (IDE) for the Java programming language, developed mainly for educational purposes, but also suitable for small-scale software development. It runs with the help of JDK (Java Development Kit). Java is a programming language and a platform which works on BlueJ.

BlueJ was developed to support the learning and teaching of object-oriented programming, and its design differs from other development environments as a result. The main screen graphically shows the class structure of an application under development (in a UML-like diagram), and objects can be interactively created and tested. This interaction facility, combined with a clean, simple user interface, allows easy experimentation with objects under development. Object-oriented concepts (classes, objects, communication through method calls) are represented visually and in its interaction design in the interface.

History

The development of BlueJ was started in 2001 by [surya and John Rosenberg at Monash University, as a successor to the Blue system. BlueJ is an IDE. Blue was an integrated system with its own programming language and environment. BlueJ implements the Blue environment design for the Java programming language.

BlueJ is currently being maintained by a team at the University of Kent, Canterbury, England – where Kölling now lectures.

In March 2009, the BlueJ project became free and open source software, and licensed under GNU GPL with the classpath exception.

References

BlueJ Wikipedia


Similar Topics