cancel
Showing results for 
Search instead for 
Did you mean: 

Portal home page

Former Member
0 Kudos

Hi,

We are implementing WebDynpro based application in portal. Once a user login, he should be able to view some news items, some static information etc. Administrator should be able to manage this content. Is there any way we can achieve this functionality without using KM?

regards,

Sujesh

Accepted Solutions (0)

Answers (2)

Answers (2)

praveenkumar_gudapati
Active Contributor
0 Kudos

Hi,

You can have the html page in the public part of your application and access it like this in an AbstractPortalComponent's doContent method:

IResource myHtml = request.getResource(

IResource.STATIC_PAGE, "html/my.html");

response.include(request, myHtml);

Check this for more:

Greetings,

Praveen Gudapati

Former Member
0 Kudos

Guys,

Wait for Web Page Composer which serves the same purpose as suresh is asked. It's releasing with EP7 and SP13.

Regards,

luciano_leitedasilva
Contributor
0 Kudos

Hi Sujesh,

Well, everything is possible using the SAP Portal. You doesn't need use the KM to manage the Portal content. You can create some applications using Web Dynpro or PDK like you want and offer through iviews. The best practices says to use the KM to manage content provide by XML Forms, static content and documents. In my opinion you have to use the KM if you want to expose static content because is so much more easy to do!

I hope it hep you!

Regards,

Luciano