Topic: Business Logic
Not finding your answer? Try searching the web for Business Logic
Answers to Common Questions
What is business logic?
The part of an application program that performs the required data processing of the business. It refers to the routines that perform the data entry, update, query and report processing, and more specifically to the processing that takes pl... Read More »
Source: http://www.answers.com/topic/business-logic
What is the role of logic and emotion in business?
Logic = As much as you have. Emotion = Zero. Zip. Nada. Gut Feeling = 20% (Not to be confused with emotion). Read More »
Source: http://wiki.answers.com/Q/Logic_role_of_logic_in_business
What is reason for separating business logic and presentation in ...
There can be a few different reasons for doing this. One is to separate the actual work being done and who is doing it. Have a business logic developer working independently from a creative web developer. Another reason would be for re-use.... Read More »
Source: http://wiki.answers.com/Q/What_is_reason_for_separating_business_...
Featured Content:
Business Logic
More Common Questions
Answers to Other Common Questions
http://www.jguru.com/faq/view.jsp?EID=97696
Read More »
Source: http://www.jguru.com/faq/printablefaq.jsp?topic=EJB&page=2
Everything I've read on this subject tells me that Domain objects should be seperate from business logic, and here's why: 1) As seperate logical entities, they can be split amongst seperate physical servers, promiting scalability. 2) This t...
Read More »
Source: http://www.experts-exchange.com/Programming/Languages/Java/Q_2211...
C# is a real language as well, don't believe the one before me ... Business logic means the operations ur program perform on the data . So any 'real world' program would consist of 3 sections ( well, at least) : 1.Business logic : for examp...
Read More »
Source: http://answers.yahoo.com/question/index?qid=20080927122147AAO1yAc
The design flexibility and application performance needs to be considered while making design decisions. >> Use tables or views for my datablocks. Views means having ROWID as an option. If the datablock is read only, then views will be more...
Read More »
Source: http://www.experts-exchange.com/Q_21984868.htm
You can use MIDAS for your N-tiered module: The client is simple desktop application. The BusinessLogic can be WebService or COM component which connects to the database. Schema: Client Form -> TDataModule -> TClientDataSet -> TDCOMConnecti...
Read More »
Source: http://www.experts-exchange.com/Programming/Languages/Pascal/Delp...
from http://java.sun.com/products/ejb/ "EJB technology enables rapid and simplified development of distributed, transactional, secure and portable applications based on Java technology."
Read More »
Source: http://www.experts-exchange.com/Q_21850491.htm