Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4016456
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:44:31+00:00 2026-05-20T09:44:31+00:00

First of all, I’m sorry for a long explanation. I need to develop a

  • 0

First of all, I’m sorry for a long explanation.

I need to develop a desktop app that will enable users to enter patients lab results for tracking diabetes treatment.

I usually code in php/mysql, but I’m not allowed to use it (my first choice was to use LAMP / XAMPP, but was told not to do so). I was told to use MS Access, as the easiest tool, but since I’ve never used it before, it gave me a lot of headache. Its wizards are great, but I needed to use data from several tables in my forms, and was simply unable to efficiently do so.

So, here is my question: What sort of db can I use with Java to create such an Application? As I said, I’m most comfortable with PHP/MYSQL combination, but during my studies I also used Java quite a lot. If I could find some sort of ‘template’ for such an application, I could probably create this easily.

I found this http://netbeans.org/kb/docs/java/gui-db.html using google. How complicated is this?

I need to create this ASAP, since I need to get this App to a team of medical staff, since I need this data to use as datasets for my MSc thesis (related to case based reasoning). I’m really behind schedule here :). And someone will probably break my neck if I don’t develop it in a few days and start working on a theoretical part of my thesis.

Thank you in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T09:44:32+00:00Added an answer on May 20, 2026 at 9:44 am

    Okay, this one is near and dear having just been diagnosed as pre-diabetic.

    What’s not completely clear from your description is if you are keeping a separate database for each instance of the app, or are you sharing the data in one big remote database?

    And how much data are you expecting?

    If it’s just for each instance, then any old database will work; the lightest weight one is actually probably sqlite3, but since you’re in a hurry and used to LAMP, mysql will certainly work.

    For remote data, go with mysql.

    Either way around, there are plenty of ways to connect to the database, most all of them based on JDBC. It seems like you basiucally need two tables: patient, and labs. Patient will be something like <name,dob,ssan,address>, and labs something like <ssan, labtype, value, units>. SSAN would be the key and a record would be something like

     123-45-6789|A1C| 6.0|pct glucolated
    

    In that case, I’d just make the tables, have two forms with the data, and don’t try for anything too fancy.

    Update

    Okay, from your comments, yes, either use Derby or just use text files. Do you need any particularly complicated queries? In the Old Days we would just have made something like a CSV file and read it into memory.

    Oh, and look into Java Web Start for distributing the app.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First of all, let's define a few tables: Users table will store information about
First of all, I don't need a textual comparison so Beyond Compare doesn't do
First of all, I will admit I am a novice to web services, although
First of all, let me clarify that I know you cannot have actual abstract
First of all, I got this huge xml file that represents data collected by
First of all I agree that mocking external API calls is the right thing
First of all, I am sorry if this question doesn't belong to SO since
first of all, I'd like to explain why i need this. i need to
first of all sorry for the title. I know this is not so clear
First of all I have to admit that these are very basic and primitive

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.