It is possible that one could change persistence later. Been there done that, got the T -Shirt.
There is JDO, Jakarta ORB, my own DAORowSet, Simper, EJB, etc. etc. Now, so that I can change persistance, my bean calls the persistance via an very simple interface and via the interface only!. Here is my http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/basicportal/basicPortal_07/src/org/commons/DAO/BasicDAO.java?rev=1.2&content-type=text/vnd.viewcvs-markup goal is that any persistance could do this at least. (I wish Struts had a non implemented persistance interface) This way I am able to switch. .V Adam Sherman wrote: > Galbreath, Mark wrote: > >> Isn't that always the case? :-( > > > No kidding, putting a ton of work into something only to realize that > that "other" tool could have done most of it for you is *very* unpleasant. > > A. > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

