what is use of business objects?
Answers were Sorted based on User's Feedback
Answer / nidhi
business objects are used to handle business logic like
complex computations. They accept the request from the tier
handing client side and process computations using resources
available at server side and send some material/instructions
to server side if required to be stored, modified etc in DB
for example. After that return the response to the tier
which is handling generation of response to client side i.e
back to the tier from where it received the request. Example
of such business object components are EJB, hibernate.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / bharat singh
Generally the Business Object Layer encapsulate your Domain
Specific objects.So that you do not expose your domain
specific objects and hide them.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / aravind
In bussiness object we will write the Bussiness Logic.
ie.,ex:- Transfering money,Bussiness transactions
Is This Answer Correct ? | 2 Yes | 3 No |
What is meant by oops concept in java?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
In the below example, what will be the output?
what are the methods of an object class?
What is the immediate superclass of Menu?
What are the parameters used in Connection pooling?
What are exception handling keywords in java?
What is the size of int in 64-bit jvm?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?
What is linked hashmap and its features?
what is the purpose of using rmisecuritymanager in rmi?