We are trying to determine whether we should be using Adobe LiveCycle
forms for our user input pages, or use a web input form (jsf) that is
part of the application server. The data captured would then be rendered
in multiple output forms. (printing, etc) We've proofed that it can be
done, but our experience so far is that to achieve the complex business
rules, validations and calculations, there is a lot of javascript code
to write. Has there been any industry assessment or best practices on
det...