IHE Test & Management Tools
  1. IHE Test & Management Tools

03_IHE-Initialize-Database

Public
AuthorCommitMessageCommit dateIssues
Steve MooreSteve Moore
acefdad0317Remove the '03' from the front of the database name; postgres did not like that when creating the database from inside the application, and it was not worth the time to figure out why.Change the home page from index.jsp to index.jsf
Steve MooreSteve Moore
dbb219ef3b4initial_data.sql contains initial data needed to populate the databaseupon creation.
Steve MooreSteve Moore
82a31d7aa89web.xml contains parameters needed to start this application in aservlet container.
Steve MooreSteve Moore
37231cb0f81Remove references to wiki pageAdd a few debugging statements.
Steve MooreSteve Moore
bd998aa91fdAdd code to create a database.That is a new feature of this example.
Steve MooreSteve Moore
e5ae6d523bdAdd code to initialize the database if not there.Remove code copied from Ralph's example that we do not use.
Steve MooreSteve Moore
d153ed13735Change SelectFromDatabase to InitializeDatabase in the comment at thetop.
Steve MooreSteve Moore
d77161778b0Change SelectFromDatase to InitializeDatabase in a couple of comments.
Steve MooreSteve Moore
7d796b42783Renamed the packages and changed the name of the app inside theapplication bean to match the actual application name.
Steve MooreSteve Moore
6bc35f34e88This file contains parameters needed for the runtime.
Steve MooreSteve Moore
e57310a6e83Contains logging properties for log4j.
Steve MooreSteve Moore
5488cfeb1e8Get the right version of this main xhtml file from the 02 example.We had started with an older version.
Steve MooreSteve Moore
e470e2f62eeHad started with an older version that did not reference enough of thejar files that we needed.
Steve MooreSteve Moore
bc053867c53Added java classes and pulled the proper xhtml file from the 02 project.When we did this the first time, we had pulled an oldr version from a local repository.
Steve MooreSteve Moore
1b5ef547eaaUpdate the index.jsp file to point to the proper landing page onstartup.
Steve MooreSteve Moore
f17a5d2e94cRenamed SelectFromDatabase.xhtml to InitializedDatabase.xhtml
Steve MooreSteve Moore
213907bf734Tells git which folders/files to ignore from this repository.
Steve MooreSteve Moore
668f7aab5ed.project file used by Eclipse to manage/build the project.
Steve MooreSteve Moore
a4109d9191aInitialize copy of the 02 example into the 03 repository.This gives us the structure for 03. Next step is to modify the code to make it operational.
Steve MooreSteve Moore
419bb351d2bThis README.txt file is the initial version of the filethat explains the purpose of this repository.