I need to develop a basic web application very quickly (1 week) for demonstration.
My requirements
- Java (I need to use existing Java libraries to access relevant data)
- 2 screens
- One for static presentation of data, possibly some search parameters
- Other for entering the main form
- Optional AJAX not required
- Ideally easy for a web designer to log in and drag him in as needed, without rewriting everything.
My first stop was to check the gate, as I heard good things about it. I don’t have time right now to plunge into something heavy, which probably writes JSF in my head (I played with JSF1, a steep learning curve that I have now shifted).
I am happy to consider the result as an outlier, so if there is a foundation that starts well, but then does not scale to large projects, this will be fine.
Any suggestions judged by the framework / approach.
source
share