classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SWING at OJE


From: Nic Ferrier
Subject: Re: SWING at OJE
Date: Mon, 05 Feb 2001 16:38:01 +0000

>>> Artur Biesiadowski <address@hidden> 05-Feb-01 2:27:31 PM >>>

>As far as JNI/CNI is concerned... I don't know what you 
>mean by client side java. Is JNI any better at server side ? 

JNI is not called as often on the server side... a servlet app will
have to read and write from a TCP socket as native ops... a client
side Swing app will have a lot more interaction with the native
libraries (every time the mouse moves fire an event etc...).

That's all I meant.


Nic



reply via email to

[Prev in Thread] Current Thread [Next in Thread]