reset password
Author Message
misha.chandan
Posts: 27
Posted 17:50 Mar 06, 2016 |

Please, make sure that your submission has following things along with your zip file: 

  1. Upload one readme.txt file. This file must have your login & registration page's URL.
  2. Avoid hibernate integrity constraint violation by double checking hibernate_sequence's 'start with' option in scripts file.
  3. SQL files must have default insert scripts as mentioned in HW3 like users(5), departments (2), application (1).

Note: Anything missing from above points, will cause penalty.  

Last edited by misha.chandan at 23:27 Mar 07, 2016.
willy1087
Posts: 13
Posted 18:04 Mar 06, 2016 |

Quick question:

Is that OK if we start with an empty application? 

The reason is that it could mess up the file download of that application when you test this homework. Whenever we submit a file it will check if the folder that we will be storing is created or not and then store it appropriately . But if we have a default application with a transcript file then how would you know what path to follow in order to download?

misha.chandan
Posts: 27
Posted 18:06 Mar 06, 2016 |
willy1087 wrote:

Quick question:

Is that OK if we start with an empty application? 

The reason is that it could mess up the file download of that application when you test this homework. Whenever we submit a file it will check if the folder that we will be storing is created or not and then store it appropriately . But if we have a default application with a transcript file then how would you know what path to follow in order to download?

Empty application works fine.

willy1087
Posts: 13
Posted 18:09 Mar 06, 2016 |
misha.chandan wrote:
willy1087 wrote:

Quick question:

Is that OK if we start with an empty application? 

The reason is that it could mess up the file download of that application when you test this homework. Whenever we submit a file it will check if the folder that we will be storing is created or not and then store it appropriately . But if we have a default application with a transcript file then how would you know what path to follow in order to download?

Empty application works fine.

Thank you for the clarification!