Re: [JSPDBAdmin-Developers] [TODO]
Status: Planning
Brought to you by:
aalmenar
From: Adrian A. <aal...@ca...> - 2002-08-09 00:31:48
|
> 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. |