On Fri, Oct 13, Jason Newmoyer wrote: > As far as validation, I would look to do as much as possible from the > client side. Even if that means calling a simple web service that you > provide yourself that can respond with yes/no and error message. It usually > results in a better UX this way.
While client side validation is nice for the UX, server side validation is obviously indispensible prior to a data update. Depending on how expensive validation is, you can then consider making it available as a web service that you can _also_ call from the client. /Kristian ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
