Layers jn J2EE applications

hi,

in my organisation, all the web application is splitted into 3 layers

_presentation

_bussiness-services

_dao-services

the "dao-services" layers, gives interfaces to interact with persistent store, the implementation is the responsability of the "DAO team".

and all the Web-team, implements theirs business-services relying on the "dao-servcies"

lets' say we have webapp1, webapp2 ...webappn, i would like to know, if there is a tool or code or eclipse action, to know the list of "dao-services" used by each webapplication.

thanks for your help

[604 byte] By [userhba] at [2007-11-27 6:36:51]
# 1

Onions have layers, web apps have layers.

No.

Actually, now that I think about it, Eclipse (and probably NetBeans, et al.) has the ability to find references to other classes. I think if you right click on an instance variable in your code, the context menu that pops up has an item for that but I would check the documentation.

Good luck.

Message was edited by:

filestream

filestreama at 2007-7-12 18:04:58 > top of Java-index,Java Essentials,Java Programming...
# 2
The Dao team should give you a list of interfaces for the Daos to be called.
oropezaa at 2007-7-12 18:04:58 > top of Java-index,Java Essentials,Java Programming...
# 3
yes it works thank you
userhba at 2007-7-12 18:04:58 > top of Java-index,Java Essentials,Java Programming...
# 4

> yes it works thank you

Of course it does. If you don't know me by now, just allow me to introduce myself (look at that...a reference to not one but TWO hit song...)

Every night I hock up a lunger and extinguish the *Sun*! I ran 'em out of Heaven and sold it to Hell for a *profit*!

I'm enlightened, I achieved `Nirvana' and took it *home* with me. I do it for *fun*!

filestreama at 2007-7-12 18:04:58 > top of Java-index,Java Essentials,Java Programming...
# 5
> Layers jn J2EE applicationsOnions have layers.Yawmark (<-- loves parfait)
yawmarka at 2007-7-12 18:04:58 > top of Java-index,Java Essentials,Java Programming...
# 6
> Yawmark (<-- loves parfait)But what about cake ?
Aknibbsa at 2007-7-12 18:04:58 > top of Java-index,Java Essentials,Java Programming...
# 7
> > Layers jn J2EE applications> > Onions have layers.> > > > Yawmark (<-- loves parfait)For someone who used to be fast, you are slow (see reply 1). :-)
filestreama at 2007-7-12 18:04:58 > top of Java-index,Java Essentials,Java Programming...
# 8
> For someone who used to be fast, you are slow (see reply 1). :-)Sue me, I'm getting old.~
yawmarka at 2007-7-12 18:04:58 > top of Java-index,Java Essentials,Java Programming...
# 9
> > For someone who used to be fast, you are slow> (see reply 1). :-)> > Sue me, I'm getting old.:-)
filestreama at 2007-7-12 18:04:58 > top of Java-index,Java Essentials,Java Programming...