Hello,
i want so save and load XML Files into the Portal KM within an Java iView. I have the Problem that i must Use the Java JDK 1.3 (SAP EP need JDK 1.3). The Java Classes for working with XML are included in JDK 1.4. Are the a way to use the XML Classes in a Portal iView? How does SAP do it?
Best Regards,
Patrick Hoefer
Hi Patrick,
we (SAP) use the library inqmyxml.jar (also inqmysoap.jar) where we reimplemented the missing xml-features of jdk 1.3.1_09. (has to do with licencing issues) So its available.
But you can also use your own preferred libraries in your Portalarchive. Each par has a lib folder. Put your preferred library in it and - voila.
Oliver
Add a comment