Form Builder Functionality

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Form Builder Functionality

roberto.onnis

Hi all, I'm using orbeon forms to see if it fits the requirements of my
company.
I have used the form builder to create some simple forms and it seems that
this functionality doesn't create xml and xhtml files but all the structures
are saved and stored in /WEB-INF/exist-data/ binary files. Is it true? Am I
doing something wrong?
Thanks in advance
Roberto


--
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
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Form Builder Functionality

Hank Ratzesberger

Hi Roberto,

The binary files in the exist-data/ directory are the storage format
of the XML database.  The data is accessible through the eXist REST API.
Point your browser to
http://my-domain/orbeon/exist/rest/db/
for example, depending on the directory you deployed to.  You
should see a list of collections and documents.  So, data is
stored as XML documents.

However, it is true that they are not xhtml documents, which I expect
would be more problematic to build a round-trip editor for -- they must
be run in the form-runner.

--Hank




On Nov 25, 2008, at 8:32 AM, [hidden email] wrote:

>
> Hi all, I'm using orbeon forms to see if it fits the requirements  
> of my
> company.
> I have used the form builder to create some simple forms and it  
> seems that
> this functionality doesn't create xml and xhtml files but all the  
> structures
> are saved and stored in /WEB-INF/exist-data/ binary files. Is it  
> true? Am I
> doing something wrong?
> Thanks in advance
> Roberto
>
> --
> 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
> OW2 mailing lists service home page: http://www.ow2.org/wws
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Form Builder Functionality

Erik Bruchez
Administrator
Actually I must correct you Hank, Form Builder does produce XHTML
+XForms documents, with a few custom elements starting with "fr:",  
like fr:section, fr:grid, etc. Those are processed within Form Runner  
using an XSLT transformation.

What is correct is that the forms are not XHTML you can directly load  
into a browser.

-Erik

On Nov 26, 2008, at 9:42 AM, Hank Ratzesberger wrote:

>
> Hi Roberto,
>
> The binary files in the exist-data/ directory are the storage format
> of the XML database.  The data is accessible through the eXist REST  
> API.
> Point your browser to
> http://my-domain/orbeon/exist/rest/db/
> for example, depending on the directory you deployed to.  You
> should see a list of collections and documents.  So, data is
> stored as XML documents.
>
> However, it is true that they are not xhtml documents, which I expect
> would be more problematic to build a round-trip editor for -- they  
> must
> be run in the form-runner.
>
> --Hank
>
>
>
>
> On Nov 25, 2008, at 8:32 AM, [hidden email] wrote:
>
>>
>> Hi all, I'm using orbeon forms to see if it fits the requirements  
>> of my
>> company.
>> I have used the form builder to create some simple forms and it  
>> seems that
>> this functionality doesn't create xml and xhtml files but all the  
>> structures
>> are saved and stored in /WEB-INF/exist-data/ binary files. Is it  
>> true? Am I
>> doing something wrong?
>> Thanks in advance
>> Roberto
>>
>> --
>> 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
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>
> Hank Ratzesberger
> NEES@UCSB
> Institute for Crustal Studies,
> University of California, Santa Barbara
> 805-893-8042
>
>
>
>
>
>
> --
> 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
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
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
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Form Builder Functionality

Hank Ratzesberger

Thank Erik.

(Regular readers of this list know that I usually need some  
correction ;)

--Hank

On Nov 26, 2008, at 11:15 AM, Erik Bruchez wrote:

> Actually I must correct you Hank, Form Builder does produce XHTML
> +XForms documents, with a few custom elements starting with "fr:",  
> like fr:section, fr:grid, etc. Those are processed within Form  
> Runner using an XSLT transformation.
>
> What is correct is that the forms are not XHTML you can directly  
> load into a browser.
>
> -Erik
>
> On Nov 26, 2008, at 9:42 AM, Hank Ratzesberger wrote:
>
>>
>> Hi Roberto,
>>
>> The binary files in the exist-data/ directory are the storage format
>> of the XML database.  The data is accessible through the eXist  
>> REST API.
>> Point your browser to
>> http://my-domain/orbeon/exist/rest/db/
>> for example, depending on the directory you deployed to.  You
>> should see a list of collections and documents.  So, data is
>> stored as XML documents.
>>
>> However, it is true that they are not xhtml documents, which I expect
>> would be more problematic to build a round-trip editor for -- they  
>> must
>> be run in the form-runner.
>>
>> --Hank
>>
>>
>>
>>
>> On Nov 25, 2008, at 8:32 AM, [hidden email] wrote:
>>
>>>
>>> Hi all, I'm using orbeon forms to see if it fits the requirements  
>>> of my
>>> company.
>>> I have used the form builder to create some simple forms and it  
>>> seems that
>>> this functionality doesn't create xml and xhtml files but all the  
>>> structures
>>> are saved and stored in /WEB-INF/exist-data/ binary files. Is it  
>>> true? Am I
>>> doing something wrong?
>>> Thanks in advance
>>> Roberto
>>>
>>> --
>>> 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
>>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>> Hank Ratzesberger
>> NEES@UCSB
>> Institute for Crustal Studies,
>> University of California, Santa Barbara
>> 805-893-8042
>>
>>
>>
>>
>>
>>
>> --
>> 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
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>
> --
> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
> http://www.orbeon.com/
>
>
> --
> 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
> OW2 mailing lists service home page: http://www.ow2.org/wws
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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
OW2 mailing lists service home page: http://www.ow2.org/wws