Note that there are some explanatory texts on larger screens.

plurals
  1. POFrameworks for developing a web UI on Linux (preferably with Java)
    primarykey
    data
    text
    <p>I'm asking this question because I'm having some difficulty choosing a framework (or selection of technologies) that I can learn and use for developing a web-based UI for a small Java application:<br> For background information relating to the app I'm developing please read <a href="https://stackoverflow.com/questions/1540942/developing-a-java-trading-application-do-patterns-frameworks-exist-for-defining">this question</a>: </p> <p>So, developing the Java application is going ok and now I'm in a position where I would like to develop a web-base UI for it.<br> The application and database (MySQL) currently run on a Debian Linux box, as such I've decided that it would sense to use Tomcat to run the Web App. The Web App is to serve the following purposes:<br> 1. Manage the execution of the App by CRUDing data from the MYSQL database.<br> 2. Display status information about the app (i.e. what orders it's placed, what orders are pending, etc.)<br> 3. Produce on demand reports on stuff like the running profit and loss, historic and realtime prices and pricing analytics</p> <p>So far so good now here's the problem: There are a bewildering number of choices for how to develop the UI, to name a few I've looked at:<br> JSPs + <a href="http://static.springsource.org/docs/Spring-MVC-step-by-step/" rel="nofollow noreferrer">Spring MVC</a><br> JSPs + <a href="http://www.springsource.org/webflow" rel="nofollow noreferrer">Sping WebFlow</a><br> JSPs + <a href="https://www.ibm.com/developerworks/java/library/j-facelets/" rel="nofollow noreferrer">JSF + Facelets</a><br> <a href="http://wicket.apache.org/" rel="nofollow noreferrer">Wicket</a><br> JSPs + <a href="http://java.sun.com/products/jsp/jstl/" rel="nofollow noreferrer">JSTL</a> </p> <p>etc, etc... The choices seem endless. Is there's a clear industry standard for developing web based UIs using Java related technologies? If so what is it? Ideally I would like to learn a framework which I can use in the majority of real world jobs (and preferably one which can be used from Eclipse). </p> <p>Thanks and Kind Regards </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload