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 4 of 4

Thread: Need a help with the easy app

  1. #1
    Junior Member
    Join Date
    Apr 2019
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need a help with the easy app

    hi, please help me create a easy project in jframe, where user can add a person with some data (ex. name, surname, age) and save it.

  2. #2
    Member
    Join Date
    Sep 2018
    Location
    Virginia
    Posts
    284
    My Mood
    Cool
    Thanks
    0
    Thanked 38 Times in 36 Posts

    Default Re: Need a help with the easy app

    Show me what you have done.

    Regards,
    Jim

  3. #3
    Junior Member
    Join Date
    Apr 2019
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Need a help with the easy app

    I decided to try to make as a web application
    https://pastebin.com/U8fVWinZ - index.jsp, where is button to add a person
    https://pastebin.com/85uKuec0 - java class, with person as entity

    I have a problem with @Entity and I don’t know what to do next

  4. #4
    Member John Joe's Avatar
    Join Date
    Jun 2017
    Posts
    278
    My Mood
    Amused
    Thanks
    8
    Thanked 19 Times in 19 Posts

    Default Re: Need a help with the easy app

    What you want when the link is clicked? Add the name from selected file?
    Whatever you are, be a good one

Similar Threads

  1. [SOLVED] Need a little help,easy task
    By eyalfish in forum What's Wrong With My Code?
    Replies: 0
    Last Post: April 23rd, 2014, 02:08 PM
  2. Easy App CSV
    By valeboccaccio in forum What's Wrong With My Code?
    Replies: 4
    Last Post: June 11th, 2013, 05:20 AM
  3. Easy.
    By Totel in forum Loops & Control Statements
    Replies: 3
    Last Post: September 26th, 2012, 03:19 PM
  4. My app audio sounds different when running the app?
    By TP-Oreilly in forum Android Development
    Replies: 1
    Last Post: January 29th, 2012, 08:23 AM
  5. This will be an easy one.
    By Pedroski in forum Object Oriented Programming
    Replies: 2
    Last Post: September 26th, 2011, 12:53 AM