• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Struts vs. JavaServer Faces vs. other?

 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I haven't played in the Java web application space in a couple of years and wanted to get an opinions on best framework for the following application we're planning to write:

1. Porting from old DOS-like menu-based application to web app hosted on a J2EE app server.
2. Very simple interface for internal users. No fancy graphic design required. No complicated, multi-screen workflows
3. Print some reports to web browser in simple tabular format.
4. Execute simple actions, like looking up the price and stats, given an item number, or voiding a transaction given transaction number, etc.
5. ***Should have good security because application will be hosted on server with some sensitive data. That is, the framework should not have fundamental security flaws that are hard to work around.

I've used both Struts and JSF, and I'm inclined towards JSF because I think it does a clean job of producing a simple interfaces, but have two questions:

1. Are there any security issues I should be aware of? I.e. Is JSF to web apps as 'telnet' is to UNIX? Or whatever?
2. Are there any other Java-based technologies for MVC web-apps that have arisen since my last foray into this field, that I should be aware of and investigate?

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic