RE: Struts and PL/SQL

2004-06-29 Thread CRANFORD, CHRIS
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, 2004 5:31 AM To: Lucas Gonzalez; Struts Users Mailing List Subject: R: St

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
You done any type of experimentation with dynamic SQL in your procedures? We have a form that accepts tons of input values from the web user which eventually get translated into 1 SQL query to pull back the data-set the user is looking for. The problem is that nesting select statements slows done

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
If your trying to avoid the overhead of EJB, then you may want to look into the Spring framework. I've been wanting to find a flexible architecture/framework which allows me to start with a non-EJB type of approach and easily scale to using an EJB container while minimizing the impact on the applic

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