Orbeon forms in Weblogic Portal 8.1

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

Orbeon forms in Weblogic Portal 8.1

skolapalli

I want to use Orbeon forms inside Weblogic 8.1 portal.  I saw some documentation for using Orbeon as jsr-168 portlet in liferay portal. Any body used Orbeon forms inside Weblogic 8.1 portal (as portlet).  

Thanks in advance

-- Sree



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

Re: Orbeon forms in Weblogic Portal 8.1

Erik Bruchez
Administrator
Sree,

Here at Orbeon the only portal we have tried is Liferay, so we cannot
comment much on WebLogic portal.

In theory, of course, things *should* work since it's the same API, but
in practice there may well be some incompatibilities and issues coming
up. The best course of action is probably to just try it.

-Erik

[hidden email] wrote:
> I want to use Orbeon forms inside Weblogic 8.1 portal.  I saw some documentation for using Orbeon as jsr-168 portlet in liferay portal. Any body used Orbeon forms inside Weblogic 8.1 portal (as portlet).  
>
> Thanks in advance
>
> -- Sree

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

Re: Orbeon forms in Weblogic Portal 8.1

Alessandro Vernet
Administrator
In reply to this post by skolapalli
Sree,

Let us know if you get a chance to try running Orbeon Forms in
WebLogic Portal. As mentioned earlier in another email, Erik posted
some instructions on how to run Orbeon Forms in Liferay, which you
might find useful as well when trying with WebLogic Portal:

http://www.orbeon.com/blog/2007/02/16/deploying-orbeon-forms-to-liferay/

Alex

On 2/10/07, [hidden email] <[hidden email]> wrote:

>
> I want to use Orbeon forms inside Weblogic 8.1 portal.  I saw some documentation for using Orbeon as jsr-168 portlet in liferay portal. Any body used Orbeon forms inside Weblogic 8.1 portal (as portlet).
>
> Thanks in advance
>
> -- Sree
>
>
>
> --
> 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
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>

--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon forms in Weblogic Portal 8.1

skolapalli
We are able to configure Orbeon forms as JSR 168 portlet in Weblogic 8.1 portal with minor modifications in configuration.  We are doing a small prototype to test all the features in portlet.  Here are the summary of changes we did so far,
  • Using epilogue-portlet-liferay.xpm in epilogue.xpl
  • Configured portlet using portlet.xml that came with Orbeon distribution
  • Copied content from web.xml (from Orbeon distribution) in to existing Weblogic portal application web.xml.  We are not mapping Orbeon main servlet to "/" context (as Weblogic portal servlet is mapped to "/" context)
  • We need to expand content from ops-resources-public.jar in to the root of web application.
I will post more details once we finished our prototype.

-- Sree

On 2/16/07, Alessandro Vernet <[hidden email]> wrote:
Sree,

Let us know if you get a chance to try running Orbeon Forms in
WebLogic Portal. As mentioned earlier in another email, Erik posted
some instructions on how to run Orbeon Forms in Liferay, which you
might find useful as well when trying with WebLogic Portal:

http://www.orbeon.com/blog/2007/02/16/deploying-orbeon-forms-to-liferay/

Alex

On 2/10/07, [hidden email] <[hidden email]> wrote:

>
> I want to use Orbeon forms inside Weblogic 8.1 portal.  I saw some documentation for using Orbeon as jsr-168 portlet in liferay portal. Any body used Orbeon forms inside Weblogic 8.1 portal (as portlet).
>
> Thanks in advance
>
> -- Sree
>
>
>
> --
> 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
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>


--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws




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

Re: Orbeon forms in Weblogic Portal 8.1

Alessandro Vernet
Administrator
Sree,

This is good news. Thank you for the update and yes, it would be great
if you could post more information here when you are done with your
prototype. I am sure that will also be useful to other people using
WebLogic Portal.

Alex

On 2/17/07, Sree Kolapalli <[hidden email]> wrote:

