RE: [JSPDBAdmin-Developers] [TODO]
Status: Planning
Brought to you by:
aalmenar
From: RamanaJV <ram...@es...> - 2002-08-09 11:39:06
|
Initial package structure: *************************** The initial package structure I propose is org.jspdbadmin.<database> ( For now, we have oracle and mysql. Here come the database specific classes.) org.jspdbadmin ( Here go the mediator classes) org.jspdbadmin.utils (Here go the helper/utility classes) One question my side is why the classes OracleDataSource MySQLDataSource extend DataSource? What is the logic behind it? I think DataSource implementors are database vendors. Correct me if I'm wrong. Adrian, can I request you to draft a notes containing the purposes that we are going to achieve. We can start with some initial steps. We can always add more. Ramana. -----Original Message----- From: Adrian Almenar [mailto:aal...@ca...] Sent: Friday, August 09, 2002 6:02 AM To: jsp...@li... Subject: Re: [JSPDBAdmin-Developers] [TODO] > TODO should actually talk about: > * The JSP page(s) used to administer the database(s) I think we should struts, its not complicated and it offers and MVC model that its easy to handle. but i think this is not critical right now. First we need an API to make it work with JSP pages, i dont want SQL or things that can go in classes inside the JSP's cause this makes the code hard to maintain. > * Initial package structure and justification Lets start with org.jspdbadmin.*. You agree with this ? > * The database specific (DBS) classes and the relative package > * The mediator classes that exist between JSP's and the DBS classes About this i was thinking this. Main class ----- Interface ----- Implementation class The interface its going to be configurated with a class with a properties or with an XML file to tell what implementation to access. > > Expanding these, becomes the basic plan. Add more likely. > > Ramana. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JSPDBAdmin-Developers mailing list JSP...@li... https://lists.sourceforge.net/lists/listinfo/jspdbadmin-developers |