Beigesoft™ CRUD WEB-application.
· This is CRUD interface based on standard JEE MVC servlet, JSP, JSTL.
It renders forms and lists of any entity according XML settings (Beige-Settings).
Database logic is handled by Beige-ORM.
It also includes Mail-sender and database replicator through WEB-service. It is SQLite configured.
Put WAR file into Tomcat7 webapps, make sure that Tomcat has libraries: HikariCP-2.4.3.jar, sqlite-jdbc-3.8.11.2.jar,
slf4j-api-1.7.12.jar (versions may be different), for MS Windows change file separator in META-INF\context.xml connectionURL from "/" to "\" and reassemble WAR.
Beigesoft-Accounting-Web extends it into very complex business application.
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 beigesoft-webcrud-1.1.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.