!--a11y-->
Application ExamplePAR file content:
hello.jpg META-INF/MANIFEST.MF PORTAL-INF/portalapp.xml PORTAL-INF/lib/chatapi.jar PORTAL-INF/private/lib/chatimpl.jar |
The chatapi.jar should contain:
META-INF/MANIFEST.MF com/sap/portal/exampleapp/api/IChatService.class |
and chatcore.jar:
META-INF/MANIFEST.MF com/sap/portal/exampleapp/impl/ChatService.class com/sap/portal/exampleapp/impl/ChatRoom.class |
