R: Struts and PL/SQL

2004-06-29 Thread Grassi Fabio
***/ > -Messaggio originale- > Da: CRANFORD, CHRIS [mailto:[EMAIL PROTECTED] > Inviato: mercoledì 30 giugno 2004 04:28 > A: 'Struts Users Mailing List' > Oggetto: RE: Struts and PL/SQL > > > I would be interested in seeing what one o

RE: Struts and PL/SQL

2004-06-29 Thread CRANFORD, CHRIS
: Struts and PL/SQL Hi, in my application all DB access goes through PL/SQL stored procedures. I use Oracle JPublisher to generate the Java classes that map PL/SQL packages. It works fine enough. Bye, Fabio. > -Messaggio originale- > Da: Lucas Gonzalez [mailto:[EMAIL PROTECTED] >

Re: R: Struts and PL/SQL

2004-06-25 Thread Daniel H. F. e Silva
e, so unless the logic gets > *very* > complicated I prefer using if/elsif/else/end blocks and have some code duplicated. > > Bye, Fabio. > > > > -Messaggio originale----- > > Da: Chris Cranford [mailto:[EMAIL PROTECTED] > > Inviato: giovedì 24 giu

R: Struts and PL/SQL

2004-06-24 Thread Grassi Fabio
lient-built query) and more error-prone, so unless the logic gets *very* complicated I prefer using if/elsif/else/end blocks and have some code duplicated. Bye, Fabio. > -Messaggio originale- > Da: Chris Cranford [mailto:[EMAIL PROTECTED] > Inviato: giovedì 24 giugno 2004

Re: Struts and PL/SQL

2004-06-24 Thread Daniel H. F. e Silva
Lucas, Are you talking about PL/SQL stored procedures? Considering that, i recommend setting a DAO layer up. And i do recommend using iBATIS DAO and SQL Maps for that. Resources about iBATIS can be found at www.ibatis.com and www.reumann.net (Struttin' with Struts). Cheers, Daniel Silva. ---

Re: Struts and PL/SQL

2004-06-24 Thread Chris Cranford
IL PROTECTED]>; "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 24, 2004 5:31 AM Subject: R: Struts and PL/SQL Hi, in my application all DB access goes through PL/SQL stored procedures. I use Oracle JPublisher to generate the Java classes that map PL

R: Struts and PL/SQL

2004-06-24 Thread Grassi Fabio
coledì 23 giugno 2004 20:07 > A: Struts Users Mailing List > Oggetto: Struts and PL/SQL > > > Hi all! > > I´ve been using Struts a lot with EJB and Hibernate with no problems. > > But I always wondered if it´s possible to use an architecture > that uses > STRUTS an

Re: Struts and PL/SQL

2004-06-23 Thread Vic Cekvenich
L PROTECTED]> Sent: Wednesday, June 23, 2004 3:33 PM Subject: Re: Struts and PL/SQL At 3:06 PM -0300 6/23/04, Lucas Gonzalez wrote: Hi all! I´ve been using Struts a lot with EJB and Hibernate with no problems. But I always wondered if it´s possible to use an architecture that uses STRUTS and goes dir

Re: Struts and PL/SQL

2004-06-23 Thread Lucas Gonzalez
Message - From: "Joe Germuska" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 23, 2004 3:33 PM Subject: Re: Struts and PL/SQL At 3:06 PM -0300 6/23/04, Lucas Gonzalez wrote: >Hi all! > >I´ve been using St

RE: Struts and PL/SQL

2004-06-23 Thread Robert Taylor
ation. robert > -Original Message- > From: Lucas Gonzalez [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 23, 2004 2:07 PM > To: Struts Users Mailing List > Subject: Struts and PL/SQL > > > Hi all! > > I´ve been using Struts a lot with EJB and Hibernate with no pro

Re: Struts and PL/SQL

2004-06-23 Thread Joe Germuska
At 3:06 PM -0300 6/23/04, Lucas Gonzalez wrote: Hi all! I´ve been using Struts a lot with EJB and Hibernate with no problems. But I always wondered if it´s possible to use an architecture that uses STRUTS and goes directly to PL/SQL for the database layer. I know it is possible in many way, but I w

Struts and PL/SQL

2004-06-23 Thread Lucas Gonzalez
Hi all! I´ve been using Struts a lot with EJB and Hibernate with no problems. But I always wondered if it´s possible to use an architecture that uses STRUTS and goes directly to PL/SQL for the database layer. I know it is possible in many way, but I would like to know if there is any special prod