Business logic layer - what to use?

Collins Richey erichey2
Mon May 17 11:58:37 PDT 2004


On Sat, 24 Jan 2004 20:11:59 -0600
Michael Hipp <Michael at Hipp.com> wrote:

> I've got a shot at a job to create a fairly sophisticated vertical app 
> for a client. Backend will probably be several Postgresql databases. 
> Client side will likely be a custom gui app written in C++ with 
> wxWindows (mix of Linux & Windows clients).
> 
> What I'm struggling with is what to program the "business logic" in?
> 
> Like any transaction-oriented app, there will be lots of data validation 
> and cross-checking before committing anything into the db. But writing 
> this in something like C++ gives me the creeps.
> 
> Suggestions?

Where and how is this business logic going to run - on Apache?  If so, PHP would be a good choice; object oriented but easier to understand (IMO).

-- 
Collins - Denver Area - 
Gentoo stable kernel 2.6.2-rc1


More information about the Linux-users mailing list