Re: Designing Batch List entries

2007-03-26 Thread Chuck Hill
On Mar 23, 2007, at 12:53 PM, Ted Archibald wrote: Hi, I'm developing a series of internal applications that focus on bookkeeping and accounting. Using webobjects how would one one design a simple app for batch entries similar to what one would do in Excel? These entries could be anywhe

Re: Designing Batch List entries

2007-03-23 Thread Guido Neitzer
On 23.03.2007, at 13:53, Ted Archibald wrote: From my testing, if you created 200-500 empty Payment EOs, the app takes a substantial amount of time to set each object up in memory. If you create them only in memory, it should be pretty fast. If you write them to the database, make sure, you

Designing Batch List entries

2007-03-23 Thread Ted Archibald
Hi, I'm developing a series of internal applications that focus on bookkeeping and accounting. Using webobjects how would one one design a simple app for batch entries similar to what one would do in Excel? These entries could be anywhere from 5 per batch up to 200 per batch. Data entry could b