How to configure a portlet using OPS 3.6 deployed in Liferay

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

How to configure a portlet using OPS 3.6 deployed in Liferay

Laxmi Narayana-3
Hi,
  I am new to xforms. I am using OPS 3.6 with Liferay 4.2.2. How do i create a portlet.
    I compared ops 3.5 with 3.6 and done changes in liferay-display,portlet.xml,o,web.xml
  But I am not able to get the portlet.  Anyone can please help me?. Its urgent.
 
 
   Thanks in Advance.
 
 


--
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: How to configure a portlet using OPS 3.6 deployed in Liferay

Alessandro Vernet
Administrator
On Feb 14, 2008, at 6:26 AM, Laxmi Narayana wrote:

>   I am new to xforms. I am using OPS 3.6 with Liferay 4.2.2. How do  
> i create a portlet.
>     I compared ops 3.5 with 3.6 and done changes in liferay-
> display,portlet.xml,o,web.xml
>   But I am not able to get the portlet.  Anyone can please help me?.  
> Its urgent.

You don't need to do anything special to create a portlet. Your form  
application can be seen as a web application (implementing the servlet  
API) or as a portlet (implementing the portlet API). If you deploy the  
orbeon.war (or whatever name you give to the war) in Liferay, you will  
see a new portlet in Liferay.

You might want to change the name of the portlet if you want it to be  
something other than "Orbeon Forms". This is done in the descriptors  
you mentioned. In addition, you also need to modify WEB-INF/classes/
content/Language-ext.properties. This is one of the new descriptors we  
just added so you can deploy Orbeon Forms on the latest versions of  
Liferay.

We have not tried to use those descriptors with Orbeon Forms 3.5. Is  
there a particular reason why you can't upgrade to Orbeon Forms 3.6?

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
Orbeon's Blog: http://www.orbeon.com/blog/
Personal Blog: http://avernet.blogspot.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: How to configure a portlet using OPS 3.6 deployed in Liferay

Fran555
In reply to this post by Laxmi Narayana-3
I have also installed the Orbeon.war sample portlet into liferay, but don't know how to start developing mine.

a few questions:
1) Do I need any xforms IDE/ designer?
2) Do I need to install anything else beside the Orbeon.war sample portlet as I don't know if this is for demo only.
3) Should I implement one form per portlet.war?

a step by step tutorial will be great