My last 3 projects have all used Struts, though concurrent users was quite low on all. Here's my order of progression:
June 2001-October 2001: EJB, RowSets (made or own RowSet implementation) January 2002-December 2002: Custom DAO to populate VO - based on Generator (http://home.earthlink.net/~dwinterfeldt/generator/) October 2002-present: Hibernate and lovin' it. I might be inclined to use EJBs if I were developing a site with 10,000 transactions per second though - and I'd probably get off Tomcat ;-) Matt > -----Original Message----- > From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 11:16 AM > To: [EMAIL PROTECTED] > Subject: OT: Yet another Persistence Survey > > > I am curious as to what is popular and working in larger > production sites > (as opposed to still in development, or like less than 200 concurent > users, or not working well in production or a theory as to what might > work well) > for persistence: > > A. Hibernate > B. Castor > C. Roll Your Own Beans/ Custom DAO (RowSet or ResultSet) with no > OMG or O/R > D. Ibatis > E. One of http://db.apache.org (please specify which) _____________ > F. EJB > G. Other OMG or O/R : __________ > H: Other SQL based (not OMG or O/R) : ________ > > - - - - > Answer: > > > > > If a bunch of people can respond about what is in production and > working, it be real nice, please vote multiple times for > each, I would > like to see popularity. > > > Tia, > .V > > > > --------------------------------------------------------------------- > 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]

