From owner-freebsd-questions Tue Sep 19 8:42:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 82FEF37B43F for ; Tue, 19 Sep 2000 08:42:32 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id UAA10283; Tue, 19 Sep 2000 20:00:03 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e8JFft308521; Tue, 19 Sep 2000 19:41:55 +0400 Date: Tue, 19 Sep 2000 19:41:55 +0400 From: Igor Roboul To: Shawn Kelly Cc: FreeBSD questions Subject: Re: Programming Model Message-ID: <20000919194154.A8478@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: Shawn Kelly , FreeBSD questions References: <20000919142017.6953.qmail@web5105.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20000919142017.6953.qmail@web5105.mail.yahoo.com>; from kellysm_2k@yahoo.com on Tue, Sep 19, 2000 at 07:20:17AM -0700 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 19, 2000 at 07:20:17AM -0700, Shawn Kelly wrote: > > In the world of Microsoft Windows I beleive the following is recommended for web based applications: > > Place business rules into COM objects on the web server > The Web Client should just be used for the UI > > What is the best model for the FreeBSD world and where can I find more information about it? Place business rules as near to business data as possible. Ie into SQL database, place application logic into server side (CGI,Servlet or ...) Use Web Client as user interface, as simple user interface. But this is my opinion -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message