RE: JDBC development

2002-12-17 Thread Tuncay Baskan (Internet Grubu)
> -Original Message- > From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 16, 2002 10:16 PM > To: Struts Users Mailing List > Subject: RE: JDBC development > > > If you are just tired of the time it takes to code your DAO >

RE: JDBC development

2002-12-16 Thread Phase Web and Multimedia
] http://www.phase.ws > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 16, 2002 3:12 PM > To: [EMAIL PROTECTED] > Subject: RE: JDBC development > > > > ... quarks and bugs ... > > > > Somebody&#

RE: JDBC development

2002-12-16 Thread Greg.Reddin
> ... quarks and bugs ... > Somebody's been watching too much Deep Space Nine... -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: JDBC development

2002-12-16 Thread Phase Web and Multimedia
; Sent: Monday, December 16, 2002 1:14 PM > To: 'Struts Users Mailing List' > Subject: RE: JDBC development > > > Brandon, > > How does the plugin your reference below compare to the free > Eclipse Plugins > such as EasyStruts and Lombaz for Struts/JSP development

RE: JDBC development

2002-12-16 Thread Haseltine, Celeste
Mailing List Subject: RE: JDBC development If you are just tired of the time it takes to code your DAO object then there is an excellent wizard for eclipse called DAO (http://www.strecl.com). It has cut my development time in half for standard JDBC development. I have used OJB on projects and it

RE: JDBC development

2002-12-16 Thread Phase Web and Multimedia
If you are just tired of the time it takes to code your DAO object then there is an excellent wizard for eclipse called DAO (http://www.strecl.com). It has cut my development time in half for standard JDBC development. I have used OJB on projects and it is surely a great up and coming product whic

Re: JDBC development

2002-12-16 Thread Eddie Bush
bject relationships. There's properties tweaking you need to do to make things work right, but it's pretty easy. -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 14:24 To: Struts Users Mailing List Subject: Re: JDBC development Has torqu

RE: JDBC development

2002-12-16 Thread phil_hershkowitz
>From the jakarta site: 8 December 2002 - Torque 3.0 Released The Torque Team announces the immediate availability of Apache Torque 3.0. The changelog is available here. [http://jakarta.apache.org/turbine/torque/changes.html] Binary and source distributions are available here. [http://jakarta.a

RE: JDBC development

2002-12-16 Thread Andy Kriger
g you need to do to make things work right, but it's pretty easy. -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 14:24 To: Struts Users Mailing List Subject: Re: JDBC development Has torque ever had it's umbilical cord properly

Re: JDBC development

2002-12-16 Thread Eddie Bush
Has torque ever had it's umbilical cord properly severed from Turbine? The last time I tried it (it's been quite some time) it wasn't exactly easy to use. I also seem to recall hearing there wasn't a great deal of activity on the project - all heresey, so I can't say for certain. Any idea how

RE: JDBC development

2002-12-16 Thread Andy Kriger
--Original Message- From: Louis Proyect [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 13:02 To: Struts Users Mailing List Subject: Re: JDBC development If you are using sybase, you can read the sysobjects and syscolumns tables and generate bean codes automatically. I imagine t

Re: JDBC development

2002-12-16 Thread Louis Proyect
If you are using sybase, you can read the sysobjects and syscolumns tables and generate bean codes automatically. I imagine that Oracle works similarly. At 07:50 PM 12/16/2002 +0200, you wrote: I wonder what type of utilities you're using to simplify your development with JDBC. I'm in a project

Re: JDBC development

2002-12-16 Thread Eddie Bush
Jakarta Object-Relational Bridge (OJB) : http://jakarta.apache.org/ojb/ It won't suit all tastes, but it's one good option. Combine that with BeanUtils and you've got easily-manipulated data that doesn't tie you down to using direct JDBC ... and allows you to set the properties on an object a