Git Product home page Git Product logo

jconsole's Introduction

JConsole - An ultra light-weight Java console app


This is a general-purpose system console app built primarily so I wouldn't have to leave Netbeans in order to
play with NodeJS, Ruby on Rails (RoR) and the Play Framework while on the Windows platform.

JConsole is very light-weight and can be easily embedded into any app.

It can also be used as a standalone system shell or command prompt (e.g. cmd.exe) for running scripts, code
generators and/or other system/development utilities.

How does it work?

JConsole simply forks a system process via <ProcessBuilder> and handles I/O via a <SwingWorker> without
using or spawning any additional background threads.

It does not depend on any external libraries or 3rd party packages and can be extended to use other shells
besides cmd.exe (e.g. /bin/bash).

History

v0.1 - 06/06/2012

  • Added output display size limits to help with memory consumption
  • Added commandline history. Use UP/DOWN arrow keys.
  • Created as Netbeans Module.

Notes

v0.1 - 06/06/2012

  • Not tested on OSX or Linux.
  • Currently uses cmd.exe as the default shell
  • Does not yet handle CNTRL+Z events to kill runaway scripts
  • Probably has some bugs, so

Feel free to send feedback and/or contribute...

Enjoy!!! :)

@author Luis Fung - 06/06/2012

Architecture

JConsole Architecture

Tools

Ruby and Rails - Netbeans plugin - http://plugins.netbeans.org/plugin/38549

NodeJS - Netbeans plugin - http://plugins.netbeans.org/plugin/36653/nodejs

JConsole - Netbeans plugin - https://github.com/downloads/fungl164/JConsole/org-stagezero-jconsole.nbm

jconsole's People

Contributors

fungl164 avatar genisysram avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.