integrating a JSF applicaton into Orbeon Forms

View: New views
4 Messages — Rating Filter:   Alert me  

integrating a JSF applicaton into Orbeon Forms

by ilango_g :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I would like to integrate Orbeon Forms into my JSF application in which I use XForms. After some reading up on your forums I understand that one of the approaches is to setup
Orbeon Forms as a servlet filter.I believe the approach is documented here.

http://www.orbeon.com/ops/doc/integration-xforms-jsp

Alternatively would it be possible to deploy my JSF app (which contains XForms) separately, in a separate War, in a GlassFish Server and to let XForms be handled by Orbeon Forms.

Please advise. I need to have at least a bare bones JSF/Orbeon App integration working as soon as possible.

thanks
ilango

Re: integrating a JSF applicaton into Orbeon Forms

by Erik Bruchez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

By "JSF" application, what do you mean exactly?

If you mean you will have, on a same page, JSF components and XForms  
ones, that will be hard to achieve and I would seriously advise  
against it.

If you just plan to have some pages use JSF, and some use XForms, then  
that is fine and you can use the separate deployment approach:

   http://www.orbeon.com/ops/doc/reference-xforms-java

-Erik

On Jun 29, 2008, at 9:42 AM, ilango_g wrote:

>
> I would like to integrate Orbeon Forms into my JSF application in  
> which I use
> XForms. After some reading up on your forums I understand that one  
> of the
> approaches is to setup
> Orbeon Forms as a servlet filter.I believe the approach is  
> documented here.
>
> http://www.orbeon.com/ops/doc/integration-xforms-jsp
>
> Alternatively would it be possible to deploy my JSF app (which  
> contains
> XForms) separately, in a separate War, in a GlassFish Server and to  
> let
> XForms be handled by Orbeon Forms.
>
> Please advise. I need to have at least a bare bones JSF/Orbeon App
> integration working as soon as possible.
>
> thanks
> ilango
> --
> View this message in context: http://www.nabble.com/integrating-a-JSF-applicaton-into-Orbeon-Forms-tp18182776p18182776.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the ops-users@...  
> mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@...
> For general help: mailto:sympa@...?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 ops-users@... mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

Re: integrating a JSF applicaton into Orbeon Forms

by ilango_g :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Erik
By JSF application I mean an application where some pages will use JSF and some use XForms.
So do you think the separate deployment approach is fine?


Erik Bruchez wrote:
By "JSF" application, what do you mean exactly?

If you mean you will have, on a same page, JSF components and XForms  
ones, that will be hard to achieve and I would seriously advise  
against it.

If you just plan to have some pages use JSF, and some use XForms, then  
that is fine and you can use the separate deployment approach:

   http://www.orbeon.com/ops/doc/reference-xforms-java

-Erik

On Jun 29, 2008, at 9:42 AM, ilango_g wrote:

>
> I would like to integrate Orbeon Forms into my JSF application in  
> which I use
> XForms. After some reading up on your forums I understand that one  
> of the
> approaches is to setup
> Orbeon Forms as a servlet filter.I believe the approach is  
> documented here.
>
> http://www.orbeon.com/ops/doc/integration-xforms-jsp
>
> Alternatively would it be possible to deploy my JSF app (which  
> contains
> XForms) separately, in a separate War, in a GlassFish Server and to  
> let
> XForms be handled by Orbeon Forms.
>
> Please advise. I need to have at least a bare bones JSF/Orbeon App
> integration working as soon as possible.
>
> thanks
> ilango
> --
> View this message in context: http://www.nabble.com/integrating-a-JSF-applicaton-into-Orbeon-Forms-tp18182776p18182776.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the ops-users@ow2.org  
> mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
> For general help: mailto:sympa@ow2.org?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 ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

Re: Re: integrating a JSF applicaton into Orbeon Forms

by Erik Bruchez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I think that in general yes, that should be fine.

It is up to you to configure the filter to determine which pages must  
go through XForms processing.

-Erik

On Jun 29, 2008, at 2:43 PM, ilango_g wrote:

>
> Hi Erik
> By JSF application I mean an application where some pages will use  
> JSF and
> some use XForms.
> So do you think the separate deployment approach is fine?
>
>
>
> Erik Bruchez wrote:
>>
>> By "JSF" application, what do you mean exactly?
>>
>> If you mean you will have, on a same page, JSF components and XForms
>> ones, that will be hard to achieve and I would seriously advise
>> against it.
>>
>> If you just plan to have some pages use JSF, and some use XForms,  
>> then
>> that is fine and you can use the separate deployment approach:
>>
>>   http://www.orbeon.com/ops/doc/reference-xforms-java
>>
>> -Erik
>>
>> On Jun 29, 2008, at 9:42 AM, ilango_g wrote:
>>
>>>
>>> I would like to integrate Orbeon Forms into my JSF application in
>>> which I use
>>> XForms. After some reading up on your forums I understand that one
>>> of the
>>> approaches is to setup
>>> Orbeon Forms as a servlet filter.I believe the approach is
>>> documented here.
>>>
>>> http://www.orbeon.com/ops/doc/integration-xforms-jsp
>>>
>>> Alternatively would it be possible to deploy my JSF app (which
>>> contains
>>> XForms) separately, in a separate War, in a GlassFish Server and to
>>> let
>>> XForms be handled by Orbeon Forms.
>>>
>>> Please advise. I need to have at least a bare bones JSF/Orbeon App
>>> integration working as soon as possible.
>>>
>>> thanks
>>> ilango
>>> --
>>> View this message in context:
>>> http://www.nabble.com/integrating-a-JSF-applicaton-into-Orbeon-Forms-tp18182776p18182776.html
>>> Sent from the ObjectWeb OPS - Users mailing list archive at
>>> Nabble.com.
>>>
>>>
>>> --
>>> You receive this message as a subscriber of the ops-users@...
>>> mailing list.
>>> To unsubscribe: mailto:ops-users-unsubscribe@...
>>> For general help: mailto:sympa@...?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 ops-users@...  
>> mailing
>> list.
>> To unsubscribe: mailto:ops-users-unsubscribe@...
>> For general help: mailto:sympa@...?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>>
>>
>
> --
> View this message in context: http://www.nabble.com/integrating-a-JSF-applicaton-into-Orbeon-Forms-tp18182776p18185691.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the ops-users@...  
> mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@...
> For general help: mailto:sympa@...?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 ops-users@... mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@...
For general help: mailto:sympa@...?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
LightInTheBox - Buy quality products at wholesale price