• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

need a small example on struts portlet

 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
new to portlets.need a small example on struts portlet to run on weblogic server 9.2
thanks in advance
saiprasanna
 
Ranch Hand
Posts: 809
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
sai prasanna
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hope this url might help you
http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html
regards
saiprasanna
 
Naseem Khan
Ranch Hand
Posts: 809
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i need an example related to retriving requestParameters from one portlet to another portlet

thanks in advance
saiprasanna
 
Naseem Khan
Ranch Hand
Posts: 809
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


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 ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic