The Orbeon Forms Blog
This is the Orbeon Forms blog. Stay up to date with the latest releases and new features of Orbeon Forms!
Sunday, Nov 5, 2006
Orbeon PresentationServer is now Orbeon Forms
We are glad to announce that Orbeon PresentationServer has a new name: Orbeon Forms. Renaming a product is not something to be taken lightly. However we feel that: Orbeon Forms better reflects the fact that forms have been the main focus of our development efforts over the last two years....
More
Saturday, Nov 4, 2006
Two Weeks of XForms: Modularization, PDF, Dialogs, Working Group, and More
Modularizing Forms. We modularized the DMV Forms example by creating an XForms model with data and behavior strictly related to the "DMV Change of Address" form, and putting the common functionality in a common model. This is a first step towards a more generic forms application that you will be...
More
Friday, Oct 27, 2006
XPath: When A != B is different from not(A = B)
Are you a genius? Of course you are! Then the same question written in XPath, you = genius, returns true(). In this case, you != genius must return false(). No rocket science here: if A = B return true() you expect A != B to return false(), and the other...
More
Tuesday, Oct 24, 2006
Orbeon at Solutions Linux - Solutions Open Source
We are glad to announce that we will talk about XForms and Ajax at Solutions Linux - Solutions Open Source in Paris. This will take place on Thursday, February 1, 2007 afternoon, in the "Web 2.0 - Towards an application-oriented web" ("Web 2.0: vers un web orienté applications") session. Here...
More
Saturday, Oct 21, 2006
A Week of XForms: REST, Performance, and More
REST and Resource Names. A few weeks ago we upgraded our DMV Forms example to access its pure XML (eXist) persistence layer through REST APIs. Creating a new document didn't work yet, because it was not clear how to easily create new identifiers for new documents. This is now fixed,...
More
Thursday, Oct 19, 2006
IntelliJ Hack: Faster Frame Activation
You have read about using IntelliJ as an XML editor on this blog before, and I would like to share a tip with those of you who are now using IntelliJ1. Yes, I do like IntelliJ, but I have to admit that it comes with its own set annoyances. In...
More
Friday, Oct 13, 2006
What Google Didn’t Do: A Wiki
While people are busy writing about what Google is doing or what they might do in the future, I would like to stop for a second and look at what they have not done. Google is pretty strong on collaboration tools: they have email (Gmail), chat (Google Talk), forums (Google...
More
Wednesday, Oct 11, 2006
eXist - A Solid XML Database
We have been shipping the eXist XML database with PresentationServer for quite some time now, but have only started using eXist on some of the "real-life" projects we are doing for our clients about 6 months ago. eXist is open source (under the LGPL license, the same license we use...
More
Tuesday, Oct 10, 2006
Professional Web 2.0 Programming: One Step Closer
We now have the latest cover of the book, scheduled to come out some time in November. From left to right: Eric, Danny, Erik, Joe, and Alex. You can already pre-order it at Amazon.com.
More
Thursday, Oct 5, 2006
First Public Working Draft of XProc XML Pipeline Language
The XML Processing Model Working Group at W3C, of which Orbeon is a member, has just released the first public working draft of the standard XML pipeline language tentatively named "XProc". Such a language was the missing link between many XML technologies, which makes this is an important milestone. At...
More