aspose file tools
The moose likes Java in General and the fly likes Whats the best? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply locked New topic
Author

Whats the best?

Patrick McDonogh
Ranch Hand

Joined: Oct 13, 2005
Posts: 89
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 finally found the right place to ask.
This site is so good i love it
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56173
    
  13

Please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Whats the best?
 
Similar Threads
Three or 4 Tier?
What should i use
Technology choice
Dont know what to use
jsf_book_recomendation