Creating data access layer in java

Reply

Join Date: Aug 2004
Posts: 2
Reputation: pursottam tiwar is an unknown quantity at this point 
Solved Threads: 0
pursottam tiwar pursottam tiwar is offline Offline
Newbie Poster

Creating data access layer in java

 
0
  #1
Jan 6th, 2005
dear all the programmer
i m facing a difficulty in creating the concept
of data access layer (DAL)concept in java ...as it is implemented in .net...if any one can help abt this plz send mail at email removed by moderator
Last edited by alc6379; Jan 17th, 2005 at 10:41 am.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,145
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Creating data access layer in java

 
0
  #2
Jan 6th, 2005
Asking private help in public forums is considered extremely rude and should never be done (or in case it is done, honoured).

There are several ways in which you can implement a data access layer. You could use EJB, JDO, or roll your own DAO and/or DTO system using for example JDBC.
Or you can create something completely customised to your requirements, maybe using RMI, SOAP, CORBA, or any other technology you want or can use.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 609
Reputation: freesoft_2000 is an unknown quantity at this point 
Solved Threads: 7
freesoft_2000 freesoft_2000 is offline Offline
Practically a Master Poster

Re: Creating data access layer in java

 
0
  #3
Jan 16th, 2005
Hi everyone,

I did a similar project like this for some company. Your best bet is to try and build your own data access layer from scratch. Use your own concept and build it using the standard SDK.

Please note that if you do this you are actually implementing your own industry standard

Richard West
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,145
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Creating data access layer in java

 
0
  #4
Jan 16th, 2005
no, you're not implementing your own industry standard for the very reason that a standard is something that's generally accepted and used which your solution won't be

Unless you know very well what you're doing the best bet is to take an existing framework as the basis of your solution.
JDO, Hibernate, EJB even (though I'd advise against that in all but extreme cases) are often good solutions.

I know it's hugely gratifying to roll your own solution (and it's what I tend to do in many cases I admit) but it's not always the economically best solution (and unless you're very good probably not technically either).
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC