-5
votes
1answer
91 views

How to optimize this Java Code? [closed]

I have this huge code which is used to generate chart several categories with Primefaces. How I can optimize this source. Now I get this error when I run the code: ...
2
votes
2answers
202 views

Web application (Spring, JSF) forks, how to reuse existing code for subprojects?

my question is going to be somewhat philosophical and "architectural oriented" so bear with me. Right now we have existing Java web application built on top of Spring and JSF(facelets) with maven. ...
1
vote
2answers
363 views

Record management system java web framework

We're currently reconsidering technologies and frameworks to get more agile with "simple" RMS CRUD-based projects. In short, short-living things like this Right now we have a custom extension on top ...
3
votes
1answer
348 views

JSF best practice for binding UI components to backing bean?

In JSF is it ok to bind UI components to backing bean just to render messages or we should only bind when we need to do lot more than just rendering messages?