Skip to Content
0
Former Member
Oct 26, 2005 at 10:25 AM

Imports missing in Netweaver Developer Studio

29 Views

Hi,

I have the source code of a class which inherits from PDVDynPage, and has the following imports that I can't get anyhere:

import com.sap.pct.tools.ObjectBuffer;

import com.sap.pct.tools.ProfileAccess;

import com.sap.pct.tools.eventing.ReceiveClientsideEvent;

import com.sap.pct.tools.eventing.SendClientsideEvent;

import com.sapportals.pct.util.pdv.IDataViewer;

import com.sapportals.pct.util.pdv.PDVDynPage;

import com.sapportals.pct.util.pdv.data.IData;

import com.sapportals.pct.util.pdv.data.IFieldInfoItem;

import com.sapportals.pct.util.pdv.source.SourceException;

import com.sapportals.portal.prt.service.urlgenerator.IUrlGeneratorService;

import com.sapportals.portal.prt.service.urlgenerator.specialized.ISAPUrlGenerator;

I've looked for this over forums but I've only found that the PDV was used for EP5 development, and in EP6 it's still supported (although not recommended).

The problem is that I can't find the libraries where these classes are. I searched in the libraries.zip of EP6, inside an old PDK(with tomcat) and inside plugins directory of eclipse(Netweaver).

Does anybody know where to find these libraries and their javadoc?

Thanks in advance!