View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window eap-visualdev-portal-biz-2.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openea.eap.extj.portal.mapper
├─ org.openea.eap.extj.portal.mapper.PortalDataMapper.class - [JAR]
├─ org.openea.eap.extj.portal.mapper.PortalManageMapper.class - [JAR]
├─ org.openea.eap.extj.portal.mapper.PortalMapper.class - [JAR]
org.openea.eap.extj.portal.service.impl
├─ org.openea.eap.extj.portal.service.impl.PortalDataServiceImpl.class - [JAR]
├─ org.openea.eap.extj.portal.service.impl.PortalManageServiceImpl.class - [JAR]
├─ org.openea.eap.extj.portal.service.impl.PortalServiceImpl.class - [JAR]
org.openea.eap.extj.portal.service
├─ org.openea.eap.extj.portal.service.PortalDataService.class - [JAR]
├─ org.openea.eap.extj.portal.service.PortalManageService.class - [JAR]
├─ org.openea.eap.extj.portal.service.PortalService.class - [JAR]