Project NotMine    October 2017
WebApp with Java DB

1. Download

Link   Description
NotMineWebApp.zip . A NetBeans 8.2 Java Web Application that matches the mockup. The download size is small. The implementation requires the below environment.

2. Details

3. Screenshot

4. Video

This implementation is focused on the server side. The client is simple and reloads the entire page for every click.

5. Environment

This implementation is a NetBeans: Java Web -> Web Application developed against Glassfish 4.1.1 and requires a setup of a Java DB and a Glassfish Server.

Java DB in NetBeans 8.2

  1. In NetBeans tab Services right-click Java DB and create a New Database here called notmine with user name notmine and password notmine or your preferred settings. On success a database connection is added to the tree in tab Services.
  2. Right-click the new connection and select Connect.
  3. Right-click the new connection and select Execute Command.
  4. Enter below schema:

asadmin of Glassfish Server 4.1.1