Jump to content

BlueJ: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m →‎History: version is in the info case.
Line 31: Line 31:


In March 2009, the BlueJ project became [[free and open source software]], and licensed under [[GNU GPL]] with the [[Classpath exception#The classpath exception|classpath exception]].
In March 2009, the BlueJ project became [[free and open source software]], and licensed under [[GNU GPL]] with the [[Classpath exception#The classpath exception|classpath exception]].

The latest version of BlueJ is 3.1.6 released on 22 October 2015.<ref>http://www.bluej.org/versions.html</ref>


== See also ==
== See also ==

Revision as of 14:24, 7 May 2016

BlueJ
Original author(s)Michael Kölling & John Rosenberg
Developer(s)BlueJ Team
Stable release
3.1.7 / February 23, 2016 (2016-02-23)[1]
Written inJava
Operating systemCross-platform
PlatformJava
Available inMultilingual
TypeIntegrated development environment
LicenseGNU General Public License
Websitehttp://bluej.org/

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).

BlueJ was developed to support the learning and teaching of object-oriented programming, and its design differs from other development environments as a result.[2] 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 1999 by Michael Kölling 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 joint 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.

See also

References

  1. ^ "Version History". Retrieved 2015-10-22.
  2. ^ "Using BlueJ to Introduce Programming" (PDF). Retrieved 2010-06-13.

Bibliography