Quick to develop web app in Java

Posted by Mike Q on Stack Overflow See other posts from Stack Overflow or by Mike Q
Published on 2010-05-24T22:23:08Z Indexed on 2010/05/24 22:31 UTC
Read the original article Hit count: 161

Filed under:
|
|
|

Hi all,

I need to develop a basic web app very quickly (1 week) for a demo.

My requirements are

  • Java (I need to make use of existing Java libraries to access the relevant data)
  • 2 screens
  • One for static data view, maybe some search parameters
  • Other for basic form entry
  • No fancy AJAX required
  • Ideally easy for a web designer to come in and tart it up as necessary, without having to rewrite everything

My first stop was going to be to checkout Wicket as I've heard good things about it. I don't have the time right now to dive into anything heavy, which probably writes off JSF in my mind (I played with JSF1, steep learning curve which I've now slid back down).

I'm happy to treat the result as throwaway so if there's a framework which starts of well but then doesn't scale up to bigger projects, that would be ok.

Any suggestions appreciated on frameworks/approach.

© Stack Overflow or respective owner

Related posts about java

Related posts about web-development