1 Reply Latest reply on May 18, 2006 3:34 AM by bhupendra.yaduvenshi

    fast data access

    wizumwalt

      Hey all, what's the best way to go about doing a web app that has about 40 web pages that are all database driven. I've got experience doing ejb's, but that was a while ago and I've been working in other fields. Now I'm back doing web apps and wondering what I should look into that would be good for speed as I expect lots of concurrent users and each page will hit the database.

      Any help much appreciated.

        • 1. Re: fast data access
          bhupendra.yaduvenshi

          Always remenber in case of normal data fetching is slow.Whenver u write DAO for fetching data prefered the cmp & cmr for data fetching I am not sured abt BMP but Both of CMP & cmr gives to the 60% performance increasing.

          Bhupendra