After what seems like many a year, the W3C has announced the release of the "recommendation" for XForms 1.0. This represents "the final step in acceptance and publishing of the standard". Microsoft will be releasing InfoPath next week, which brings XML to the office suite. Adobe is helping to bring XML to PDF, and other companies are joining in too.
Will developers start developing with XForms? Or will we be using good ole basic HTML forms, no matter how limiting?
Read E-forms standard finalized
-
XForms 1.0 Finalized (12 messages)
- Posted by: Dion Almaer
- Posted on: October 15 2003 15:29 EDT
Threaded Messages (12)
- Clients/Viewers? by Paul Danckaert on October 15 2003 15:46 EDT
- XForms Implementations by Jay K on October 15 2003 17:58 EDT
- Clients/Viewers? by Brian Miller on October 16 2003 01:13 EDT
- Clients/Viewers? Yes: OXF by Alessandro Vernet on October 16 2003 02:06 EDT
- Novell's Xforms tools by Rik Van Bruggen on October 16 2003 02:29 EDT
- XForms Books @ XUL Alliance Bookshelf by Gerald Bauer on October 16 2003 02:29 EDT
- XForms support - or not... by Karl Banke on October 16 2003 04:11 EDT
- XForms 1.0 Finalized by Andrey Skvortsov on October 16 2003 06:54 EDT
- Presentation Tech dependent? by Markus Blumrich on October 16 2003 12:25 EDT
- Presentation Tech dependent? by Alessandro Vernet on October 16 2003 19:02 EDT
- Presentation Tech dependent? by Brian Miller on October 17 2003 12:46 EDT
- Presentation Tech dependent? by Alessandro Vernet on October 16 2003 19:02 EDT
- Servlet Support? by Michael Azzi on October 16 2003 16:03 EDT
-
Clients/Viewers?[ Go to top ]
- Posted by: Paul Danckaert
- Posted on: October 15 2003 15:46 EDT
- in response to Dion Almaer
I thought about using XForms recently, but the lack of clients or viewers is a problem. At one point Mozilla talked about adding XForms viewers, but I don't think it went anywhere. Are there reasonable clients, browswer plugins, or anything to use this reasonably? -
XForms Implementations[ Go to top ]
- Posted by: Jay K
- Posted on: October 15 2003 17:58 EDT
- in response to Paul Danckaert
Here is the link to list of implementations on W3C. There are some plugins for IE and there is a pending Bug request for Mozilla.
http://www.w3.org/MarkUp/Forms/
I guess this is what you wanted to know. Correct me if I am wrong.
-----------------------------------------
http://JavaRSS.com
Just one bookmark - for all java related news, articles and blogs.
----------------------------------------- -
Clients/Viewers?[ Go to top ]
- Posted by: Brian Miller
- Posted on: October 16 2003 01:13 EDT
- in response to Paul Danckaert
Are there reasonable clients, browswer plugins, or anything to use this reasonably?
Ten Favorite XForms Engines -
Clients/Viewers? Yes: OXF[ Go to top ]
- Posted by: Alessandro Vernet
- Posted on: October 16 2003 02:06 EDT
- in response to Paul Danckaert
XForms is supported in the OXF XML platform (http://www.orbeon.com/oxf/).
The approach in OXF is to let the application developer describe the form with XForms, and have OXF automatically convert this description into straight HTML. Then the end user fills the HTML form, submits it, and from the submitted data OXF creates an XML document (the XForms instance) that can be used by the application. More on this in the OXF documentation:
http://www.orbeon.com/oxf/doc/processors-xforms -
Novell's Xforms tools[ Go to top ]
- Posted by: Rik Van Bruggen
- Posted on: October 16 2003 02:29 EDT
- in response to Paul Danckaert
<obvious advertorial>
Novell is coming out with some great Xforms based development tools which allow you to generate Xforms views in a visual way (true drag 'n drop development) and deploy them as a JSR 168 portlet onto Novell's exteNd Director portal product, which supports the Novell, BEA, and IBM appservers...
Take a look at http://beta.novell.com/public.jsp to get access to the public beta software. Download the installer (395MB - ouch), run setup, go for a cup of coffee, and 20 minutes later it's all rocking and rolling ;-) ...
Cheers
Rik Van Bruggen
Novell Inc.
</obvious advertorial> -
XForms Books @ XUL Alliance Bookshelf[ Go to top ]
- Posted by: Gerald Bauer
- Posted on: October 16 2003 02:29 EDT
- in response to Dion Almaer
If you're interested in reading up on XForms, I've put together a XForms Bookshelf over at the XUL Alliance site. See http://xul.sourceforge.net/books.html#xforms for details.
- Gerald -
XForms support - or not...[ Go to top ]
- Posted by: Karl Banke
- Posted on: October 16 2003 04:11 EDT
- in response to Dion Almaer
I am quite puzzled by some of the postings that claim to "support"
XForms. From what I see, they only support XForms as a development
time representation. So what? That I am free to move between development
tools may be the only benefit, if any. This might enable "web agencies"
to provide XForms GUIs instead of the usual Javascript stuff they did
up til now. That of course requires that a generator is available to the
actual platform - most likely not plain html but another UI framework
system,like JSF, .NET etc.
If on the other hand, I am developing the drag-and-drop way, plain
and simple, I do not care if the representation is XForms, JSP Taglibs,
.NET componentents etc. -
XForms 1.0 Finalized[ Go to top ]
- Posted by: Andrey Skvortsov
- Posted on: October 16 2003 06:54 EDT
- in response to Dion Almaer
What are they talking about?
InfoPath is RTM is long time ago but
it's not XForms compatible and using IE behaviors based approach=
custom microsoft solution for xml edit/validation/presentation(through xsl). -
Presentation Tech dependent?[ Go to top ]
- Posted by: Markus Blumrich
- Posted on: October 16 2003 12:25 EDT
- in response to Dion Almaer
I am not familiar with XForms, though I tried to look into it about a year ago... can someone tell me - is it intended for Web Browser presented forms only, or is it presentation technology independent?
Does XForms include a standard for persisting form submissions etc etc?
cheers,
Markus -
Presentation Tech dependent?[ Go to top ]
- Posted by: Alessandro Vernet
- Posted on: October 16 2003 19:02 EDT
- in response to Markus Blumrich
XForms is used in the upcoming XHTML 2.0, but it has been designed so it could be used in other markup languages. Future browsers are expected to understand XForms natively, as they support XHTML 2.0. But as XForms is not purely tied to XHTML 2.0, right now server-side XForms processors are available and applications targeting current browser are built today with XForms.
Alex -
Presentation Tech dependent?[ Go to top ]
- Posted by: Brian Miller
- Posted on: October 17 2003 12:46 EDT
- in response to Alessandro Vernet
Future browsers are expected to understand XForms natively, as they support XHTML 2.0.
I expect the same with SVG: "The charter of the SVG Working Group includes determining how to combine XForms and SVG." -
Servlet Support?[ Go to top ]
- Posted by: Michael Azzi
- Posted on: October 16 2003 16:03 EDT
- in response to Dion Almaer
Does anybody know whether, or should the Servlet spec will be updated to support XForms? And I don't mean generating XForms based forms, I mean on the return trip, when XForms instances are being submitted as XML documents. The good old getParam() methods that worked well for name/value pair fields won't be too much help here. Does it make sense to integrate something like XPATH into the Servlets API, or use something like JAXB, or both, or none of the above?