Code Monkey home page Code Monkey logo

java-ostiary's Introduction

<html>
<head>
<title>Java Ostclient Notes</title>
</head>
<body>
<h1>Running as an application</h1>
<p>
 The Java client will run as either an application or as an applet. To
run it as an application, the following command should work:
<p>
<pre>
   java -jar ostclient.jar
</pre>
<p>
<h1>Running as an Applet</h1>
<p>
 The file <a href="AppletExample.html">AppletExample.html</a> shows
the HTML code used to embed the applet into a web page. There are two
optional parameters that can be provided to the applet:
<p>
<ul>
  <li>OSTHOST - The host the applet should connect to.
  <li>OSTPORT - The port to connect on at the above host.
</ul>
<p>
 If they are not provided, the associated fields in the applet will
be blank.
<p>
Note that applets, by default, only have permission to
intiate socket connections back to the host they were served from.
So (unless you configure your browser to give the applet extra
permissions) it will only be able to connect to the webserver that
served up the webpage it's embedded in. Which therefore implies
that Ostiary will need to be running on that webserver.
<p>
<h1>Source code</h1>
<p>
The source for the Java client is in the "/src" directory. A simple
script to build it called "make.sh" is provided.
</body>
</html>

java-ostiary's People

Contributors

l2g avatar

Watchers

 avatar  avatar

Forkers

rthille

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.