| Author |
need a small example on struts portlet
|
sai prasanna
Ranch Hand
Joined: May 02, 2005
Posts: 167
|
|
hi new to portlets.need a small example on struts portlet to run on weblogic server 9.2 thanks in advance saiprasanna
|
 |
Naseem Khan
Ranch Hand
Joined: Apr 25, 2005
Posts: 809
|
|
In weblogic Portal server, you can create portlets from html called html portlets or from jsp called jsp portlets or from jpf called jpf portlets. What do you mean by struts portlets? Naseem
|
Asking Smart Questions FAQ - How To Put Your Code In Code Tags
|
 |
sai prasanna
Ranch Hand
Joined: May 02, 2005
Posts: 167
|
|
naseem iam also new to portlets but portlets are of 5 or 6 types in which we can create existing struts application to struts portlets and also we can create new struts portlets as jsp /hmtl(static)portlets. regards saiprasanna
|
 |
sai prasanna
Ranch Hand
Joined: May 02, 2005
Posts: 167
|
|
hope this url might help you http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html regards saiprasanna
|
 |
Naseem Khan
Ranch Hand
Joined: Apr 25, 2005
Posts: 809
|
|
well see weblogic portal application created on workshop are written on top of struts. Behind the scene it uses api parallel to struts api. I am not getting creating portlet from struts. When you want certain static content then you can go for html portlet. If you are not having much business logic, then only jsp is sufficient. Suppose your application require data access, then processing of those data as per certain business rules, then you need jpf portlet. jpf itself is like action of your struts where you have different actions. Weblogic also provides lazy instantiation of controls where finally your business logic comes. You can have own built-in controls or you can deploy controls comes with workshop. What else you require? Naseem [ July 19, 2006: Message edited by: Naseem Khan ]
|
 |
sai prasanna
Ranch Hand
Joined: May 02, 2005
Posts: 167
|
|
i need an example related to retriving requestParameters from one portlet to another portlet thanks in advance saiprasanna
|
 |
Naseem Khan
Ranch Hand
Joined: Apr 25, 2005
Posts: 809
|
|
i need an example related to retriving requestParameters from one portlet to another portlet
Check your other thread posted by you. I already gave you the reply. If you have any further query then please continue your discussion in the same thread. Thanks Naseem [ July 19, 2006: Message edited by: Naseem Khan ]
|
 |
 |
|
|
subject: need a small example on struts portlet
|
|
|