File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes what is er diagram? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "what is er diagram?" Watch "what is er diagram?" New topic
Author

what is er diagram?

Win Yu
Ranch Hand

Joined: Oct 17, 2001
Posts: 224
Question 10
You are asked to convert an existing two-tier client-server application interacting with Oracle database to java. What input is most needed to study feasibilty of that project in java? any one.
1) er diagram
2) application design
3) application code
4) list of gui objects


Win
Chris Mathews
Ranch Hand

Joined: Jul 18, 2001
Posts: 2712
ER Diagram is an Entity-Relationship Diagram. Essentially it is a standard way to model Databases before UML. Truthfully most people still model databases using ER Diagrams instead of using UML.
I would also say that ER Diagram would be the best answer to question since a list of gui objects is useless, application code is irrelevant, and application design is what they plan to change in the first place (going from a 2-tier to an n-tier). I would want a list of use cases or at least a requirements list but neither of these are options, therefore I would be forced to go with the ER Diagram.
Win Yu
Ranch Hand

Joined: Oct 17, 2001
Posts: 224
got it. thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: what is er diagram?
 
Similar Threads
What objective part of the SCJP2 exam....
Class diagram for database
Java packages -> JARs. Is it Component, Package or Deployment diagram
UML and E-R Diargams
Which is the Best software Tool for Drawing the UML diagram and ER Diagram in UBUNTU karmic machine