> -----Original Message----- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: February 14, 2005 8:20 AM > To: user@struts.apache.org > Subject: RE: Validation Strategies? > > > Being a former DBA > I would wonder if this design would adhere to > First Normal > Second Normal > Third Normal > > In other words if the Data lives in 2 places what happens > when one data item > is updated but the 2nd data item is not updated and the > representation of > data is for the moment out of synch > > Something to think about, > > Thanks, > Martin Gainty
Martin, > Third Normal >From the chapter on Normalization in some very large book about Oracle: "No non-trivial system will ever exist using 3rd normal form." :) I share your concerns about the data living in multiple places. However, the users want direct feedback about validation errors... Not just the error message, but some visual feedback as well - a link that places them in the offending field, or some highlighting around the field. The problem is that our validation logic has no knowledge of the visual layer (which is what we want), and our visual layer can be either a Swing GUI or a web page. An error message that makes perfect sense in the web world may not in the Swing GUI and vice versa. Thanks! Dave Rooney Secure Systems Development [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]