| Home : Java : Applets |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Applets Listings
|
|
Total:
42 | Displaying: 11 - 20 | Pages: << 1 2 3 4 5 >> |
|
|
|
Python programmers can sometimes feel a bit lonely. While growing in numbers, we aren't everywhere yet. The loneliness sometimes drove, Seattle's Mike Orr and Adam Feuer South to Portland, where they would attend the Portland Python interest group. It was a long way to drive for company, but it was good to meet other Python programmers. When programmer Steve Howell recently made the same drive, the PorPiggies pointed him back to Mike and Adam.
Updated: 05/09/2005
|
|
|
Apple has just released Java 2 Standard Edition (J2SE) 1.4.1 for Mac OS X. Mac OS X has shipped with J2SE 1.3.1 installed from the beginning. Now J2SE 1.4.1 is available to all Jaguar (Mac OS X version 10.2) owners by using the software update at Apple\'s Java product page. Much of the time porting J2SE 1.4.1 to the Mac has been spent moving the GUI elements from the Carbon framework to the Cocoa framework.
Updated: 04/29/2005
|
|
|
This tutorial will take you step by step through the process of building applets. I have chosen for a Learn-By-Example method, the fastest way to learn.
Updated: 03/29/2005
|
|
|
Have you ever asked yourself "How do I sign an applet so it can access local system resources?", or "Why does an applet work in Applet Viewer, but not in my browser?" This article answers these questions, and shows you how to sign an applet, give it access to a local file, and successfully run it. By default, applets have no access to system resources outside the directory from which they were launched, but a signed applet can access local system...
Updated: 03/08/2005
|
|
|
This article introduces smart cards, gives a brief overview of Java Card[tm] technology, and by stepping you through the code of a sample applet distributed with a Java Card toolkit, shows you how to code a Java Card applet. This is the first in a series of articles on Java Card applets. After you write a Java Card applet, you're ready to test and deploy it. Future articles will describe how to perform those tasks. Here are the topics covered in this...
Updated: 03/08/2005
|
|
|
Have you ever asked, "What is the difference between an applet and an application?" Or, "How do you turn an applet into a standalone application?" If so, then you are by no means alone; these questions are often asked, and the intention of this article is to help dispel the confusion behind these questions. If you want to turn an applet into a standalone application, it helps to understand that there are two main differences between an applet and a full-blown...
Updated: 03/08/2005
|
|
|
Creating trusted applets with the access rights to the local clients' file system, even to this day remains a vital topic. A number of problems, by virtue of the specificity, can be executed only on the client side. Quite often, programmers unfamiliar with trusted applets technology accept it as an impossibility to work with client files and search for other ways to work. However, such ways exist and can be widely used in most variations. In this...
Updated: 03/08/2005
|
|
|
This article shows you how to write C# Applet, display it in a web page and the requirement. The requirement first, your C# Applet won't work anywhere nor from anywhere. You should put (and test) it on IIS, for unknown reason (at last unknown to me) this won't work locally or with apache. BTW http://www.brinkster.com make free ".NET" hosting. Not any client could display a C# Applet, you surely need IE6 and probably .NET SDK (at last with these configuration this work...
Updated: 03/08/2005
|
|
|
Using HTTP as the communication protocol and a servlet peer for database queries, you can write a rich-content user interface applet that can dynamically interact with a database, yet remain small enough in size to perform well. In last month's article, "Dynamic Database Access from Client-side JavaScript" , we looked at an architecture for utilizing the services of an applet-servlet pair to provide dynamic...
Updated: 03/08/2005
|
|
|
This article explains about the development aspects of Java Card applets: the typical steps when developing a Java Card application, the Sun Java Card Development kit, and the Java Card and Java Card RMI APIs. Developing...
Updated: 03/08/2005
|
|
|
Applets Listings
|
|
Total:
42 | Displaying: 11 - 20 | Pages: << 1 2 3 4 5 >> |
|
|