aspose file tools
The moose likes JDBC and the fly likes Visitor Database in Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Visitor Database in Java" Watch "Visitor Database in Java" New topic
Author

Visitor Database in Java

Mark Nibert
Ranch Hand

Joined: Jul 01, 2009
Posts: 42
I have been tasked at work with creating a visitor database. I work for the government so it needs to be secure. I don't want to invent the wheel but I am having trouble tracking down one that will fit my needs. It does not need to be complex just a front end that allows for us to insert visitors and then run reports, search etc. I am ok with a commercial product but open source may be easier. I will work on writing one if I have to but wanted to see if I could ping the group here as my search has been unsuccessful.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35237
    
    7
What is a "visitor" DB? Does it have special requirements that are not easily satisfied by a relational DB? Otherwise there is no shortage of open source DB servers such as PostgreSQL, MySql, Apache Derby, FireBird, etc.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Visitor Database in Java
 
Similar Threads
findByProperty() in the scaffold.sql.AccessBase - Need Additional Parameters
New Article: Generifying your Design Patterns -- Part I: The Visitor
Design Patterns ... again
Project Management Certifications
try{ SCJP();}finally{Passed}