Java Client beginner question
Java Client beginner question
- Subject: Java Client beginner question
- From: Kenny Sabarese <email@hidden>
- Date: Wed, 5 Feb 2003 17:32:42 -0500
i'm new to java client web objects, i have 5.2 on osx and am trying to
develop a simple 3 tier app to be used over the net.
i'm just having a bit of confusion when setting up my EOModel and
setting attributes to be client side or server side class properties.
my idea is that in a 3 tiered app is that the client never talks to the
database directly. it will request things from the server which then
supplies the client with the information it requests.
but when i give an attribute client side class properties, it seems to
me as if this is enabling the client to directly access the database,
as the query window allows me to that comes up allows me to browse and
add records, but does not when i turn off client side properties.
so am i right when i say that adding client side properties allows the
client direct access to the DB? and if i want to build a thin client
application, i will have to code things myself?
i want a thin client in order to achive the best performance over the
internet. so say instead of the client having to go find the results
of a query itself instead of just asing a server for a list of strings.
(i would assume that the second way would consume less bandwidth)
----------------------
Kenny Sabarese
email@hidden
http://kenny.sabarese.net
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.