Re: Real world OJB applications

2004-01-13 Thread Thomas Mahler
Hi Sean,

We have a page listing reference usages and user testimonials:
http://db.apache.org/ojb/references.html
some of these projects are open source.

We also have sample apps in our contributions package. You'll find more 
details on this page: http://db.apache.org/ojb/links.html#OJB tutorials.

cheers,
thomas
Sean Dockery wrote:
Are there any OJB applications available with source on the web?



-
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]


Re: Real world OJB applications

2004-01-13 Thread Thomas Mahler
Hi Sean,

Sean Dockery wrote:
Thanks.  I've downloaded it and will look at it later this weekend.

Is OpenEMed an example of a typical OJB application?

Mhh, What do you mean by typical? OJB is used in large variety of 
application scenarios. (E.G. in Swing based clients, in Servlets, in EJB 
Session beans, hooked into a CORBA transaction service, etc.)
The only thing that all applications have in common is:
they are java apps that need access to a reletional database.

In so far OpenEMed is quite typical ;-)

cheers,
thomas
David Forslund [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
http://OpenEMed.org (a sourceforge project) uses OJB as its default
persistent store.  It doesn't use
all the features of OJB but has it integrated as an optional (preferred)
persistent store mechanism.
At 01:23 PM 1/9/2004, Sean Dockery wrote:

Are there any OJB applications available with source on the web?



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
David W. Forslund   [EMAIL PROTECTED]
Computer and Computational Sciences
http://www.acl.lanl.gov/~dwf

Los Alamos National Laboratory  Los Alamos, NM 87545
505-663-5218FAX: 505-663-5225




-
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]


Re: Real world OJB applications

2004-01-13 Thread Sean Dockery
Hello, Thomas.

Thanks for the link to the references page.

I have looked at some of the sample applications, but I'm not sure that
sample applications will provide the information that I'm looking for.  The
problem with sample applications is that you can't be sure whether or not
how OJB is used in the sample applications is necessarily of how it lives
in the wild.  When I am faced with a decision of how to go about something,
it is sometime reassuring to find instances in applications in the wild
where the same compromises were made or approaches were taken.  There is a
proverb that says something along the lines of, when all you have in your
toolbox is a hammer, the whole world starts to look like a nail.  I just
want to have as many tools (i.e.: knowledge of approaches to using OJB) as
possible.

Thomas Mahler [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi Sean,

 We have a page listing reference usages and user testimonials:
 http://db.apache.org/ojb/references.html

 some of these projects are open source.

 We also have sample apps in our contributions package. You'll find more
 details on this page: http://db.apache.org/ojb/links.html#OJB tutorials.

 cheers,
 thomas

 Sean Dockery wrote:
  Are there any OJB applications available with source on the web?
 
 
 
 
  -
  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]



Re: Real world OJB applications

2004-01-13 Thread Sean Dockery
I mean typical as in a good example of how to use OJB.  I'm not concerned
with what the user interface medium happens to be; I just want some
exposure to approaches taken in the real world applications using OJB that
have been proven to be viable.

Do you have a sense of which of the ODMG or PB personalities are used more
often?  I've read (and reread) the pages where it talks about what using
ODMG gets you, but it doesn't easily translate into what the correlating
pitfall in using PB is.

Thomas Mahler [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi Sean,

 Sean Dockery wrote:
  Thanks.  I've downloaded it and will look at it later this weekend.
 
  Is OpenEMed an example of a typical OJB application?
 
 Mhh, What do you mean by typical? OJB is used in large variety of
 application scenarios. (E.G. in Swing based clients, in Servlets, in EJB
 Session beans, hooked into a CORBA transaction service, etc.)
 The only thing that all applications have in common is:
 they are java apps that need access to a reletional database.

 In so far OpenEMed is quite typical ;-)

 cheers,
 thomas

  David Forslund [EMAIL PROTECTED] wrote in message
  news:[EMAIL PROTECTED]
 
 http://OpenEMed.org (a sourceforge project) uses OJB as its default
 persistent store.  It doesn't use
 all the features of OJB but has it integrated as an optional
(preferred)
 persistent store mechanism.
 
 
 At 01:23 PM 1/9/2004, Sean Dockery wrote:
 
 Are there any OJB applications available with source on the web?
 
 
 David W. Forslund   [EMAIL PROTECTED]
 Computer and Computational Sciences
 
  http://www.acl.lanl.gov/~dwf
 
 Los Alamos National Laboratory  Los Alamos, NM 87545
 505-663-5218FAX: 505-663-5225




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



Re: Real world OJB applications

2004-01-10 Thread Sean Dockery
Thanks.  I've downloaded it and will look at it later this weekend.

Is OpenEMed an example of a typical OJB application?

David Forslund [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 http://OpenEMed.org (a sourceforge project) uses OJB as its default
 persistent store.  It doesn't use
 all the features of OJB but has it integrated as an optional (preferred)
 persistent store mechanism.


 At 01:23 PM 1/9/2004, Sean Dockery wrote:
 Are there any OJB applications available with source on the web?
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 David W. Forslund   [EMAIL PROTECTED]
 Computer and Computational Sciences
http://www.acl.lanl.gov/~dwf
 Los Alamos National Laboratory  Los Alamos, NM 87545
 505-663-5218FAX: 505-663-5225





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



Real world OJB applications

2004-01-09 Thread Sean Dockery
Are there any OJB applications available with source on the web?




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



Re: Real world OJB applications

2004-01-09 Thread David Forslund
http://OpenEMed.org (a sourceforge project) uses OJB as its default 
persistent store.  It doesn't use
all the features of OJB but has it integrated as an optional (preferred) 
persistent store mechanism.

At 01:23 PM 1/9/2004, Sean Dockery wrote:
Are there any OJB applications available with source on the web?



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
David W. Forslund   [EMAIL PROTECTED]
Computer and Computational Sciences http://www.acl.lanl.gov/~dwf
Los Alamos National Laboratory  Los Alamos, NM 87545
505-663-5218FAX: 505-663-5225