cancel
Showing results for 
Search instead for 
Did you mean: 

API for reading, creating and editing portal news?

Former Member
0 Kudos

Is there any API for easy reading, creating and editing portal news?

Best regards

Marcin

Accepted Solutions (1)

Accepted Solutions (1)

PradeepBondla
Active Contributor
0 Kudos

Hi buddy,

In general you would code against the KMC Repository Framework api in Java, basically something like locating the

ICollection and create a new IResouce underneath and either pass in the content right away or update the content on the newly created resource which by default would start out with

an empty content.

from /thread/136462 [original link is broken]

A simple java API to produce Really Simple Syndication (RSS) documents following the specification version 2.0

http://sourceforge.net/projects/jrss/

and also look at these

/thread/454238 [original link is broken]

/thread/345458 [original link is broken]

PradeeP

Edited by: pradeep bondla on Jul 21, 2008 9:03 AM

Former Member
0 Kudos

I think that I don't need RSS functionality for my application.

I would like to create application based on portal news functionality. I have to read news files from KM and list them all, add functionality to sort them by title or date etc. Is there any news file specification or api to simply read news files from KM or do I have to parse XML file by myself?

I also have to create some kind of interface to manage them (create, edit, delete etc.). When I serched for the solution I found XML Forms Builder, but I don't know how to use it in my Web Dynpro application.

Best regards

Marcin

Edited by: Marcin Rozanski on Jul 21, 2008 1:26 PM

PradeepBondla
Active Contributor
0 Kudos

Hi,

I understud your requirement in other way....

If you want to go with xml form builder its a nice / easy option. there are many tutorials available in sdn for the same... for this you dont need NWDS at all...

http://help.sap.com/saphelp_nw04s/helpdata/en/f3/9d833c0b3e042de10000000a114027/frameset.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/8f/fe743c74fa6449e10000000a11402f/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e700a190-0201-0010-a78e-e643c581...

its a add on provided with Portal.

PradeeP

Former Member
0 Kudos

I checked these links earlier and I don'k think that XML Forms Builder by itself have functionality to sort news view (by name and date).

In future, I would like to create authentication functionality to my application that's why I want to create Web Dynpro application using NWDS. Is there any simple method to use XML Forms functionality in NWDS?

Answers (0)