Hello,
we are thinking of using Orbeon without the page flow engine and embed our XForms in JSP because of our developers skill sets. Your site says this is experimental. Can you develop? In what ways? Another question, which servlets are necessary if we do not want to use the page controller (but another web framework)? Thanks for your help, Xavier -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Xavier,
> we are thinking of using Orbeon without the page flow engine and > embed our XForms in JSP because of our developers skill sets. Your > site says this is experimental. Can you develop? In what ways? What we have now works well. The idea is to use a Servlet filter that parses and applies XForms processing on the output of a JSP placed under /xforms-jsp. (Of course you can configure this as you wish.) But it is experimental in that we have not fully refined an architecture around JSP and XForms. Should we favor the filter approach, or also develop an approach based on Servlet forwarding? Or both? Should we recommend that JSP pages produce entire XHTML+XForms pages, or should we instead recommend that you write static XHTML+XForms pages but that JSP produce XForms instances used for XForms pages initialiation (better for performance)? Or both? Etc. Also, we do not really want to overly push in the direction of JSP, as sure, that is a useful technology, but the reach of XForms goes beyond the Java platform and we really don't want to hint that you have to know Java or JSP to use XForms with OPS. And in fact you don't: you can deploy your static XForms pages in OPS, or consume dynamically produced pages produced by scripting languages such as PHP, and of course perform XForms submissions to services written in any language. The bottom line at this point we do not have much experience using XForms with JSP, and we welcome your feedback in this area! > Another question, which servlets are necessary if we do not want to > use the page controller (but another web framework)? You will need ops-main-filter and ops-xforms-server-servlet. For reference we have basic preliminary documentation here, which you have probably seen: http://www.orbeon.com/ops/doc/integration-xforms-jsp -Erik -- Orbeon - XForms Everywhere: http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |