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

Dont know what to use

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi everyone,

I am about to ask a massive question?

I am embarking on buiulding a web site and was wondering if someone could point me in the right direction.

The site has to perform well, has to be scallable and must be hosted on tomcat i.e. not a J2EE application server.

So far i have a presentation layer, business logic layer, integration layer and an oracle database. For the integration layer i have used Data Access Objects to communicate with the business logic layer and then hibernate communicates with the database.

My question is what technologies should i use to build the presentation layer and business logic layer so that the system scales and performs.
I.e. should i use jsp and servlets, JSF, Struts, Spring.

I am very worried that JSF runs slowly and will impact the performance.
I know this is a big question and can come down to preference. But i know there must be a good solution performance and scallability wise.

So what technologies are recommended for the presentation and business logic layer?

Thankyou so much for your help.

Cheers patrick

Oh and i have posted this in JSP and Spring framework aswell as i wasnt sure where it should go as its quite general.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place.
    Bookmark Topic Watch Topic
  • New Topic