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

Fwd: OJB && struts

2004-12-17 Thread Behrang Saeedzadeh
-- Forwarded message -- From: Behrang Saeedzadeh <[EMAIL PROTECTED]> Date: Fri, 17 Dec 2004 17:11:35 +0330 Subject: Re: OJB && struts To: [EMAIL PROTECTED] > ie Hibernate ... the only guys who managed to get it right with ORM in > the last 4 years of s

Fwd: OJB && struts

2004-12-17 Thread Behrang Saeedzadeh
-- Forwarded message -- From: Behrang Saeedzadeh <[EMAIL PROTECTED]> Date: Fri, 17 Dec 2004 17:16:22 +0330 Subject: Re: OJB && struts To: [EMAIL PROTECTED] For a list of those other people who are satisfied with JDO please have a look at this thread at TheServerS

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
I think there is a difference between tieing things to struts, and ojb. Struts is quite obtrusive - you have to use Actions if you're going to use struts. Keeping business logic in actions ties you to struts. If you decided to add a swing interface to your app, then you cant easily reuse

Re: OJB && struts

2004-12-16 Thread aris
Yes Jim, I'm agree with you. Maybe you have misinterpreted my last sentence or maybe I've expressed the concept in the wrong way or both. I want just to say that I'm using OJB+Struts using directly the persistence broker instead of ODMG/OJB and I'm not implementig the DAO (

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
B tutorial. I don't use the DAO pattern but it works... Hoping this help, aris. - Original Message - From: "liooil " <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 10:41 AM Subject: OJB && struts Hello world, I&#x

RE: OJB && struts

2004-12-15 Thread Daniel Perry
, then create a service/plug-in that provides more complex multi-object transactions. Hope that gives you some ideas... Daniel. > -Original Message- > From: liooil [mailto:[EMAIL PROTECTED] > Sent: 15 December 2004 09:42 > To: [EMAIL PROTECTED] > Subject: OJB && st

RE: OJB && struts

2004-12-15 Thread Jim Barrows
> From: liooil [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 2:42 AM > To: [EMAIL PROTECTED] > Subject: OJB && struts > > > Hello world, > > I'm trying to connect my web to my db through OJB ... > I found many threads relative to this topic (pers

Re: OJB && struts

2004-12-15 Thread Joe Germuska
ource Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "liooil " <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 4:41 AM Subject: OJB && struts Hello world, I'm trying to connect my web to my db through

Re: OJB && struts

2004-12-15 Thread bryan
this topic (persistence, ..., > whatever, ...) > And after that, i feel fuzzy about all mentioned patterns : > DAO, Broker, Business Delagate, and so on ... > > At this moment, i'm stuck with my ODMG/OJB Struts plugIn (like in > Cavaness's Beer4all) and i don't how i co

Re: OJB && struts

2004-12-15 Thread James Mitchell
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 4:41 AM Subject: OJB && struts Hello world, I'm trying to connect my web to my db through OJB ... I found many threads relative to this topic (persistence, ..., whatever, ...) And after that, i feel fuzzy about a

OJB && struts

2004-12-15 Thread liooil
Hello world, I'm trying to connect my web to my db through OJB ... I found many threads relative to this topic (persistence, ..., whatever, ...) And after that, i feel fuzzy about all mentioned patterns : DAO, Broker, Business Delagate, and so on ... At this moment, i'm stuck with m