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: what to chose

  1. #1
    Junior Member
    Join Date
    Jul 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default what to chose

    i want to make an application in which there are registered users. so users can put data in database, can see data from database.
    my application is there are different doctors from different places and they have common patients( clients) that they care about patients. so they want always what the give to patients (clients) they write in database so to keep every information about patients(clients).
    what to chose to implement this?
    i want to be like application(not on browser) so that I can manage to do this. So give me some help how to implement .
    i have to make a applet or Servlet or ....
    thank you


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: what to chose

    You've provided little context to provide any detailed answer. Read up on J2EE application design, JDBC, and java Swing to name a few. And please don't cross post.
    This thread has been cross posted here:


    http://www.java-forums.org/new-java/46788-what-type-chose.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting


Similar Threads

  1. please help me how can i use a loop to chose from a menu
    By roro in forum Loops & Control Statements
    Replies: 2
    Last Post: December 12th, 2010, 01:13 PM