Christian Suarez

Greenhorn
+ Follow
since Feb 02, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Christian Suarez

Hi

While i'm working on my classes diagrams I realized that I need to express for example a List of objects and an Enumeration for the status of the Request and the Bids, do you think guys that It's correct to put a List and an Enumeration data type on my design, this datatypes are Dependents of the platform but I think that those types could represent the list of objects and a set of specific types in more abstract way
I would recommend:

- Core J2ee Patterns (Alur, Crupi, Malks)
- Design Patterns (Gamma, Helm, Johnson, Vlissides) or Insted Head First Design Patterns I think that it's more clear that the first one

Christian
Congratulations!!
15 years ago
I'm working on my assignment but I'm not sure if I should put the EntityManager on the sequence diagram to represent the interaction between my Session Facade and my JPA Entity, what do you think guys?
Scoot.. According with the Post Request for Parts use case specification The system makes a bid request for A input part category, this does mean that we have only one Part Category related with a single Request, so in this case the system only can managed one request by part?
I'm also working on the same project too..

1,- I use generalization for represent all the type of parts, because the design has to be extensible.
3.- I agree with Nithi on the sense that I think that there's a single request for each part type, I think that the BDM is incorrect, In my class diagram I have a 1-1 multiplicty between PO and Request.