View Single Post
  #5 (permalink)  
Old 11-23-2009, 05:08 AM
andrew222 andrew222 is offline
Member
 
Join Date: Nov 2009
Posts: 4
Rep Power: 0
andrew222 is on a distinguished road
Default
As we know, the JSR 168 portlet specification is implemented by various vendors. This enables us to code our own Portlets. Portlets are similar to Servlets, but the API is more involved and has more details.

We can also run a portal application server on top of an application server like, Weblogic or WebShere. For the portal application server, we need a .car file which has all of the configurations/files for the site.

I would like to know how we can build a .car file for Vignette. There are tutorials about how to build one for other servers, like WebShere, but I am looking for a tutorial on how to build one with Vignette or Weblogic.

Please let me know if I have answered your question adequately.
Reply With Quote