Re: Compliment Frameworks

2002-12-20 Thread V. Cekvenich
ROSSEL Olivier wrote: O/R is not always needed. Sometimes you just want to work with a relational master/detail (ie, next row(); next row();). My concern is not to have to think in term of (for example) Primary Key/Foreign Key or Conposite Key... Sometimes the business requirements are

RE: Compliment Frameworks

2002-12-19 Thread Sandra Cann
Message- From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 4:19 AM To: 'Struts Users Mailing List' Subject: RE: Compliment Frameworks are there any big documentation for expresso? may be a book or several tutorials? -- To unsubscribe, e-mail: mailto

RE: Compliment Frameworks

2002-12-19 Thread ROSSEL Olivier
There are a couple tutorial examples - and the EDG (Expresso Developers Guide) doc etc. You'll find the doc at: http://www.jcorporate.com/product/expresso.html Documentation. A bit slow to load - we are currently working on bringing up a new server which will resolve this. After

RE: Compliment Frameworks

2002-12-19 Thread James Mitchell
After speaking about frameworks (where only Expresso Strutsxx and Struts+Cocoon seem to exist), let's talk about O/R mapping. Which one is the easiest/more mature/more functional/best documented/most integrable with Struts? My vote goes to OJB. -- James Mitchell Software Engineer/Struts

RE: Compliment Frameworks

2002-12-19 Thread Hookom, Jacob John
(or so I read in an article a few months back). -jacob -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thu 12/19/2002 10:14 AM To: 'Struts Users Mailing List' Cc: Subject: RE: Compliment Frameworks

RE: Compliment Frameworks

2002-12-19 Thread ROSSEL Olivier
that. -Message d'origine- De: Hookom, Jacob John [mailto:[EMAIL PROTECTED]] Date: jeudi 19 décembre 2002 17:24 À: Struts Users Mailing List Objet: RE: Compliment Frameworks OJB gets my vote too, it wouldn't be that hard to write/use a bean serializer like Betwixt to turn your beans or your application

RE: Compliment Frameworks

2002-12-19 Thread ROSSEL Olivier
O/R is not always needed. Sometimes you just want to work with a relational master/detail (ie, next row(); next row();). My concern is not to have to think in term of (for example) Primary Key/Foreign Key or Conposite Key... This is too much low level for me. And some programmers I talk to

RE: Compliment Frameworks

2002-12-19 Thread Hookom, Jacob John
http://access1.sun.com/jdo/ -Original Message- From: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Sent: Thu 12/19/2002 10:55 AM To: 'Struts Users Mailing List' Cc: Subject: RE: Compliment Frameworks O/R

RE: Compliment Frameworks

2002-12-17 Thread ROSSEL Olivier
are there any big documentation for expresso? may be a book or several tutorials? -Message d'origine- De: Steven Leija [mailto:[EMAIL PROTECTED]] Date: lundi 16 décembre 2002 21:36 À: 'Struts Users Mailing List ' Objet: Compliment Frameworks Hey Guys, What are some good

RE: Compliment Frameworks

2002-12-16 Thread Sandra Cann
Steven A popular complementary open source framework to Struts is Expresso at www.jcorporate.com. Expresso integrates and builds on Struts, adding to it capabilities for security, robust object-relational mapping, background job handling and scheduling, self-tests, logging integration,