<shameless plug>
Equinox (http://equinox.dev.java.net) allows you to use Struts+Spring and any of the following persistence engines:


Hibernate
iBATIS
JDO (JPOX)
OJB
Spring JDBC
</shameless plug>

Personally, I like Hibernate when I get to create my schema, and iBATIS when it already exists. iBATIS is the easiest to learn/use in my experience.

Matt

On Mar 9, 2005, at 4:40 AM, karthikeyan balasubramanian wrote:

Hi all,

  Thank you all for inputs.

  Now my list has grown big :

1. Castor
2. JDO
3. iBATIS
4. Hibernate
5. OJB

I looked at iBATIS, it seems to be simple and easy to use.  I will
also check out
others and let you know my thoughts.

  Have a great day.

Karthikeyan B

On Wed, 09 Mar 2005 11:31:50 +0100, Sebastian Hennebrueder
<[EMAIL PROTECTED]> wrote:
I do not completely agree here. You can choose from where you come and
to where you go using Hibernate.

As other approach I only know EJB and here it depends on the tools you
have. With xDoclet your start with the class and go to the db over the
mappings.

Regards

Sebastian Hennebrueder

----

http://www.laliluna.de

Tutorials for JSP, JavaServer Faces, Struts, Hibernate and EJB

Günther Wieser wrote:
i prefer to use OJB for persistence, because i like the approach of coming
from the object world and define the mapping to the database, while
hibernate (and others) tend to come from the database and help you generate
classes.
OJB is very easy to use, and you won't see anything related like PK-FK or
"id" within your java code which makes it easy to read and has nothing
database related in it. but if you have the need to tune performance etc.
OJB gives you access to everything, inluding using stored procedures.


kr,
guenther


-- Günther Wieser

creative-it
Guglgasse 6/1/11/1
A-1110 Wien
Austria
http://www.creative-it.com


-----Original Message-----
From: karthikeyan balasubramanian [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 9:19 AM
To: user@struts.apache.org
Subject: Struts DB Access :: Best Practices


Hi all,

  I am planning to use Tomcat/Struts/MySQL in my project.

  Database operation's can involve more selects and little bit of
update/insert operations.

I want to know what is the best way to access database using struts.

  I did a research and found few good ways:

  1. Struts using Castor.
  2. Struts using JDO.

I found Struts with Castor easy to use. What you guys/gals think on "What
is the best practices to access DB from Struts?.


  Any inputs here would enable me to make good decision :)

  Looking forward for yours response.

  Have a great day.

Karthikeyan B

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to