Business logic is the abstract thought process behind decision making in human transactions. Translation of business logic into code is one of the major tasks in producing business software.

learn more… | top users | synonyms

2
votes
1answer
29 views

How to maintain unique Id for records coming from two different databases?

I am feeling stuck while working on two different enterprise applications . From the first Application A1 and second Application A2, we used to send some documents to our print vendor which prints ...
0
votes
0answers
18 views

Advices on layered architecture for my app (two processes, one machine)

I'm trying to have a good architecture for the program I'm doing, but I struggle with the well-known concepts as I do it for the first time, so bare with me. I'm trying to make a windows application ...
0
votes
0answers
29 views

How does business logic class calls methods inside a managed bean?

I have some business logic code that renders some facesMessages on the facelet based on its output, so i made a method in the facelet managed bean like this method: public void ...
1
vote
0answers
22 views

Over securing an app with user permission?

Using Rails 3.2. I have the following nested model: # country.rb belongs_to :user has_many :states # state.rb belongs_to :country has_many :cities # city.rb belongs_to :state As usual, there will ...
0
votes
0answers
15 views

.NET Application Health/Reporting (Not Necessarily Errors/Exceptions/Performance) and Email Blasting Tool

Our company uses an in-house tool to collect errors in business logic, and setup email workflows/triggers for these errors. I'm looking for a similar tool for .NET, but having a hard time finding ...
0
votes
2answers
42 views

Configurable code logic in C#

I have a xml data where nodes are present like this <segment> <country>US</country> <prop>Supplier</prop> </segment> The scenario is my business entity ...
-1
votes
0answers
34 views

Performance of app that uses Camel [closed]

We are going to create program with high requirements to performance. It's about 5000 business transactions (BT) per second. We usually use Camel for business workflow. But what about performance. ...
-3
votes
1answer
50 views

How to develop a rules engine for navigation [closed]

I'd want to develop a rules engine that decides some of the navigation rules between screens of an application and behavior for key presses. What is the best way to do this?
1
vote
1answer
27 views

Why do people use comments as a business logic

