> Why is this, and where are the "modern" Java web frameworks that don't try
> to reinvent the concept of a website?

What a framework like Wicket tries to do is provide a programming
model that mimics programming like you would do for a desktop UI app.
Why? Because the model is much better suited for the kind of
applications many users are building nowadays.

Of course, if you are really just developing a document oriented web
site with just a couple of forms and not much else, this may be
overkill. Much like JPA/ Hibernate/ JDO are overkil when you have a
simple data model. But you'd be a minority, given the attention 'rich'
user interfaces over the web get nowadays.

Eelco

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to