want to copy a OFB generated form from one machine to another.

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

want to copy a OFB generated form from one machine to another.

richhl
is it possible? how?

The need is because I've just built a form in my develop
machine and want to hang it in a prduction machine in order
to be seeing by clients...don't want to build it again in
production machine.

regards,

rich


--
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: want to copy a OFB generated form from one machine to another.

Erik Bruchez
Administrator
Rich,

One way would be to use a shared database: use your dev machine to  
build the forms, then publish, then use another machine to run the  
forms, but still accessing the same shared eXist database.

Or, you can use the eXist backup functionality to export the locally-
published form, and import it to your prod database.

Forms are stored in a fairly easy to understand hierarchy, e.g.:

   http://localhost:8080/orbeon/exist/rest/db/my-project/my-form/

where the last two path element match the "app name" and "for name"  
you set in the builder. Copy over the entire subdirectory from one db  
to the other and it should work.

-Erik

On May 19, 2008, at 9:29 AM, [hidden email] wrote:

> is it possible? how?
>
> The need is because I've just built a form in my develop
> machine and want to hang it in a prduction machine in order
> to be seeing by clients...don't want to build it again in
> production machine.
>
> regards,
>
> rich
>
> --
> 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: want to copy a OFB generated form from one machine to another.

richhl
thx. erik!

another fancy way is opening the source editing window of built form, copy and paste in edit source window of target (first one has to create a minimal target form - app name, form name).

greetings,

rich


--
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