Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: New - Need Advice about Java Based site to collect data for dissertation

  1. #1
    Junior Member
    Join Date
    Feb 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default New - Need Advice about Java Based site to collect data for dissertation

    Hello,

    First, I apologize for my ignorance. I am very new at Java. I do have some basic C++ experience from several years ago, but I did not get into Java at the time. I went into a CJ program and am now working on my dissertation. I am wanting to develop a training program (web-based) that will be used by law enforcement agencies to train recruits more effectively on recognizing threats. This is lacking and the research could actually be beneficial for safety.

    So, that's what I'm doing, what I'm wanting to know is if Java is the correct language for me to focus on and the feasibility of the project. What I need to do is have an image pop up (a weapon or no weapon initially with the complexity of the imaging increasing), the user would then select one of two keys to select if it is a threat or not. I would need to have the time required to decide the answer and if they were correct returned to me. This doesn't seem like it would be too difficult to do, I just want to make sure I'm not running into anything crazy...so I came to the experts.

    The idea being that the repetition and varying complexity of the program will prepare the recruits and aid in the use of force decision making process. This program is obviously a small part of the overall project, but it would be integral to good outcomes (I'm utilizing some vision tracking software to pre- and post-test recruits ability to recognize threats in real situations, as well as some other things).

    I'm open to any sort of feedback.

    Hunter-


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: New - Need Advice about Java Based site to collect data for dissertation

    Yes, for what you describe, Java is more than adequate and completely appropriate. What we can't know is your ability to learn Java well enough to program what you've described. Java GUI programming is not something you can learn to do even poorly overnight. Depending on how much time you have each day to study and practice, how well you can remember and leverage your basic C++ experience, and how hard you're willing to work, you could probably become proficient enough to do what you've described in 6 months to a year, assuming you're at the upper end of the motivation and ability scales.

    Good luck!

Similar Threads

  1. Data program advice
    By Alnicoll in forum Algorithms & Recursion
    Replies: 5
    Last Post: January 13th, 2014, 01:19 AM
  2. A poker program that gives advice based on pre set strategy...
    By mcbgun in forum Java Theory & Questions
    Replies: 0
    Last Post: December 19th, 2012, 10:19 AM
  3. how to add information for specific data based on it's ID
    By banana in forum JDBC & Databases
    Replies: 0
    Last Post: August 23rd, 2012, 08:54 AM
  4. Advice how to sort data from database
    By gerre in forum Java Theory & Questions
    Replies: 1
    Last Post: August 2nd, 2012, 09:01 AM
  5. Replies: 1
    Last Post: June 16th, 2011, 05:49 PM

Tags for this Thread