• 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

Java/JEE Application Design help

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I request you provide me guidance and help on designing and implementing a Java/JEE Application using UML along the way.

Here are our functional requirements for domain:
a. provide UI to Import a (map) file and store it in Database (a map is nothing but a text file which has bunch of records in it. Each line in the file is a record which contains 3 columns delemited by space)
b. provide UI to add/update/delte map file and able to create versions for a specific map file
c. provide UI to manage(add/update/delete) users, roles, user-role associations
d. provide UI to export the map file as .csv file, .excel file etc.

Due to some corporate governance and architectural decisions we decided to use these technologies:
JSF, Spring MVC, Spring JPA, Web Services, DB2

Can you please suggest me to how to design java components, java interfaces, java implementations etc., also using UML along the way?

Appreciate if you could please direct me to some good books or web links that can help in designing the java components/interfaces etc. using UML along the way?
 
Brian Fed
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Appreciate responses to this post from fellow Ranchers
 
Ranch Hand
Posts: 2187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Object Technology: A Manager's Guide by David A. Taylor
Paperback: 224 pages
Publisher: Addison-Wesley Professional 2nd Edition
Language: English
ISBN-10: 0201309947
ISBN-13: 978-0201309942
 
Acetylsalicylic acid is aspirin. This could be handy too:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic