| | |
Creating data access layer in java
![]() |
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.
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.
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).

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).
![]() |
Similar Threads
- Suitable Design Pattern for C++ Daya Access Layer (C++)
- Code Snippet: Simple Data Access Layer against SQL Server (C#)
- Clarification needed: Table adapter creation (ASP.NET)
- Data Access Objects in jsp and beans? (JSP)
- Create an Access Database using Java (Java)
Other Threads in the Java Forum
- Previous Thread: I've tried everything...setting font of selected text
- Next Thread: Images
| Thread Tools | Search this Thread |
addball android api applet application apps array automation awt bidirectional binary birt bluetooth businessintelligence busy_handler(null) card class classes client code collision columns component constructor crashcourse database designadrawingapplicationusingjavajslider draw eclipse ee error eventlistener exception expand fractal free game gis givemetehcodez graphics gui guidancer html ide image integration intellij j2me java javadoc javafx javamicroeditionuseofmotionsensor javaprojects jme jni jpanel jtree julia jvm linux loan loop map method migrate mobile mobiledevelopmentcreatejar myaggfun netbeans newbie oracle phone physics plazmic print problem program programming project radio scanner server service set sharepoint smart sms smsspam software sql subclass support swing textfield threads tree trolltech unlimited utility windows






