Re: OJB && struts

2004-12-18 Thread Craig McClanahan
More importantly (from the perspective of Struts) is that the webapp framework should not *dictate* a decision for how you factor your business logic and persistence logic. That is a decision that should be made on it's own merits (independently of how you choose your view tier framework) -- any s

RE: OJB && struts

2004-12-17 Thread Jim Barrows
> -Original Message- > From: liooil [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 2004 1:11 AM > To: [EMAIL PROTECTED] > Subject: Re: OJB && struts > > > A bit late, but thanks for all your answer guys. > I knew the topic was large. I knew

Re: OJB && struts

2004-12-17 Thread Vic
And more fuel: http://www.reumann.net/struts/ibatisLesson1.do liooil wrote: A bit late, but thanks for all your answer guys. I knew the topic was large. I knew also that people on this list are not afraid to share their experience even it's OT border-line. I appeciate that. It helps me to point the

Re: OJB && struts

2004-12-17 Thread Behrang Saeedzadeh
> Incidentally EJB3 is going to be largely based on hibernate and sun > have already signaled their intention that JDO and EJB are going to be > dropped and a new standard created most likely playing catchup with > Hibernate. JDO and EJB are not going to be dropped: they're merged. The next genera

Re: OJB && struts

2004-12-17 Thread bryan
Spring makes it incredibly easy to work with hibernate, if you want to switch to jdo or ejb3 at a later stage it makes it as easy as it could possibly be. There is a page on the hibernate site on the topic. http://www.hibernate.org/110.html It also allows you to remove all your transaction code

Re: OJB && struts

2004-12-17 Thread liooil
A bit late, but thanks for all your answer guys. I knew the topic was large. I knew also that people on this list are not afraid to share their experience even it's OT border-line. I appeciate that. It helps me to point the good question. To James Mitchell : why OJB ? I wanted something JDO c

RE: OJB && struts

2004-12-16 Thread Daniel Perry
OT of JDBC code to do that! Daniel. > -Original Message- > From: Jim Barrows [mailto:[EMAIL PROTECTED] > Sent: 15 December 2004 20:25 > To: Struts Users Mailing List > Subject: RE: OJB && struts > > > No big surprise that it works. The DAO pattern is for >

Re: OJB && struts

2004-12-16 Thread aris
<[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 9:24 PM Subject: RE: OJB && struts No big surprise that it works. The DAO pattern is for abstracting out implementation details of how you actually talk to your DB. If you know that you will always use OJB for your data access,

RE: OJB && struts

2004-12-15 Thread Jim Barrows
es as well. > -Original Message- > From: aris [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 9:46 AM > To: Struts Users Mailing List > Subject: Re: OJB && struts > > > Hi liooil, > I'm using OJB in my struts application. > > At t

Re: OJB && struts

2004-12-15 Thread aris
Hi liooil, I'm using OJB in my struts application. At the beginning I used Druid to create the package with the beans (BusinessObjects? or DTO as explained in http://www.reumann.net/struts/lesson1/step4.do) and the repository.xml file. Here you can find Druid: http://druid.sourceforge.net/index.h

RE: OJB && struts

2004-12-15 Thread Daniel Perry
Using OJB and struts is not really any different from using jdbc with struts. Set up ojb as per instruction on their site, and use it in the same places where you'd normally make jdbc calls. I;m not sure if there are any nice examples (havnt looked since i began using ojb a long time ago). I've

RE: OJB && struts

2004-12-15 Thread Jim Barrows
What exactly are you confused on? You've picked a fairly wide topic with a lot of different ways to answer it. If you are confused on how to implement a web application from presentation through data, then that's a deep subject that's mostly off topic. If you're just not sure how it all fits t

Re: OJB && struts

2004-12-15 Thread Joe Germuska
At 9:47 AM -0500 12/15/04, James Mitchell wrote: Why did you choose OJB? Is it something you are already familiar with or is it something your Company has dictated? James' question aside, the fact that you are trying to connect to a persistence framework based on OJB is not important. How are y

Re: OJB && struts

2004-12-15 Thread bryan
If you have a choice I recommend you use spring/hibernate before you go any further. --b On Wed, 15 Dec 2004 09:41:51 GMT, liooil <[EMAIL PROTECTED]> wrote: > Hello world, > > I'm trying to connect my web to my db through OJB ... > I found many threads relative to this topic (persistence, ...,

Re: OJB && struts

2004-12-15 Thread James Mitchell
Why did you choose OJB? Is it something you are already familiar with or is it something your Company has dictated? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "liooil " <[EMAIL PROTECTED]> To: <[EMAI