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 imixs-workflow-jee-impl-2.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.imixs.workflow.jee.plugins.extended
├─ org.imixs.workflow.jee.plugins.extended.ADMailPlugin.class - [JAR]
├─ org.imixs.workflow.jee.plugins.extended.LucenePlugin.class - [JAR]
├─ org.imixs.workflow.jee.plugins.extended.OpenLDAPMailPlugin.class - [JAR]
org.imixs.workflow.jee.ejb
├─ org.imixs.workflow.jee.ejb.EntityServiceBean.class - [JAR]
├─ org.imixs.workflow.jee.ejb.ModelServiceBean.class - [JAR]
├─ org.imixs.workflow.jee.ejb.ReportServiceBean.class - [JAR]
├─ org.imixs.workflow.jee.ejb.WorkflowSchedulerBean.class - [JAR]
├─ org.imixs.workflow.jee.ejb.WorkflowServiceBean.class - [JAR]
org.imixs.workflow.jee.plugins
├─ org.imixs.workflow.jee.plugins.AbstractPlugin.class - [JAR]
├─ org.imixs.workflow.jee.plugins.MailPlugin.class - [JAR]
├─ org.imixs.workflow.jee.plugins.VersionPlugin.class - [JAR]