Jump to content

Java: Difference between revisions

From EDM2
No edit summary
Line 22: Line 22:
* [[ANTLR]] - Parser generator - Runs on and generates java.
* [[ANTLR]] - Parser generator - Runs on and generates java.
* [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 - Current.
====Applications with a Java programming interface====
* [[PostgreSQL]] - SQL relational database system - Open source - Current.


====Text & programmers editors with Java support====
====Text & programmers editors with Java support====

Revision as of 23:12, 17 February 2016

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

Add-on's and libraries

  • LZ4 - Compression library - Open source - Current
  • NetRexx - Scripting language - Current.
  • Snappy - Compression lib. - Open Source - Current.

Foreign libraries with Java bindings

  • e_Db - Library for C & C++, also has Java API's/bindings - Commercial - Discontinued.
  • LZ4 - Compression library with 3d party JNI bindings - Open source - Current
  • Snappy - Compression lib. - Open Source - Current.

Utilities and test software

  • ANTLR - Parser generator - Runs on and generates java.
  • Mauve - Java Class Library test suite - Open Source - Current.

Applications with a Java programming interface

  • PostgreSQL - SQL relational database system - Open source - Current.

Text & programmers editors with Java support

  • Boxer - Java syntax highlighting support built in - Commercial - DOS and OS/2 versions discontinued, Win32 version still sold.
  • Elvis - Java syntax support included by default - Open source - Current.
  • 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.
  • Future Wave Editor - syntax support included by default - Shareware - Current.
  • jEdit - Java based - Java syntax highlighting built in - Current.
  • NEdit - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source - Discontinued.

Publications

Tutorials and other learning material

Links

USENET