• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Architecture what would you do?

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks,
We have a web application that is currently almost all written in xml.
We don't know how many concurrent users it will have, we are sure that there will be some but we are not sure how many. We want to keep separation of presentation layer and business layer.
My suggestion is that we use a JSP front end with a front controller and dispatcher to connect to the business layer. Tomcat will be the application server. We are going to use freeware for the persistence level and probably access the db with DAO's. This is not going to be a J2EE business layer- just java classes all implemented on one machine. Development Speed is of the essence. What would you recommend???
Should we use struts or is the learning curve too great?

Thanks,
Noel
 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using struts with STXX , for exactly what you described , ie XML ,with MVC , itis certainly some thing I would recommend .By the way you might want to post this somewhere more tuned to this topic .
 
Ranch Hand
Posts: 1066
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by k .p.thottam:
I am using struts with STXX , for exactly what you described , ie XML ,with MVC , itis certainly some thing I would recommend .


K.P,
I am a bit curious to about your use of XML with MVC :roll:
Can you explain ur architecture for me, please...
 
This tiny ad is suggesting that maybe she should go play in traffic.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic