Slashdot Mirror


User: David_Reno

David_Reno's activity in the archive.

Stories
0
Comments
8
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8

  1. Re:Plone on A Simple, Family-Oriented CMS? · · Score: 1

    Tried it, too complex (feature rich) for less savvy family members.

  2. http://www.futurequest.net/ on What Are the Best Web and Email Hosts? · · Score: 1

    I've been very happy with http://www.futurequest.net/

    They have great technical faqs (http://www.aota.net/) giving all the details that you need to make your services work.

    I've since transitioned to my own server, but I recommend futurequest to those that ask.

  3. Re:North Korean paper doesn't get it. on North Korea Angered Over Ghost Recon 2 · · Score: 1

    In reality most Americans couldn't find North Korea on a map and never give the country a moment's thought.

    The same could have been said of Iraq.

  4. Re:PL/SQL on Where Does the Business Logic Belong? · · Score: 4, Insightful

    I don't see how putting business rules into the database limits accessability to them. Enterprise applications have database connectors/adapters.

    How is a business rule in an application cleaner and "API-like"? Do you mean creating a library (e.g. perl module) of routines that implement policy? How is that "cleaner" than calling a stored procedure in a package? Have you used stored procedures and databases as back ends to applications?

    Regarding your last paragraph, that's the whole reason why this topic is here. Everyone knows not to build business rules into the interface. The question is where to put them instead. That's what we are discussing here.

    If I can boil down your post, I think you are saying that you prefer coding business logic in a library of a particular language. What language?

  5. Re:PL/SQL on Where Does the Business Logic Belong? · · Score: 2, Insightful

    I should clarify my above point, definitely don't put business logic into the presentation layer of the application.

  6. PL/SQL on Where Does the Business Logic Belong? · · Score: 2, Interesting

    In general, I would put it into the place that is easiest to maintain. I've put it into stored procedures and views in the past. SQL is relatively portable as are stored procedures due to their conciseness.

    Definately don't put it into the application.

  7. futurequest on Finding Decent Unix Server Hosting? · · Score: 1

    I've been very happy w/ Futurequest

  8. can't mount root? on Redhat 5.2 2.2-Kernel Update · · Score: 1

    I upgraded 5.2 with all packages suggested on www.linuxhq.com. After recompiling kernel 2.2.1 I get VFS error message "can't mount root filesystem". Has anyone else had this problem?