Business Logics on the client side
Posted
by Ivo Rossi
on Stack Overflow
See other posts from Stack Overflow
or by Ivo Rossi
Published on 2010-06-11T14:05:47Z
Indexed on
2010/06/11
14:12 UTC
Read the original article
Hit count: 295
Why do people say that business logics should be implemented on the server side code (e.g. EJB) and not on the client application code?
The example that I have in mind is a business object validation on a EJB based architecture. Does it really have to be delegated to the EJB or is it ok to run it on the client before the object is sent to be server to be saved?
© Stack Overflow or respective owner