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: Java mvc

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

    Default Java mvc

    I need help with this project. It is one of my projects this semester


    CASE STUDY

    HRMS is a human resource management company that acts as a bridge to connect people seeking job opportunities in Information Technology/Computing with companies offering employment prospects.
    Companies seeking the assistance of HRMS must register as members of HRMS. Companies inform their job vacancies and provide the job description for each. Each job description is recorded in the database.
    HRMS maintains database of the customers seeking job opportunities. Each customer is given a unique registration number.
    It is required to develop a GUI for the above system to add to the existing registered company list whenever a new company is included in the company list. It is also required to have GUI facilities to add new customer as registered customer.

    GUI must also have facilities to display the total number of Companies /Customers available in the list of Company/Customer.

    Company name, address, job-position available and minimum number of experience are the attributes for the Company.

    Customer number, name, address, tel-no. e-mail address and job-position are the attributes of the customer.

    Note that Customer number is generated automatically in the format of “C99999” – a letter C followed by a five digit integers.


    Question

    Write a program implementing a GUI according to the Model-View-Controller design pattern. The program should consist of the following classes. See below for further details.

    a. Definition of Model classes

    b. Definition of Control Classes

    c. Definition of View classes

    d. Complete Program


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Java mvc

    Welcome Prexstar

    What is it you need help with?

Similar Threads

  1. Replies: 0
    Last Post: May 27th, 2013, 11:04 AM
  2. MVC concept in java.
    By twizard in forum What's Wrong With My Code?
    Replies: 3
    Last Post: May 23rd, 2013, 06:22 AM
  3. Store numbers in mvc Calculator java
    By Spanky13 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 25th, 2013, 08:24 PM
  4. MVC - Split the Java servlet(help needed)
    By kamweshi in forum Java Servlet
    Replies: 1
    Last Post: October 18th, 2010, 09:02 AM
  5. MVC
    By systech44 in forum Web Frameworks
    Replies: 1
    Last Post: December 9th, 2009, 03:46 AM