Jump to content

Java: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 3: Line 3:


==Java virtual machines and compilers for OS/2 ==
==Java virtual machines and compilers for OS/2 ==
* [[IBM Java]] - VM supplied with IBM's OS/2 Warp Version 4 and later. Outdated but fast.
* [[IBM Java]] - VM supplied with IBM's OS/2 Warp Version 4 and later.
* [[Golden Code J2SE for OS/2]] - Commercial VM - Discontinued
* [[Golden Code J2SE for OS/2]] - Commercial VM
* [[InnoTek Java]]
* [[InnoTek Java]]
* [[Odin]] + [[OpenJDK]]
* [[Odin]] + [[OpenJDK]]


===Compiler===
===Compiler===
*[[Jikes]] - Java bytecode compiler. Fast - Open Source - Discontinued
*[[Jikes]] - Java bytecode compiler - Open Source
*kaffe - Never officially released for OS/2 but an internal port existed - Slow - Open Source - Discontinued
*kaffe - Never officially released for OS/2 but an internal port existed - Open Source


===Add-on's and libraries===
===Add-on's and libraries===
* [[Apache XML Commons]] - Sundry [[Java]] based XML tools - Open source - Current
* [[Apache XML Commons]] - Sundry [[Java]] based XML tools - Open source
* [[Apache Xerces2 Java]] - Modular [[XML]] parser - Open source - Current
* [[Apache Xerces2 Java]] - Modular [[XML]] parser - Open source
* [[BISS-AWT]] - UI library & awt replacement - Open source - Current
* [[BISS-AWT]] - UI library & awt replacement - Open source
* [http://virtualschool.edu/java+/ Java+] - Preprocessor - Open Source - Discontinued
* [http://virtualschool.edu/java+/ Java+] - Preprocessor - Open Source
* [[LZ4]] - Compression library - Open source - Current
* [[LZ4]] - Compression library - Open source
* [[Magician]] - Java interface to [[OpenGL]] - Commercial - Discontinued.
* [[Magician]] - Java interface to [[OpenGL]] - Commercial
* [[NetRexx]] - Scripting language - Current.
* [[NetRexx]] - Scripting language
* [[Snappy]] - Compression lib. - Open Source - Current.
* [[Snappy]] - Compression lib. - Open Source
*TOPLink - Database connection/persistence classes- Commercial - Discontinued (Available in a different form)
*TOPLink - Database connection/persistence classes- Commercial (Available in a different form)
* [[xBaseJ]] - Access and use [[xBase]] databases - Open source - Current
* [[xBaseJ]] - Access and use [[xBase]] databases - Open source


====Foreign libraries with Java bindings====
====Foreign libraries with Java bindings====
* [[Cairo]] - 2D graphics library - Open source - Current
* [[Cairo]] - 2D graphics library - Open source
* [[e_Db]] - Library for [[C]] & [[C++]], also has [[Java]] API's/bindings - Commercial - Discontinued.
* [[e_Db]] - Library for [[C]] & [[C++]], also has [[Java]] API's/bindings - Commercial
* [[LibcURL]] - Internet URL (WWW, FTP, etc) access - Open Source - Current.
* [[LibcURL]] - Internet URL (WWW, FTP, etc) access - Open Source
* [[LZ4]] - Compression library with 3d party JNI bindings - Open source - Current
* [[LZ4]] - Compression library with 3d party JNI bindings - Open source
* [[Snappy]] - Compression lib. - Open Source - Current.
* [[Snappy]] - Compression lib. - Open Source


====Java IDE's and development systems====
====Java IDEs====
* [[JFactory]] - Commercial - Discontinued.
* [[JFactory]] - Commercial
* [[VisualAge Generator]] - Commercial - Discontinued.
* [[VisualAge Generator]] - Commercial


====Utilities and test software====
====Utilities and test software====
* [[ANTLR]] - Parser generator - Runs on and generates Java code.
* [[ANTLR]] - Parser generator - Runs on and generates Java code.
* [[Ephedra]] - C/C++ to Java - Open source - Discontinued
* [[Ephedra]] - C/C++ to Java - Open source
* [[Exuberant ctags]] - Creates index files out of Java source files - Open source - Current.
* [[Exuberant ctags]] - Creates index files out of Java source files - Open source
* [http://www.sourceware.org/mauve/ Mauve] - Java Class Library test suite - Open Source - Current.
* [http://www.sourceware.org/mauve/ Mauve] - Java Class Library test suite - Open Source
* [[Pillarsoft Suite]] - Contains a code template tool with Java support - Shareware - Discontinued
* [[Pillarsoft Suite]] - Contains a code template tool with Java support - Shareware


====Applications with a Java programming interface====
====Applications with a Java programming interface====
* [[PostgreSQL]] - SQL relational database system - Open source - Current.
* [[PostgreSQL]] - SQL relational database system - Open source


====Text & programmers editors with Java support====
====Text & programmers editors with Java support====
* [[Boxer]] - Java syntax highlighting support built in - Commercial - DOS and OS/2 versions discontinued, Win32 version still sold.
* [[Boxer]] - Java syntax highlighting support built in - DOS and OS/2 versions discontinued, Win32 version still sold.
* [[Elvis]] - Java syntax support included by default - Open source - Current.
* [[Elvis]] - Java syntax support included by default - Open source
* [[Enhanced Editor]] - Has Java syntax highlighting built in with some auto-formatting features.
* [[Enhanced Editor]] - Has Java syntax highlighting built in with some auto-formatting features.
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current.
* [[FTE]] - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source
* [[Future Wave Editor]] - syntax support included by default - Shareware - Current.
* [[Future Wave Editor]] - syntax support included by default - Shareware
* [[jEdit]] - Java based - Java syntax highlighting built in - Current.
* [[jEdit]] - Java based - Java syntax highlighting built in
* [[Lugaru Epsilon]] - Java syntax highlighting, code folding and syntax-aware autoindent. - Commercial.
* [[Lugaru Epsilon]] - Java syntax highlighting, code folding and syntax-aware autoindent.
* [[NEdit]] - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source - Discontinued.
* [[NEdit]] - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source


==Publications==
==Publications==

Revision as of 17:49, 6 September 2019

Java is an interpreted, concurrent and object-oriented programming language originally designed to be highly portable, as such it can be thought of and indeed is frequently used as much as a platform on its own as a programming language.

Java virtual machines and compilers for OS/2

Compiler

  • Jikes - Java bytecode compiler - Open Source
  • kaffe - Never officially released for OS/2 but an internal port existed - Open Source

Add-on's and libraries

  • Apache XML Commons - Sundry Java based XML tools - Open source
  • Apache Xerces2 Java - Modular XML parser - Open source
  • BISS-AWT - UI library & awt replacement - Open source
  • Java+ - Preprocessor - Open Source
  • LZ4 - Compression library - Open source
  • Magician - Java interface to OpenGL - Commercial
  • NetRexx - Scripting language
  • Snappy - Compression lib. - Open Source
  • TOPLink - Database connection/persistence classes- Commercial (Available in a different form)
  • xBaseJ - Access and use xBase databases - Open source

Foreign libraries with Java bindings

  • Cairo - 2D graphics library - Open source
  • e_Db - Library for C & C++, also has Java API's/bindings - Commercial
  • LibcURL - Internet URL (WWW, FTP, etc) access - Open Source
  • LZ4 - Compression library with 3d party JNI bindings - Open source
  • Snappy - Compression lib. - Open Source

Java IDEs

Utilities and test software

  • ANTLR - Parser generator - Runs on and generates Java code.
  • Ephedra - C/C++ to Java - Open source
  • Exuberant ctags - Creates index files out of Java source files - Open source
  • Mauve - Java Class Library test suite - Open Source
  • Pillarsoft Suite - Contains a code template tool with Java support - Shareware

Applications with a Java programming interface

  • PostgreSQL - SQL relational database system - Open source

Text & programmers editors with Java support

  • Boxer - Java syntax highlighting support built in - DOS and OS/2 versions discontinued, Win32 version still sold.
  • Elvis - Java syntax support included by default - Open source
  • Enhanced Editor - Has Java syntax highlighting built in with some auto-formatting features.
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source
  • Future Wave Editor - syntax support included by default - Shareware
  • jEdit - Java based - Java syntax highlighting built in
  • Lugaru Epsilon - Java syntax highlighting, code folding and syntax-aware autoindent.
  • NEdit - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source

Publications

  • James Gosling; Henry McGilton: Tha Java Language Environment: A White Paper - Sun Microsystems 1995
  • M. Zenger: Evolving Software with Extensible Modules] - [1]
  • Christian Plesner Hansen, Mads Torgersen and Erik Ernst: Wild FJ - Explains the formalised Wildcards that were introduced with Java5

Tutorials and other learning material

Books

  • Ronny Richardson: Java Applets and Channels Without Programming - Manning 1997, ISBN 1884777392
  • Kris Jamsa: Java Now!' - Delmar Cengage Learning 1996, ISBN 1884133304
  • Java 1.0.2 for OS/2 [2]

Links