> We are able to configure Orbeon forms as JSR 168 portlet in Weblogic 8.1
> portal with minor modifications in configuration.  We are doing a small
> prototype to test all the features in portlet.  Here are the summary of
> changes we did so far,
>
> Using epilogue-portlet-liferay.xpm in epilogue.xpl
> Configured portlet using portlet.xml that came with Orbeon distribution
> Copied content from web.xml (from Orbeon distribution) in to existing
> Weblogic portal application web.xml.  We are not mapping Orbeon main servlet
> to "/" context (as Weblogic portal servlet is mapped to "/" context)
> We need to expand content from ops-resources-public.jar in to the root of
> web application. I will post more details once we finished our prototype.
>
> -- Sree
>
>
> On 2/16/07, Alessandro Vernet < [hidden email]> wrote:
> > Sree,
> >
> > Let us know if you get a chance to try running Orbeon Forms in
> > WebLogic Portal. As mentioned earlier in another email, Erik posted
> > some instructions on how to run Orbeon Forms in Liferay, which you
> > might find useful as well when trying with WebLogic Portal:
> >
> >
> http://www.orbeon.com/blog/2007/02/16/deploying-orbeon-forms-to-liferay/
> >
> > Alex
> >
> > On 2/10/07, [hidden email] <[hidden email] > wrote:
> > >
> > > I want to use Orbeon forms inside Weblogic 8.1 portal.  I saw some
> documentation for using Orbeon as jsr-168 portlet in liferay portal. Any
> body used Orbeon forms inside Weblogic 8.1 portal (as portlet).
> > >
> > > Thanks in advance
> > >
> > > -- Sree
> > >
> > >
> > >
> > > --
> > > 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
> > > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> > >
> > >
> >
> >
> > --
> > Orbeon Forms - Web 2.0 Forms for the Enterprise
> > 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
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >
> >
>
>
>
> --
> 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
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>

--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon forms in Weblogic Portal 8.1

Erik Bruchez
Administrator
In reply to this post by skolapalli
Sree,

Good news, and thanks for the feedback! Have you looked at my recent
blog entry regarding Liferay?

http://www.orbeon.com/blog/2007/02/16/deploying-orbeon-forms-to-liferay/

-Erik

Sree Kolapalli wrote:

> We are able to configure Orbeon forms as JSR 168 portlet in Weblogic 8.1
> portal with minor modifications in configuration.  We are doing a small
> prototype to test all the features in portlet.  Here are the summary of
> changes we did so far,
>
>     * Using epilogue-portlet-liferay.xpm in epilogue.xpl
>     * Configured portlet using portlet.xml that came with Orbeon
>       distribution
>     * Copied content from web.xml (from Orbeon distribution) in to
>       existing Weblogic portal application web.xml.  We are not mapping
>       Orbeon main servlet to "/" context (as Weblogic portal servlet is
>       mapped to "/" context)
>     * We need to expand content from ops-resources-public.jar in to the
>       root of web application.
>
> I will post more details once we finished our prototype.
>
> -- Sree
>
> On 2/16/07, *Alessandro Vernet* < [hidden email]
> <mailto:[hidden email]>> wrote:
>
>     Sree,
>
>     Let us know if you get a chance to try running Orbeon Forms in
>     WebLogic Portal. As mentioned earlier in another email, Erik posted
>     some instructions on how to run Orbeon Forms in Liferay, which you
>     might find useful as well when trying with WebLogic Portal:
>
>     http://www.orbeon.com/blog/2007/02/16/deploying-orbeon-forms-to-liferay/
>
>     Alex
>
>     On 2/10/07, [hidden email] <mailto:[hidden email]>
>     <[hidden email] <mailto:[hidden email]>> wrote:
>      >
>      > I want to use Orbeon forms inside Weblogic 8.1 portal.  I saw
>     some documentation for using Orbeon as jsr-168 portlet in liferay
>     portal. Any body used Orbeon forms inside Weblogic 8.1 portal (as
>     portlet).
>      >
>      > Thanks in advance
>      >
>      > -- Sree
>      >
>      >
>      >
>      > --
>      > You receive this message as a subscriber of the
>     [hidden email] <mailto:[hidden email]> mailing list.
>      > To unsubscribe: mailto:[hidden email]
>     <mailto:[hidden email]>
>      > For general help: mailto:[hidden email]
>     <mailto:[hidden email]>?subject=help
>      > ObjectWeb mailing lists service home page:
>     http://www.objectweb.org/wws
>      >
>      >
>
>
>     --
>     Orbeon Forms - Web 2.0 Forms for the Enterprise
>     http://www.orbeon.com/
>
>
>
>     --
>     You receive this message as a subscriber of the
>     [hidden email] <mailto:[hidden email]> mailing list.
>     To unsubscribe: mailto: [hidden email]
>     <mailto:[hidden email]>
>     For general help: mailto:[hidden email]
>     <mailto:[hidden email]>?subject=help
>     ObjectWeb mailing lists service home page: http://www.objectweb.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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws