Re: Frontbase and WebObjects
Re: Frontbase and WebObjects
- Subject: Re: Frontbase and WebObjects
- From: Arturo PĂ©rez <email@hidden>
- Date: Thu, 6 Nov 2003 22:48:54 -0500
On Nov 6, 2003, at 12:10 PM, Bob McCormick wrote:
Hi All,
Am wondering what others have determined is the best way to develop
with Frontbase and WebObjects. I've always used Stored Procedures in
times past, now that I'm coming up to speed with WO, I see that this
tool allows several different ways to fetch data including the use of
Cache.
This is strictly my opinion. That is, I don't have any experience one
way or the other to back this up (well only a little).
Try to write your app in such a way that you never need to be aware
of the database. In other words, try to avoid using any of the fetch
APIs.
Get all your data through relationship traversals and in-memory
filtering.
Of course, sometimes the database is the only way to do things. But if
you
really on the database too much then you're missing out on a lot of
what EOF
offers. Stored procedures would be an example of relying on the RDBMS
too much.
-------
WebObjects in Philadelphia. You want a cheesesteak with that?
Visit http://webobjects.meetup.com
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.