Home |
| Running as an Application or an Applet. Three
easy steps to running HyperView as an Applet
NoteIf you do not have at Minimum Java Version 1.6.0_25-b06 installed you can get it here.
New Starplot demo >> Click Here <<
Giving you my X509 certificate is like me giving you the keys to the car. If you want to program with HyperView , then you will need to download JDK1.6_10. (should compile down to 1.52.) What is HyperView? HyperView is an Appplet based graphics interface, NIO non based server, and built in database written by Tony Swain. It is 100% AWT (* Lightest Weight Components ) HyperView graphics are automatically double buffered and all rendering is done in RAM. HyperView has or is developing facilities for layering, superbitmaps, animation, AWTListener based event handing comand dispatch, Image Observer, and many more graphics and display objects such as buttons scrollbars etc. Because you can load them from a simple GIF file you can thusly make your view look however you like by editing in a simple paint program. On the server side HyperView implements an NIO non blocking single process select server and a unique asynchronous IO implementation that minimizes blocking and generally speeds IO. The difference in server throughput is at least 20 to 1 over java.io based blocking servers **. There are tools for the absolutely most efficient serialization/deserialization. Also HyperView is adding classes for integrating VLC video player for displaying video. HyperView also has a built in command line interface. Future roadmap. Finish VLC integration with a special view specific zerozeo window interface. Note: With a little buffering on a 1MB line I have Video working at 780 X 580. I think you could > 1/2 that for asych bidirectional. Whatever it is there are plenty of variables to play around with :). Determine & integrate VOIP interface. These are many
Finally the component I am working on now is a memory mapped database.. Screen dump of HyperView running as an
Applet in Mozilla and Internet Explorer.
|
||||||||||||||||||
|
Running HyperView as a
Java(tm) Application.
#1 Make
a
directory to
hold the classes & images. #2 Click here and download the HyperView source #3 Unpack the zip file with an archive tool such as winzip. #4 Open a DOS window and cd to the HyperView299 directory where you unpacked the jar #5 Type the following command "run" This executes the file run.bat on MS Windows. On Unix you MUST change the run.bat file to have the correct Unix file separator. "/" and change the classpath separater from ';' to ':' Note: I have reverted to using the java.home property instead of setting it in preferences. IF you still find yourself stuck in the EnforaWhack screen then click in the view and type the "abort" command to return to the previous display stack frame. Currently I am working on a binary database integration. This is slow going but expect a major update before the end of summer. Found a bug in channels when you jion a channel that wasn't already created strang things happen :) Just uploaded and update For the latest news see -> .Latest announments You want to program HyperView? Here are some docs.They are severely lacking but I am slowly adding more. Developers
|
||||||||||||||||||