Types of Java clients: applets, midlets or applications.
Please tell me if I'm correct and the follow apply to all of then
To create an user interface allows more flexibility and more interation with users, less bandwidth consume (since presentation logic doesn't need to come from server) and maybe less conections with the server (Ex: to reorder a list a browser need to send a new request to the server, an java client may not do that). But the implementation is more complex.
Matt Kidd
Ranch Hand
Joined: Jul 17, 2002
Posts: 254
posted
0
which objective is this supposed to be answering?
Mahesh Kumaraguru
Ranch Hand
Joined: Jun 01, 2005
Posts: 95
posted
0
I think Aleks is refering to "Section 7.1 Describe at a high level the basic characteristics, benefits and drawbacks of creating thin-clients..."