• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

build a timesheet system

 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

to beginngin with ejb, i would like to build a timesheet system.
i have netbeans 5.5, and sun JEE server

i would like to be able to add people, project, task and timesheet

in the timesheet, i would like to see every day of the week and be able to add time to each task we done

task
project
person
timesheet

some idea
a project can have one or many task
a task is linked to only one project
a person can have one or many task
a person can have one or many timesheet

i readed some info about ejb

any tips, idea to do my project

thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic