Bu sayfanın seçili sürümü ile mevcut sürümü arasındaki farkları gösterir.
en:esya:applet:applet-kodlari:giris [2013/09/12 12:46] Dindar Öz |
en:esya:applet:applet-kodlari:giris [2013/09/12 13:12] (mevcut) Dindar Öz |
||
---|---|---|---|
Satır 3: | Satır 3: | ||
==== 1. Introduction ==== | ==== 1. Introduction ==== | ||
- | As mentioned in [[en:esya:applet:sistemin-calismasi|Sistemin Çalışması]] the applet mainly consists of two parts one of which is the server code to be used for applet communication. You can think of this server as the system to be logged in. | + | As mentioned in [[en:esya:applet:sistemin-calismasi|Applet Design]] the applet mainly consists of two parts one of which is the server code to be used for applet communication. You can think of this server as the system to be logged in. |
First of all, you have to deploy the codes in a server which can interpret JAVA and call the page ''main.jsp''. ''main.jsp'' , as understood from the code, loads the applet. | First of all, you have to deploy the codes in a server which can interpret JAVA and call the page ''main.jsp''. ''main.jsp'' , as understood from the code, loads the applet. |