• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MVC, J2EE, Performance question

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am developing a J2EE application which uses an infrastructure pretty like STRUTS:
there is a DispachServlet, it calls some action instances to handle requests.The
action objects do the job and send result in bean type to JSP pages.
The application server will be weblogic and Oracle will be the database server.Right
now we don't have plan to use more than one application server.
One thing I am not sure is the performance of this infrastructure:there will be estimated
5000 hits and there will be huge database queries/updates also.Does anyone know any
testing tools or source which can help me to get an idea about the performance?
I love java and the MVC model, but as for performance, I am not very optimistic.
Thanks,
Jerry
 
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
5000 hits total in the life of the project? Or per week; per day; per hour, per minute; per second; per millisecond; per nanosecond; per secula seculorum...
(The quote in Latin makes no sense in this context, BTW)
If performance is a problem stick with Java and MVC but get a FASTER computer
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic