R: Struts and PL/SQL

2004-06-30 Thread Grassi Fabio
A: 'Struts Users Mailing List' Oggetto: RE: Struts and PL/SQL I would be interested in seeing what one of these generated Java classes look like internally? Care to post an example? Chris -Original Message- From: Grassi Fabio [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24

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

R: Struts and PL/SQL

2004-06-25 Thread Grassi Fabio
*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 13:27 A: Struts Users Mailing List Oggetto: Re: Struts and PL/SQL You done

Re: R: Struts and PL/SQL

2004-06-25 Thread Daniel H. F. e Silva
- Da: Chris Cranford [mailto:[EMAIL PROTECTED] Inviato: giovedì 24 giugno 2004 13:27 A: Struts Users Mailing List Oggetto: Re: Struts and PL/SQL You done any type of experimentation with dynamic SQL in your procedures? We have a form that accepts tons of input values

R: Struts and PL/SQL

2004-06-24 Thread Grassi Fabio
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 and goes directly to PL/SQL for the database layer. I

Re: Struts and PL/SQL

2004-06-24 Thread Chris Cranford
[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/SQL packages. It works fine enough. Bye, Fabio. -Messaggio

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

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

Re: Struts and PL/SQL

2004-06-23 Thread Joe Germuska
database layer; after that, you might get better answers from a PL/SQL user forum. I have certainly used Java to call PL/SQL stored procedures before, but not in a way that is specific to either Struts or PL/SQL; I simply used java.sql.CallableStatement. Joe -- Joe Germuska [EMAIL PROTECTED

RE: Struts and PL/SQL

2004-06-23 Thread Robert Taylor
. 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 problems. But I always wondered if it´s

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 Struts a lot with EJB and Hibernate with no problems

Re: Struts and PL/SQL

2004-06-23 Thread Vic Cekvenich
, 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 directly to PL/SQL for the database layer