How simple an app are you talking about? A handful of screens with very basic displays and CRUD ops? Heck, you might want to just go model-1 and be done with it. Or a very simple model-2 architecture (i.e., a single servlet where all requests go to which either delegates to some class for a given function or simply has all the functions' code in it). Depending on how simple it really is, one of those might be quite appropriate.
Of course, if there's *any* chance at all that it might be expanded in the future, those probably are not good answers. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Wed, November 9, 2005 2:15 pm, Ashish Kulkarni said: > Hi > i have to develop a simple web application for CRUD > > Ashish > > --- Larry Meadors <[EMAIL PROTECTED]> wrote: > >> That is like asking "If you were going to build a >> house, where would >> you build it?" >> >> Sooo many variables. >> >> I am currently working on an app that uses >> Spring+Struts+Tiles+iBATIS+Tomcat. >> >> Provide some more details on what the app will do, >> and you will get >> more accurate answers. >> >> Larry >> >> >> On 11/9/05, Ashish Kulkarni >> <[EMAIL PROTECTED]> wrote: >> > Hi >> > Suppose i have to develop a new web application >> > what are the best and latest techonlogies you >> > recommend to use. >> > >> > 1 Framework : struts,struts+shale,jsf,tapestry >> > 2 front end(jsp): AJAX with JSF tages or with JSTL >> > 3 database connection: ibatis, hibernate, object >> > relation dataase mapping >> > 4 business logic: EJB, spring or something else >> > >> > >> > Ashish >> > >> > >> > >> > >> > __________________________________ >> > Yahoo! Mail - PC Magazine Editors' Choice 2005 >> > http://mail.yahoo.com >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: >> [EMAIL PROTECTED] >> > For additional commands, e-mail: >> [EMAIL PROTECTED] >> > >> > >> >> > --------------------------------------------------------------------- >> To unsubscribe, e-mail: >> [EMAIL PROTECTED] >> For additional commands, e-mail: >> [EMAIL PROTECTED] >> >> > > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]