Java applets allow to making interactive interface and use a lot of additional Java functionalities. Such as sound playing, access to the computer file system, downloading external data using all kinds of protocols even with use of simple socket, image..
Just imagine the following task. There is a curve consisting of N points in the plane. It is required to construct the curve that follows the contours of the original curve but consists of fewer amounts of points. So, one..
This can be done by using the following code: applet.getAppletContext(). showDocument(new URL(“javascript:” + js)); Where applet is an object of JApplet class, js is a JavaScript function name, for example: show(). With that, the applet should be launched from JavaScript To..
Our company staff has created manual for XPath Study. It is written in simple and accessible language and is primarily intended for automation testers studying at the training course held in the company. But we are confident that this manual is..
Hello, dear reader! Firstly, I want to warn you that this article is not the only and absolutely correct solution to the problem of simultaneous mp3 and wav files playback. This article only tells one of the way of solving..
Alfresco is an integrated Enterprise Content Management system. Alfresco combines server and database. The interaction between client and server is by way of REST-services. REST is an architectural style of web-services based on existing well known standards (such as HTTP,..