Conversion « Database « Spring Q&A





1. Conversion of bytes into a type without changing the application (ie storing the conversion method in DB) with Spring 3.0    stackoverflow.com

Is there a way to store a conversion strategy (for converting some bytes) into a database and then execute it on the run time. If one were to store a complete java ...