Interfaces

From J Wiki
Jump to navigation Jump to search

Following are notes on interfacing J with other applications.

J as Client

J as Server

GTK

  • GTK to use GTK+ 2.0 as a GUI for J console

Java

.NET

  • .NET Interop, example of creating a re-usable cover framework with automatic type conversion, exception handling etc.
  • J with C#, step-by-step illustrated guide with Visual Studio examples for J601a
  • J with VB.NET, a guide on using J602a with Visual Studio .NET 2008 Express Edition
  • OLE Server for CSharp, call J8 from C#
  • ADO.NET Array Adapter returns query result from any data provider in a generic way, represents results as boxed array and imports to J.
  • PInvoke Access j.dll engine from .NET via PInvoke.

Web Services

Wasm