Why do people rely on comments as business logic ? (example CakePHP, Doctrine) Doctrine example (from their docs, doctrine is relying on the comments as much as the code itself): /** * @Entity ...
0
votes
2answers
40 views

how to find out price/extra$1000 deposited

The formula that I want to convert in java is Over limit Cash Deposit Fee = [(Input $ cash deposit) – ($ Cash deposits included in plan)] / 1000 * (price/each extra $1000 deposited) The code that I ...
0
votes
0answers
10 views

How ad networks works? [closed]

I am really weak and have difficulty in understanding anything that involves business in it until somebody explains me the concept in simple terms[logic never seemed me intuitive]. So it is no ...
1
vote
1answer
50 views

server side technology for business logic

Say I want to develop a web application that will have registered users and will be registered as a twitter app (allowing users to give it permissions to view their timeline and post on their behalf). ...
4
votes
1answer
71 views

Is there any good reason not to rely on DB key integrity in business logic?

I'm writing a method that will allow inserts into a link table in my DB, and I'm wondering whether I need to first check to make sure the PKs specified actually exist in the linked tables. It seems ...
1
vote
2answers
130 views

ASP.NET MVC FluentValidation with ViewModels and Business Logic Validation

I'm exploring using FluentValidation as it seems to be an elegant API for validation of my ViewModels upon model binding. I'm looking for opinions on how to properly centralize validation using this ...
0
votes
2answers
71 views

Difference between business object and transfer object?

While many stackoverflow answers regarding this question exists, rarely do they clearly distinguish the difference between the two. As a result, I am having confusion in understanding them. Here I ...
0
votes
0answers
37 views

Shared UnitOfWork in Business class

I'm struggling to solve an issue about my pattern without luck. Scenario: 3 tier app assembled by UI, BLL, DAL. My DAL implements a simple UnitoOfWork and repository pattern (I'm using EF 4.0). My ...
0
votes
0answers
55 views

ObjectDatasource Update Method - with Generic object parameter which contains sub object is not working

Entities public class Calculation { public int UniqueID { get; set; } public int Value1 { get; set; } public int Value2 { get; set; } public int Result { get; set; } public ...
0
votes
1answer
61 views

How the Application layer will be able to dynamicly query the DB in the DAL layer?

C#, LINQ to SQL Some advice me to open new topic insteed that topic becouse there is no solution for my problem. Now I will need your help to re-design my layers. Linq To Sql - Making a dynamic ...
0
votes
1answer
43 views

Application Services referred as containing Business Logic

I have a question that twisted me over the last months. Some of the writers and persons (I would not say all of them) are associating the Business Logic with Application Services . According to what ...
0
votes
0answers
95 views

EF: Unit, Repository, BusinessLogic

@@EDIT I'll try to better explain my question and I apologize for my previous bad-confused post. As far as I know primary purpose of business logic component is covering all business logic operation ...
0
votes
2answers
34 views

What is the recommendation of the creators of the asp.net with mvc to put business logic in applications?

When I search the internet, I found that some people say that the logic should go in the ViewModel and some people say it should be go in Controller in asp.net with mvc applications. So I cannot come ...
1
vote
2answers
119 views

How to avoid anemic domain model with business logic in the form of rules

I am designing a system that has a simple Entity Framework backed domain object that has fields I need to update based on a series of rules - I want to implement these rules progressively (in an agile ...
1
vote
1answer
54 views

Where to place business logic in Spring Hibernate app?

I have an application written using the Spring and Hibernate frameworks. Everything works correctly but I do have one question: if controllers invoke business logic by calling service layer methods, ...
1
vote
1answer
60 views

Event handling in a disconnected class

I am looking for a way to handle an event raised by class A in class B without coupling the classes. The situation is that class A is a state machine. I need to send an email when a state of class A ...
-4
votes
1answer
52 views

Time computation in Millis is not producing the expected outcome. Can somebody help tell why?

I have the following code that normally would take some instances of time, convert them to milliseconds to make some fairly precise computations, and produce the equivalent day(s) between those times ...
0
votes
2answers
148 views

How implement billing system

I have two collection in database income_funds and expenditure_funds: income_funds timestamp amount status (not confirmed, confirmed, refunded) expenditure_funds timestamp amount ...
0
votes
0answers
19 views

What system/systems/solution should I use for complex Business System for a School [closed]

A client of mine is looking for the best solution. They need a version of their current systems updated as a SAAS app. I'd like to know what software already exists to do this or what approaches ...
4
votes
1answer
155 views

Symfony2: best approach to use business (repository) logic in entity or controller

I'm having a design issue in my project, related to where put some business logic. I have three entities, Event, TicketOrder and Ticket. One Event has a lot of TicketOrders and one TicketOrder has a ...
0
votes
1answer
84 views

businesslogic in mvvm

I have businesslogic in an MVVM application - not really "data" but real logic, which mean "rules". Example: Dragging items inside a wpf TreeView, where each object is based on a viewmodel and has ...
0
votes
3answers
306 views

difference between business layer and service layer? [closed]

I heard that Service Layer built on top of Business Layer.. Is that true? Some people said that service layer is almost same as Business layer? is this true? I am working on some internal project.. ...
1
vote
0answers
55 views

Can we use DAOs directly in controller instead of business layer objects?

I am not just getting one thing.. I am working on some internal project.. (java/spring/hibernate). Iam using dao layer, presentaion layer.. Is that necessary to use Business layer in my app? The ...
0
votes
0answers
123 views

How to use BLL + DAL in MVVM [closed]

Question How do i use the 3-Tier architecture in combination with MVVM as N-Tier? stumbling Suggestion How i thing it should be looks like after reading many posts: View knows the ViewModel ...
2
votes
2answers
89 views

How to express domain logic in a domain class?

I'm trying to port a years old MS Access app with spaghetti VBA code to C# and OOP, and I'm struggling to find the best way to put domain logic in my domain classes. I'll use a Country class as a ...
6
votes
2answers
918 views

ASP.NET MVC Business Logic in Domain Model vs Service Layer

I have been reading about where to put business logic in ASP.NET MVC Project for a while and I still can't make some things clear. 1 - Domain models. What are these really? In my Model folder I have ...
0
votes
1answer
37 views

Filtered results by params

I'm learning Rails and trying to do this the right way, but I've struggled mightily finding a solution. I have a long list of sports rankings in my Ranking model that I'm trying to manipulate based ...
0
votes
1answer
95 views

Use workflow Business logic layer

I use visual studio 2012 and want to use the MVVM design pattern in my application. I'm looking for documents, books and samples to help me to use workflow in the business logic layer of my ...
0
votes
1answer
64 views

Where to put the business logic in a magento module for an email form?

I'm new to magento and I'm trying to create a module for an email form. In classic MVC I would send the request to the Controller, but in Magento a controller is only responsible for one URL. So ...
0
votes
3answers
187 views

Where do I put my business logic in Laravel 4

In Laravel 3.2 I created a business logic namespace (folder) inside the application folder. Then I used the Autoloader to register the new namespace. I want to do the same in Laravel 4 - I want to ...
0
votes
0answers
75 views

xsd should represent my database schema or business logic?

I am designing my xsd's and also I am trying to generate the business logic code from XSD. I have a used case where I need to represent relation between Roles and Claims table which has actually M:N ...
1
vote
1answer
157 views

creating JSP-based application with java classes (business logic) [closed]

I have a Web Application developed inside NetBeans. It uses no frameworks at the moment, there are just some JSP pages. I would like to add some business logic, i.e. some Java classes that would ...
0
votes
0answers
70 views

Ruby on Rails, pre-condition select

Here is my problem. My business logic consists of Factories and Workers. Now in the application, a user may intend to create a Worker. In that case, they would have to select the state of the ...
1
vote
1answer
72 views

How can I formally express business rules involving foreign key values?

I have a number of business rules I would like to develop a formal means of expression for, so that I can e.g. create view model data annotation type attributes for these rules, or in some kind of ...
0
votes
1answer
140 views

ASP.NET n-tier application validation / business logic

I have a few quick questions about the use of the business logic layer in the average N-Tier architecture application. I am developing my final year university project, and using a web forms ...
2
votes
2answers
37 views

How do I name an object in the Business Layer that only does work? [closed]

I've looked around and haven't found anything specific to my question but that's partially because I'm unsure how to phrase it. I manage around 20 different C# .NET applications that all do ...
1
vote
1answer
87 views

How to handle business logic errors effectively?

Let's suppose we have some objects hierarchy built via composition. Is there any pattern to register business logic errors within inner objects and pass them to the upper objects ? I am just tired of ...
1
vote
1answer
56 views

Are database triggers the way to go with this business logic

I am currently implementing some "reports" in my application that aggregate a huge amount of information taken from the database : each cell of a table comes from the total of another table, for which ...
0
votes
2answers
58 views

Mapping increasing rank to decreasing but non-negative points

I need to create a business logic or php function to compute the following: given some input $rank (which is the alexa ranking) I need to compute some $points in such a way that $points will be high ...
0
votes
1answer
125 views

Deal with business logic for entities with inheritance in Symfony 2.1

I've read that business logic for entities should be in a separate class (service) instead of being inside an entity class. That sounds correct for me and no problem with it, but what happens when ...
0
votes
1answer
35 views

Address class for all countries

I am trying to develop global Address class for my global e-commerce project. It must be possible to construct different address forms for different address formats so I need global address class for ...
0
votes
1answer
91 views

Best practice for separating application logic

In my application Ive separated next levels of application logic: Utilities Application abstraction Simple/common implementation of the application abstraction (#2) Concrete application ...

1 2 3 4 5 9