JFW is a framework/library complement for your Struts based applications.
JFW is a Java framework and library that simplifies the creation of web based Java applications. What it offers to the programmers is an architecture multi layer and MVC, this last one based on Struts, and utilities classes. http://jfwprj.sourceforge.net/

ps. more than 100 downloads and no suggestions? come on guys i need your feedbacks.

4 Comments

  1. more than 100 downloads and no suggestions? come on guys i need your feedbacks.

    1. I'd suggest adding more of a description, since it's not clear to me (even after looking at the home page) what JFW does. I'd also suggest making the project's homepage say that making web application programming simpler is possible--if it's impossible that means it can't be made simpler.

      1. Thanks Dave.
        Any suggestion on how to make more clear that JFW offers all the thinks (like connection pools, logging management and other utilities classes) that not offered by Struts?

        1. Not really. For me personally it looks like a tough sell (for example, my logging is handled by either Commons-logging or SLF4J, my connection pool is set up by my Hibernate/Spring config, etc.) so your best bet is to focus on the immediate needs that are met, what precisely your plugin does, and so on.