From: Jerry W. <si...@mt...> - 2002-04-17 15:49:37
|
Jean-Michel, Good Idea. Simper could then be used in other non-Servlet 2.3 (even standalone) applications. What would the interface look like? Some other To-Dos: - Rewrite IInet to read tables and queries from XML file(s). - Add a registerView method that would use a SQL SELECT thus allowing databases that do not support views to be used (e.g. mySQL). - Allow registration of tables from more than one connection. - Add additional data types. Jerry ----- Original Message ----- From: "Jean-Michel Garnier" <gar...@ya...> To: <sim...@li...> Sent: Wednesday, April 17, 2002 8:18 AM Subject: [Simper-Development] Refactoring the Simper class Hi, what do you think of refactoring the Simper class ? - to split up Simper class into a SimperFilter class (with only methods implemting Filter) and one Business class Simper with the others methods. So that you can use Simper even if you don't support for Servlet 2.3. - to transform inner classes TableInfo, QueryInfo and RelationIndo into normal classes. So that Simper class would be simpler to Jean-Michel ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran=E7ais ! Yahoo! Mail : http://fr.mail.yahoo.com _______________________________________________ Simper-Development mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simper-development |