留言板

JSF Portlet Analysis

thumbnail
Gnaniyar Zubair,修改在11 年前。

JSF Portlet Analysis

Liferay Master 帖子: 722 加入日期: 07-12-19 最近的帖子
HI,

This post is regarding JSF development. I am totally new for JSF framework.

[indent]1. Difference between JSF and MVC?
2. In which situation, we should use JSF..?

3. How JSF is handling the portlet life cycle like processAction, render, serveResource and processEvent?

4. Sometime extending FacesServlet and sometime Generic in JSF porltet class... difference?

5. FacesContext is acting as ActionRequest?

6. There are different frameworks with JSF like PrimeFaces, ICEFaces, LiferayFaces...etc. If we use Primefaces tag in JSF, then will it be
called PrimeFaces Portlet or JSF Portlet?

7. Which combination ( JSF with primefaces,icefaces or liferayfaces) is the best and more comfortable with liferay?

8. Faces-config xml is same like struts-config.xml in Struts portlet where we are giving controller mapping..?[/indent]

I know Google is the best option but would be great if JSF Experts / Users share their experience and facing issues with liferay which would be be more helpful for other users developing in JSF framework ?

Thanks in advance

- Gnaniyar Zubair
thumbnail
Juan Gonzalez P,修改在11 年前。

RE: JSF Portlet Analysis

Liferay Legend 帖子: 3089 加入日期: 08-10-28 最近的帖子
Will only answer Liferay-related questions:

6-Always JSF portlet

7-There is a sample primefaces portlet demo, you can get the sources from sourceforge and/or github. So probably better (at least you have a sample to start from) is to use primefaces

For other questions, please take a JSF tutorial and read :-)
thumbnail
Gnaniyar Zubair,修改在11 年前。

RE: JSF Portlet Analysis

Liferay Master 帖子: 722 加入日期: 07-12-19 最近的帖子
Juan Gonzalez P:
Will only answer Liferay-related questions:

6-Always JSF portlet

7-There is a sample primefaces portlet demo, you can get the sources from sourceforge and/or github. So probably better (at least you have a sample to start from) is to use primefaces

For other questions, please take a JSF tutorial and read :-)


Thanks Juan. I have seen one demo portlet in Liferay Faces section for Prime Faces which is called PrimeFaces3 Portlet. does it have any communication with JSF ..? why do you call that portlet as PrimeFaces Portlet?
thumbnail
Juan Gonzalez P,修改在11 年前。

RE: JSF Portlet Analysis

Liferay Legend 帖子: 3089 加入日期: 08-10-28 最近的帖子
Primefaces is a set of JSF components.

Don't understand your second question.

Please, read about JSF, seems you have to learn its basis first.
thumbnail
Gnaniyar Zubair,修改在11 年前。

RE: JSF Portlet Analysis

Liferay Master 帖子: 722 加入日期: 07-12-19 最近的帖子
You have replied in my last query that Always JSF. But Now you are telling that PrimeFaces having JSF components called Primefaces portlet ?

Ok anyhow will have a look at those documents to grasp basic knowledge. Thanks
thumbnail
Juan Gonzalez P,修改在11 年前。

RE: JSF Portlet Analysis

Liferay Legend 帖子: 3089 加入日期: 08-10-28 最近的帖子
Sorry, I misunderstood your question then.

I meant that for Liferay is JSF portlet (for example, when creating a portlet from scratch using Liferay IDE), but in this case is using Primefaces as the set of components. You can use other set of JSF components (Richfaces, Icefaces), but all of them will be JSF portlets.

Primefaces is on top of JSF, they can co-exist. Primefaces only adds some components with enhanced behaviour and styling comparing to "basic" JSF.
thumbnail
Gnaniyar Zubair,修改在11 年前。

RE: JSF Portlet Analysis

Liferay Master 帖子: 722 加入日期: 07-12-19 最近的帖子
Ok then, On top of JSF, we can use any components like Prime-faces, Ice-faces, rich-faces which might add some extra features or user interfaces.

Thanks Juan.