• 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

Part2-Assumption-Please Guide.

 
Ranch Hand
Posts: 45
Eclipse IDE Oracle Windows XP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have converted one object given in BDM into @Entity(table) and assumed that it is pre-loaded (loaded with some static data by some means) and i mapped that entity to one of the "not-clear term" in use case and application will use that data.

Note:
(i) Based on that, i have not changed flow of any use case given and BDM associations and i can achieve expected functionality via my design.
(ii) No where in the assignment its mentioned how that entity may get used/populated.

Did i simplified the business problem given because of static/pre-loaded data assumption?

Please guide me.
 
Gurunath Dharmar
Ranch Hand
Posts: 45
Eclipse IDE Oracle Windows XP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

is my assumption OK or i simplified the problem?
Anybody to guide me?
 
Gurunath Dharmar
Ranch Hand
Posts: 45
Eclipse IDE Oracle Windows XP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Did i asked the question correctly or understandable by anybody?
Since i didn't get any response i am just checking it.
 
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you please rephase your question
 
Gurunath Dharmar
Ranch Hand
Posts: 45
Eclipse IDE Oracle Windows XP
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you guru... at least you told my question was not clear...

Modified it and Created a new title to avoid confusion with this.....
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is all depending on the context, but I don't see why having some data being staticlly loaded and cashed would be invalid assumption. If you feel how that is good solution, then go for it.
reply
    Bookmark Topic Watch Topic
  • New Topic