Business logic layer - what to use?

Bill Campbell linux-sxs
Mon May 17 11:58:38 PDT 2004


On Sat, Jan 24, 2004, Michael Hipp wrote:
>Collins Richey wrote:
>>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).
>
>The business logic will run on the Linux server atop the Postgresql 
>databases. The gui clients written in c++ will connect to it via 
>network. It isn't web-based.

One of the main reasons to run postgresql is the ability to incorporate the
business rules in stored procedures and triggers so each client doesn't
have to deal with them.  These procedures can be written in several
languages including postgressql's procedural SQL, C, and C++.

Bill
--
INTERNET:   bill at Celestial.COM  Bill Campbell; Celestial Software LLC
UUCP:               camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:            (206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

Those who profess to favor freedom, and yet depreciate agitation, are
men who want rain without thunder and lightning.  They want the ocean
without the roar of its many waters.
                -- Frederick Douglass


More information about the Linux-users mailing list