Results 1 to 5 of 5
Thread: Is EJB an alternative for JDBC?
- 04-20-2009, 12:43 PM #1
- 08-05-2009, 08:36 PM #2
Senior Member
- Join Date
- Mar 2009
- Location
- USA
- Posts
- 127
- Rep Power
- 0
no..who said.
ejb is mainly used for heavy transaction however you can use EJB for database operations. However widely used for handing transactions.
- 11-15-2009, 06:43 PM #3
Member
- Join Date
- Nov 2009
- Posts
- 2
- Rep Power
- 0
JPA which is part of EJB is uses jdbc. so jdbc compliments ejb. not an alternative
- 12-22-2009, 03:03 PM #4
Member
- Join Date
- Dec 2009
- Posts
- 2
- Rep Power
- 0
no,wrong information.. EJB is a distributed component which can be supported in any of the platform..now we use this ejb for middletier purpose.
- 01-06-2010, 09:14 AM #5
Member
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 43
- Rep Power
- 0
it is always a good idea not to use plain jdbc when you work
with some greater databases.
EJB is one possible alternative but it only works
in an application server environment.
An alternative to EJB is Spring + Hibernate.
Similar Threads
-
alternative for ajax
By site4u in forum New To JavaReplies: 6Last Post: 04-28-2011, 01:15 PM -
alternative to static initialization blocks
By paola in forum New To JavaReplies: 1Last Post: 12-06-2008, 05:51 PM -
Any Alternative to Swing?
By Niveditha in forum AWT / SwingReplies: 13Last Post: 06-27-2008, 09:39 AM -
Java mswinsck.ocx alternative
By kpedersen in forum Advanced JavaReplies: 0Last Post: 06-13-2008, 07:45 PM -
How to use JDBC Template classes to control basic JDBC processing and error handling
By JavaBean in forum Java TipReplies: 0Last Post: 09-28-2007, 12:56 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks