> From: Symeon Breen >...you can just use it to call a sub and the sub does >all the work and returns the data that you need (a >quick in and out), or you can do all the file and >record manipulation in the java layer....
One of my recent blogs focused on that concept: remove.thisNebula-RnD.com/blog/tech/mv/2011/02/mv-patterns1.html Snips from that blog: "The question is, do you go all the way to the DBMS...? ...My answer is to give my clients greater ability to maintain their own code. So I am tending toward ... (giving BASIC in the DBMS more responsibilities), which results in a run-time performance hit, but puts all control into a familiar and easy to change location for my clients." The blog uses .NET as the example, but coding in any OOP language is exactly the same in terms of patterns, and Java/C# syntax is almost exactly the same. HTH Latest blog titled "Not going to Spectrum because. ?" Comments welcome. Tony Gravagno Nebula Research and Development TG@ remove.pleaseNebula-RnD.com remove.pleaseNebula-RnD.com/blog Visit PickWiki.com! Contribute! http://Twitter.com/TonyGravagno _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
