Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Fad of the month Java data access question.
As you know I have very few opinions on any subject. In this case it is of
course enhanced by being purely theoretical knowledge (since we are an MS
shop). Given that I would suggest thatyou consider only
JDBC - this will always (!) work and is a pure data access layer. Use it
when all you want is data access.
EJB - Use this in OO environments. Use carefully.
This is somewhat (IMO) reinforced by the difficulty in finding sample apps that use anything else. If folk can't/haven't coded sample apps with the technology how good is it going to be.
I'd also be an advocate of .net but then that won't win any popularity prizes so it must be crap right?
-- Niall Litchfield Oracle DBA Audit Commission UK ***************************************** Please include version and platform and SQL where applicable It makes life easier and increases the likelihood of a good answer ****************************************** "Telemachus" <telemachus_at_ulysseswillreturn.net> wrote in message news:lMeia.6223$pK2.6252_at_news.indigo.ie...Received on Tue Apr 01 2003 - 14:40:21 CST
>
>
> Just having a conference with our Java developers. Plenty of data access
> technologies being bandied around
>
> JDO,DAO,JDBC,EJB -
>
> some of these just look like the Emperor's new clothes - trying to foist
the
> old OODB concept back at us
>
> Question : Which ones are currently in serious use out there and have a
good
> chance of actually being around in a few years ?
>
> If you are now part of a serious Java development , and could start it all
> over, which data access technology would you use ?
>
> Browsing the various cheerleading web sites for all these technologies
and
> also watching people like Nuno who have strong opinions on this kind of
> thing is leaving me slightly confused.
>
>
![]() |
![]() |