InterviewSolution
| 1. |
Can I Integrate My Oracle9i As Forms Services Application As A Portlet In Oracle9i As Portal? |
|
Answer» Yes. You have to EDIT the relevant static or base .html file (if using the CGI or servlet). In both cases you have to remove the <HTML>,<BODY>, </HTML>, and </BODY> TAGS. Using the Portal Developer's Kit (PDK) DOWNLOADED from OTN (), you can set up the URL portlet. This URL portlet takes an application, referenced by a URL, and brings it as a portlet into a portal page. Yes. You have to edit the relevant static or base .html file (if using the CGI or servlet). In both cases you have to remove the <HTML>,<BODY>, </HTML>, and </BODY> tags. Using the Portal Developer's Kit (PDK) downloaded from OTN (), you can set up the URL portlet. This URL portlet takes an application, referenced by a URL, and brings it as a portlet into a portal page. |
|