This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes question on DAO 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 "question on DAO" Watch "question on DAO" New topic
Author

question on DAO

suekar meredilko
Ranch Hand

Joined: Mar 27, 2006
Posts: 153
Is it required to show the DAOFactory and OracleDAO and the subsequents DAO e.g. SegmentDAO, IternaryDAO, PriceDAO and FlightDAO in the component diagram ?

What are the ranchers thoughts on these.
veena madhukar
Ranch Hand

Joined: Apr 28, 2006
Posts: 86
i plan to show the system related DAOs in the component diagram. still to draw. hope will not change my mind !!.

what is this oracleDAO??
veena madhukar
Ranch Hand

Joined: Apr 28, 2006
Posts: 86
Are you providing all diagrams (gifs) as links in the word document. later convert the word document to html...right? Put the html and gifs in the jar file ...right?
Cleuton Sampaio
Ranch Hand

Joined: Nov 11, 2005
Posts: 181
Hi,

Please note that I haven�t gotten my results yet.

I haven�t shown any factories in my diagrams. I also wrote a statement about that in my assumptions. This and other classes are in too lower detail level to be shown in an architectural design.

I am not alone in this opinion, because I have gotten this idea from many messages in the forum.

I have created a folder will all GIFs and HTMLs inside.


Cleuton Sampaio<br />Systems Architect<br />(SCEA,SCWCD,SCBCD,MCSE,MCSD)
Santiago Urrizola
Ranch Hand

Joined: Apr 27, 2006
Posts: 172
i make a small clas diagram to show some components as daos ... and show interfaces, classes subclases and factorys of daos


Santiago Urrizola : La Plata - Argentina<br />SCEA (89%-92%)<br /><a href="http://gpitech.wordpress.com/" target="_blank" rel="nofollow">http://gpitech.wordpress.com/</a>
suekar meredilko
Ranch Hand

Joined: Mar 27, 2006
Posts: 153
Originally posted by veena madhukar:
i plan to show the system related DAOs in the component diagram. still to draw. hope will not change my mind !!.

what is this oracleDAO??


Veena: Look at J2EE blueprints for DAO Explanation. The purpose of DAO is to seperate in layer your database access code. one of the goals is to make the business logic independent of the underlying datastore so theoretically you would have a factory which creates different types of dao(s) , oracle being one of them. I have one just for oracle to convey the idea. After then have dao for the rest of the entities i.e. segment, iternary, price and seat.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: question on DAO
 
Similar Threads
EJB with DB Access
flow from JSP to DB
Session Bean + DAO
Thread problem
def of DAO