Re: Subproject Proposal - crossdb

2002-04-26 Thread Andy Armstrong
Jon Scott Stevens wrote: [snip] > > Bah. Throws the entire concept of MVC out the window. Which is a bad thing? -- Andy Armstrong, http://www.tagish.co.uk/ -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Subproject Proposal - crossdb

2002-04-26 Thread Jon Scott Stevens
on 4/26/02 2:30 PM, "Steve A. Olson" <[EMAIL PROTECTED]> wrote: > Regarding Generators ... not really O/R ... but we've had success with > SQLTags (www.sqltags.org) that uses a generator to produce a java class and > JSP tag for each table defined by the JDBC metadata. Each tag knows how to > co

RE: Subproject Proposal - crossdb

2002-04-26 Thread Steve A. Olson
ut we would welcome feedback from anyone who is interested. --Steve Olson -Original Message- From: Andrus Adamchik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 11:26 AM To: Jakarta General List Subject: Re: Subproject Proposal - crossdb Fernandez Martinez, Alejandro

RE: Subproject Proposal - crossdb

2002-04-26 Thread Danny Angus
> Can anyone compare/contrast features between this and Torque? That animated diagram! Torque has nothing like this. The price. Torque is Open Source, and can therefore be successfully adapted to suit the bizzare pecadilos of any organisation. >From the site I can't see very much difference betw

Re: Subproject Proposal - crossdb

2002-04-26 Thread James Strachan
From: "Peter Donald" <[EMAIL PROTECTED]> > Sou you end up with something like following in torque > > MyData (The Biz Object) > MyDataVO (The Value Object) > MyDataPeer (The Peer) > AbstractMyData (the abstract biz object) > AbstractMyDataPeer (The abstract Peer) > > And the only one decoupled fro

Re: Subproject Proposal - crossdb

2002-04-25 Thread Erik Hatcher
onald" <[EMAIL PROTECTED]> To: "Jakarta General List" <[EMAIL PROTECTED]> Sent: Thursday, April 25, 2002 9:09 PM Subject: Re: Subproject Proposal - crossdb On Fri, 26 Apr 2002 09:20, Jon Scott Stevens wrote: > on 4/25/02 3:37 PM, "Peter Donald" <[EMAIL PROT

Re: Subproject Proposal - crossdb

2002-04-25 Thread Peter Donald
On Fri, 26 Apr 2002 09:20, Jon Scott Stevens wrote: > on 4/25/02 3:37 PM, "Peter Donald" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > As a side note. I have heard good things about > > http://hibernate.sourceforge.net/ which is yet another persistence layer. > > Unlike all the other ones this does n

Re: Subproject Proposal - crossdb

2002-04-25 Thread Jon Scott Stevens
on 4/25/02 3:37 PM, "Peter Donald" <[EMAIL PROTECTED]> wrote: > Hi, > > As a side note. I have heard good things about > http://hibernate.sourceforge.net/ which is yet another persistence layer. > Unlike all the other ones this does not force you to work within a particular > model of developmen

Re: Subproject Proposal - crossdb

2002-04-25 Thread Peter Donald
Hi, As a side note. I have heard good things about http://hibernate.sourceforge.net/ which is yet another persistence layer. Unlike all the other ones this does not force you to work within a particular model of development. ie It does not force you to regenerate sources (ie Torque), postcomp

Re: Subproject Proposal - crossdb

2002-04-25 Thread Daniel Rall
Leo Simons <[EMAIL PROTECTED]> writes: > Jon indicates that this low level library already exists within Torque > and that it is easy to use. If this is true, it may perhaps need some > decoupling, and some of the stuff from CrossDB and similar OSS products > fed into it. Yes, it's named Village

RE: RE: Subproject Proposal - crossdb

2002-04-25 Thread Andrew C. Oliver
in various directions. > > Travis > > Original Message > From: Jeff Schnitzer <[EMAIL PROTECTED]> > Sent: 2002-04-24 > To: Jakarta General List <[EMAIL PROTECTED]> > Subject: RE: Subproject Proposal - crossdb > > > From: Jon Scott Stevens [mailto:[EMAIL

Re: Subproject Proposal - crossdb

2002-04-25 Thread Andrew C. Oliver
> > Exactly. I haven't seen a decent one so far (except for NeXT/Apple > WebObjects). So if you want to compare O/R with text editors (like it > was done before in this thread), imagine a world with "vi" and "notepad" > as the only 2 choices. Emacs and MS Word > 6.0 are yet to be invented. >

RE: RE: Subproject Proposal - crossdb

2002-04-25 Thread Leo Simons
> So, I'm kind of curious what the general consensus is regarding this. Seems to be >in various directions. I think JDBC should be a lot better; it should incorporate all the features of CrossDB (though maybe a little different), and some more. Then there should be higher-level tools like Tor

RE: RE: Subproject Proposal - crossdb

2002-04-25 Thread Fernandez Martinez, Alejandro
>From an outsider's perspective, you probably need a new proposal. Un saludo, Alex. > -Mensaje original- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 25 de abril de 2002 3:06 > Para: Jakarta General List > Asunto: RE: RE: Subpro

RE: RE: Subproject Proposal - crossdb

2002-04-24 Thread travis
So, I'm kind of curious what the general consensus is regarding this. Seems to be in various directions. Travis Original Message From: Jeff Schnitzer <[EMAIL PROTECTED]> Sent: 2002-04-24 To: Jakarta General List <[EMAIL PROTECTED]> Subject: RE: Subproject P

Re: Subproject Proposal - crossdb

2002-04-24 Thread Bala Kamallakharan
> > > Only >$3000 to deploy it! > > Bah. This stuff should be free. > Maybe this is a project for Jakarta :-) I am interested in an Open Source Alternative, I am sure a lot of folks are JDO spec came out a couple of months back...I am

RE: Subproject Proposal - crossdb

2002-04-24 Thread Jeff Schnitzer
> From: Jon Scott Stevens [mailto:[EMAIL PROTECTED]] > > on 4/22/02 12:19 AM, "Leo Simons" <[EMAIL PROTECTED]> wrote: > > > While these may not be accurate summaries, I hope you now do see that > > CrossDB and Torque are not, in the majority of use cases, alternatives > > to one another. > > I'

Re: Subproject Proposal - crossdb

2002-04-24 Thread Daniel Rall
Joe Germuska <[EMAIL PROTECTED]> writes: > At 9:30 AM -0600 4/24/02, [EMAIL PROTECTED] wrote: > > Now I wonder if using crossdb for Torque would be a good >> idea. Reason being is that you wouldn't have to rebuild all your >> classes and scripts like you would using Torque now if you wanted to >>

RE: Subproject Proposal - crossdb

2002-04-24 Thread Joe Germuska
At 9:30 AM -0600 4/24/02, [EMAIL PROTECTED] wrote: >Now I wonder if using crossdb for Torque would be a good idea. >Reason being is that you wouldn't have to rebuild all your classes >and scripts like you would using Torque now if you wanted to use a >different database. Or even modifying the

[OT] RE: Subproject Proposal - crossdb

2002-04-24 Thread Fernandez Martinez, Alejandro
ara: Jakarta General List > Asunto: RE: Subproject Proposal - crossdb > > > Check out jdocentral.org, vendors implementing the > Java Data Object (JSR-12 jcp.org) specification do > that stuff. I personally like Zodo JDO > (http://www.solarmetric.com/). It is pretty slick

Re: Subproject Proposal - crossdb

2002-04-24 Thread Jon Scott Stevens
on 4/24/02 8:13 AM, "Bala Kamallakharan" <[EMAIL PROTECTED]> wrote: > I personally like Zodo JDO > (http://www.solarmetric.com/). It is pretty slick, it > does exactly what you want to do. Given a class that > you build in Java it can generate tables and make the > classes Persistence Capable. >

RE: Subproject Proposal - crossdb

2002-04-24 Thread travis
Now I wonder if using crossdb for Torque would be a good idea. Reason being is that you wouldn't have to rebuild all your classes and scripts like you would using Torque now if you wanted to use a different database. Or even modifying the database, you wouldn't have to rebuild everything, jus

Re: AW: Subproject Proposal - crossdb

2002-04-24 Thread Daniel Rall
Amarendran Subramanian <[EMAIL PROTECTED]> writes: >>Torque is nice, but you have to specify the database first in the XML. >>Usually, I prefer to code Java instead of XML. If it was the other way > > i solved this by writing a little tools that analyzes the database > and generates the xml for

Re: Subproject Proposal - crossdb

2002-04-24 Thread Andrus Adamchik
Fernandez Martinez, Alejandro wrote: > > I can imagine why people do their OR tool: because existing ones do not > fulfill their necessities. In fact, that's what happened to me recently. Exactly. I haven't seen a decent one so far (except for NeXT/Apple WebObjects). So if you want to compar

AW: Subproject Proposal - crossdb

2002-04-24 Thread Amarendran Subramanian
Hi Alex, >If you analyse the database, then you have to define it first using an SQL >script, or something. We felt the need for a tool that, taking a set of ok i see, i normally use ER-Tools to create the database using a GUI which is really good for the overview and documentation purposes. So

RE: Subproject Proposal - crossdb

2002-04-24 Thread Bala Kamallakharan
Check out jdocentral.org, vendors implementing the Java Data Object (JSR-12 jcp.org) specification do that stuff. I personally like Zodo JDO (http://www.solarmetric.com/). It is pretty slick, it does exactly what you want to do. Given a class that you build in Java it can generate tables and m

RE: Subproject Proposal - crossdb

2002-04-24 Thread Fernandez Martinez, Alejandro
udo, Alex. > -Mensaje original- > De: Amarendran Subramanian [mailto:[EMAIL PROTECTED]] > Enviado el: miércoles 24 de abril de 2002 16:10 > Para: 'Jakarta General List' > Asunto: AW: Subproject Proposal - crossdb > > > >Torque is nice, but you have to speci

AW: Subproject Proposal - crossdb

2002-04-24 Thread Amarendran Subramanian
>Torque is nice, but you have to specify the database first in the XML. >Usually, I prefer to code Java instead of XML. If it was the other way i solved this by writing a little tools that analyzes the database and generates the xml for me. but this is for my own tool not for torque ;) it also r

RE: Subproject Proposal - crossdb

2002-04-24 Thread Fernandez Martinez, Alejandro
Hi Kevin, > Jon Scott Stevens <[EMAIL PROTECTED]> writes: > > > If anything, crossdb is something that is a few generations > behind Torque in > > terms of functionality and design. > > > > http://jakarta.apache.org/turbine/torque/ > > Yeah... I was going to point this out. > > > Funny h

AW: AW: Subproject Proposal - crossdb

2002-04-24 Thread Amarendran Subramanian
-Ursprungliche Nachricht- Von: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 23. April 2002 23:55 An: [EMAIL PROTECTED] Betreff: Re: AW: Subproject Proposal - crossdb On Tue, 2002-04-23 at 16:01, Jon Scott Stevens wrote: > > Yuck. Why do people feel the n

[OT] Subproject Proposal - crossdb

2002-04-24 Thread Tim Vernum
> It is a problem people can understand and is easy to become > fascinated with. > > Similar to they way everyone in the world has created their > own text editor. Pah! Text Editors are for weenies. Real developers write their own window manager :) -- NOTICE This e-mail and any attachm

Re: Subproject Proposal - crossdb

2002-04-23 Thread Kevin A. Burton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jon Scott Stevens <[EMAIL PROTECTED]> writes: > If anything, crossdb is something that is a few generations behind Torque in > terms of functionality and design. > > http://jakarta.apache.org/turbine/torque/ Yeah... I was going to point this ou

Re: AW: Subproject Proposal - crossdb

2002-04-23 Thread Andrew C. Oliver
On Tue, 2002-04-23 at 16:01, Jon Scott Stevens wrote: > > Yuck. Why do people feel the need to invent a pseudo-language in XML? > > -jon > especially a procedural one... > > -- > To unsubscribe, e-mail: > For additional commands, e-mail:

Re: AW: Subproject Proposal - crossdb

2002-04-23 Thread Jon Scott Stevens
on 4/23/02 6:01 AM, "Amarendran Subramanian" <[EMAIL PROTECTED]> wrote: > a complete XML-based Controller-language e.g. the code > looks like > > > > > > > > > eval="#System#.out.println($:*.test1$.(Object)toString())"/> ... > > > > > > > Yuck. Why do people feel

Re: AW: Subproject Proposal - crossdb

2002-04-23 Thread Daniel Rall
> > > >name="depp4"/> > > > > > > > > > maybe we can build something greater together. >

AW: Subproject Proposal - crossdb

2002-04-23 Thread Amarendran Subramanian
r instance: --amar -Ursprüngliche Nachricht- Von: Amarendran Subramanian Gesendet: Dienstag, 23. April 2002 15:01 An: 'Jakarta General List' Betreff: AW: Subproject Proposal - crossdb Hi there, I developed a time ago som

AW: Subproject Proposal - crossdb

2002-04-23 Thread Amarendran Subramanian
can build something greater together. sincerely amar -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 22. April 2002 03:10 An: [EMAIL PROTECTED] Betreff: Subproject Proposal - crossdb Hi, I would like to propose a new subproject for

RE: Re: Subproject Proposal - crossdb

2002-04-22 Thread travis
a more direct lower level API. Both having the important similarility of being database independent. Travis Original Message From: [EMAIL PROTECTED] Sent: 2002-04-22 To: Jakarta General List <[EMAIL PROTECTED]> Subject: Re: Subproject Proposal - crossdb On Mon, 22 Apr 2002,

Re: Subproject Proposal - crossdb

2002-04-22 Thread Ellis Teer
...and it would be foolish to argue with the 'right' angles of orthogonality. ;) -Ellis Andrew C. Oliver wrote: > You do have to admit it does seem a bit of a violation of orthogonality. > Then again, I never really cared for helicopters anyhow ;-) > > -Andy > > > On Mon, 2002-04-22 at 17:

RE: Re: Subproject Proposal - crossdb

2002-04-22 Thread travis
lol. nice. Travis Original Message From: Jon Scott Stevens <[EMAIL PROTECTED]> Sent: 2002-04-22 To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: Re: Subproject Proposal - crossdb on 4/22/02 4:27 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>

Re: Subproject Proposal - crossdb

2002-04-22 Thread dion
Jon Scott Stevens <[EMAIL PROTECTED]> wrote on 23/04/2002 09:32:50 AM: > on 4/22/02 4:27 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > I'll buy that. I know that when I first saw the *URL*, I tnhought it was > > tied to Turbine. > > http://jakarta.apache.org/torque/ > > Feel bette

Re: Subproject Proposal - crossdb

2002-04-22 Thread Jon Scott Stevens
on 4/22/02 4:27 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'll buy that. I know that when I first saw the *URL*, I tnhought it was > tied to Turbine. http://jakarta.apache.org/torque/ Feel better now? -jon -- To unsubscribe, e-mail: For additional comm

Re: Subproject Proposal - crossdb

2002-04-22 Thread dion
Jon Scott Stevens <[EMAIL PROTECTED]> wrote on 23/04/2002 09:05:56 AM: > on 4/22/02 4:08 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > On a serious note, being a top level project means that more people will > > find the project. > > However, it seems that the problem isn't finding

Re: Subproject Proposal - crossdb

2002-04-22 Thread Daniel Rall
<[EMAIL PROTECTED]> writes: > On Mon, 22 Apr 2002, Daniel Rall wrote: > >> CrossDB and Torque are entirely different layers. There's no reason >> for someone to use CrossDB instead of Torque unless they're either a) >> trying to avoid or circumvent O/R entirely, or b) trying to build an >> O/R f

Re: Subproject Proposal - crossdb

2002-04-22 Thread Andrew C. Oliver
You do have to admit it does seem a bit of a violation of orthogonality. Then again, I never really cared for helicopters anyhow ;-) -Andy On Mon, 2002-04-22 at 17:35, Jon Scott Stevens wrote: > on 4/22/02 2:27 PM, "Ellis Teer" <[EMAIL PROTECTED]> wrote: > > > I had considered using Torque bef

RE: Re: Subproject Proposal - crossdb

2002-04-22 Thread Andrew C. Oliver
> Sent: 2002-04-22 > > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > Subject: Re: Subproject Proposal - crossdb > > > > on 4/22/02 11:15 AM, "Michael A. Smith" <[EMAIL PROTECTED]> wrote: > > > > > Speaking of which, why

Re: Subproject Proposal - crossdb

2002-04-22 Thread Jon Scott Stevens
on 4/22/02 4:08 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On a serious note, being a top level project means that more people will > find the project. However, it seems that the problem isn't finding the project. Torque is listed on the Jakarta homepage. It is the realization that To

Re: Subproject Proposal - crossdb

2002-04-22 Thread dion
Jon Scott Stevens <[EMAIL PROTECTED]> wrote on 23/04/2002 07:35:40 AM: > on 4/22/02 2:27 PM, "Ellis Teer" <[EMAIL PROTECTED]> wrote: > > > I had considered using Torque before I was ready to give Turbine a try. > > Because it's subproject I had the impression that it was dependent on > > Turbin

Re: Subproject Proposal - crossdb

2002-04-22 Thread costinm
On Mon, 22 Apr 2002, Daniel Rall wrote: > CrossDB and Torque are entirely different layers. There's no reason > for someone to use CrossDB instead of Torque unless they're either a) > trying to avoid or circumvent O/R entirely, or b) trying to build an > O/R framework. I think (a) is a reasonab

Re: Subproject Proposal - crossdb

2002-04-22 Thread Daniel Rall
Michael McCallum <[EMAIL PROTECTED]> writes: >> jon, are you a bitter man? ;-) > > I think the point he (Jon) is trying to make is why write another > tool when there are entirely suitable ones out there already. You > would be far better off adding you insights to an existing project > than st

Re: Subproject Proposal - crossdb

2002-04-22 Thread Daniel Rall
"Leo Simons" <[EMAIL PROTECTED]> writes: >> > Which has advantages over O/R, which is the reason not everyone >> > uses O/R for everything. I'd say it is a choice instead of a >> > problem. >> >> Right...like using JSP over Velocity is a choice. That said, JSP still >> sucks. :-) > > A strange co

Re: Subproject Proposal - crossdb

2002-04-22 Thread Daniel Rall
Jon Scott Stevens <[EMAIL PROTECTED]> writes: > Village abstracts JDBC, not databases. Torque uses Village in some > places in order to make the code cleaner and simpler. After using them both for a couple years now, I've come to the conclusion that the database abstraction layer which Torque pr

Re: Subproject Proposal - crossdb

2002-04-22 Thread Daniel Rall
"Leo Simons" <[EMAIL PROTECTED]> writes: >> Torque has been separated for about a year now. >> >> We haven't found a reason to make it a top level project yet. >> >> I really don't understand why the location of a set of code matters. > > The one reason I can think of is exposure. > > Which cou

Re: Subproject Proposal - crossdb

2002-04-22 Thread Daniel Rall
Jon Scott Stevens <[EMAIL PROTECTED]> writes: > on 4/22/02 12:19 AM, "Leo Simons" <[EMAIL PROTECTED]> wrote: > >>> You also left out all the code related to getting the 'conn' >>> object. Torque >>> abstracts all that away so it isn't necessary at all. >> >> Which is not valid in every use case.

RE: Re: Subproject Proposal - crossdb

2002-04-22 Thread travis
Well it's beyond a starting project and it works and people use it. For what it's for, it works good. Travis Original Message From: Jon Scott Stevens <[EMAIL PROTECTED]> Sent: 2002-04-22 To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: Re: Subpro

Re: Subproject Proposal - crossdb

2002-04-22 Thread Jon Scott Stevens
on 4/22/02 2:27 PM, "Ellis Teer" <[EMAIL PROTECTED]> wrote: > I had considered using Torque before I was ready to give Turbine a try. > Because it's subproject I had the impression that it was dependent on > Turbine. This delayed me using it by a number of months. It's > placement as a subproje

Re: Subproject Proposal - crossdb

2002-04-22 Thread Ellis Teer
I had considered using Torque before I was ready to give Turbine a try. Because it's subproject I had the impression that it was dependent on Turbine. This delayed me using it by a number of months. It's placement as a subproject in my case hurt its adoption. -Ellis Teer www.sitepen.com

Re: Subproject Proposal - crossdb

2002-04-22 Thread Jon Scott Stevens
on 4/22/02 1:08 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm not sure what all the fuss is about here, but the fact of the matter is > that if you were to do a survey of developers using databases (SQL), my guess > is that you would find that the majority probably still use hard sql >

Re: Subproject Proposal - crossdb

2002-04-22 Thread Jon Scott Stevens
on 4/22/02 1:47 PM, "Michael McCallum" <[EMAIL PROTECTED]> wrote: >> jon, are you a bitter man? ;-) > > I think the point he (Jon) is trying to make is why write another tool when > there are entirely suitable ones out there already. > You would be far better off adding you insights to an exis

Re: Re: Subproject Proposal - crossdb

2002-04-22 Thread Michael McCallum
> jon, are you a bitter man? ;-) I think the point he (Jon) is trying to make is why write another tool when there are entirely suitable ones out there already. You would be far better off adding you insights to an existing project than starting a new one. -- To unsubscribe, e-mail:

RE: Re: Subproject Proposal - crossdb

2002-04-22 Thread Michael A. Smith
<[EMAIL PROTECTED]> > Sent: 2002-04-22 > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: Re: Subproject Proposal - crossdb > > on 4/22/02 11:15 AM, "Michael A. Smith" <[EMAIL PROTECTED]> wrote: > > > Speaking of which, why is

RE: Re: Subproject Proposal - crossdb

2002-04-22 Thread travis
jon, are you a bitter man? ;-) Travis Original Message From: Jon Scott Stevens <[EMAIL PROTECTED]> Sent: 2002-04-22 To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: Re: Subproject Proposal - crossdb on 4/22/02 11:15 AM, "Michael A. Smith" <[E

RE: Re: Subproject Proposal - crossdb

2002-04-22 Thread travis
st making a point). How about people using C when there are nice languages like Java? ;-) Travis Original Message From: Jon Scott Stevens <[EMAIL PROTECTED]> Sent: 2002-04-22 To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: Re: Subproject Proposal - crossdb As

Re: Subproject Proposal - crossdb

2002-04-22 Thread Michael A. Smith
On Mon, 22 Apr 2002, Jon Scott Stevens wrote: > on 4/22/02 11:15 AM, "Michael A. Smith" <[EMAIL PROTECTED]> wrote: > > Speaking of which, why isn't torgue a top-level Jakarta subproject? Last > > I looked, it appeared to be completely independent of Turbine. Plus, as > > you say here, it also ha

Re: Subproject Proposal - crossdb

2002-04-22 Thread Vladimir Bossicard
> We haven't found a reason to make it a top level project yet. > > I really don't understand why the location of a set of code matters. > > Get over the mental blocks and just use the code because it is good code, > good design, not because of what CVS repo it lives in. The exposure and not t

RE: Subproject Proposal - crossdb

2002-04-22 Thread Leo Simons
> Torque has been separated for about a year now. > > We haven't found a reason to make it a top level project yet. > > I really don't understand why the location of a set of code matters. The one reason I can think of is exposure. Which could be seen as a good one. - Leo -- To unsubscribe,

Re: Subproject Proposal - crossdb

2002-04-22 Thread Jon Scott Stevens
on 4/22/02 11:15 AM, "Michael A. Smith" <[EMAIL PROTECTED]> wrote: > Speaking of which, why isn't torgue a top-level Jakarta subproject? Last > I looked, it appeared to be completely independent of Turbine. Plus, as > you say here, it also has a large developer and user base. Does the > Torque

Re: Subproject Proposal - crossdb

2002-04-22 Thread Jon Scott Stevens
As far as I'm concerned, you guys are arguing to use a technology that takes you 10 steps back. I just don't get it. Open your eyes. -jon -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Subproject Proposal - crossdb

2002-04-22 Thread Jon Scott Stevens
on 4/22/02 10:40 AM, "Leo Simons" <[EMAIL PROTECTED]> wrote: >> Torque doesn't have a 'newer design'. It has a more mature design. Torque >> has been around for about 3-4 years now. > > SQL's been around for 20. APIs to create SQL statements have been > around for about as long. Java hasn't bee

Re: Subproject Proposal - crossdb

2002-04-22 Thread Michael A. Smith
On Mon, 22 Apr 2002, Jon Scott Stevens wrote: > I continue to maintain that Torque does everything crossdb does and more. On > top of it, it is already a Jakarta project with a large developer and user > base. > > http://jakarta.apache.org/turbine/torque/ Speaking of which, why isn't torgue

Re: Subproject Proposal - crossdb

2002-04-22 Thread Jon Scott Stevens
on 4/22/02 10:00 AM, "James Taylor" <[EMAIL PROTECTED]> wrote: >>> You do not have to use an O/R layer that abstracts you away from the >>> database you are using so much that it limits your ability to use the >>> DB's functionality in something resembling a db-natural way. >> >> That is like tr

RE: Subproject Proposal - crossdb

2002-04-22 Thread Leo Simons
> Torque doesn't have a 'newer design'. It has a more mature design. Torque > has been around for about 3-4 years now. SQL's been around for 20. APIs to create SQL statements have been around for about as long. > > Which has advantages over O/R, which is the reason not everyone uses O/R > > for

Re: Subproject Proposal - crossdb

2002-04-22 Thread James Taylor
> > You do not have to use an O/R layer that abstracts you away from the > > database you are using so much that it limits your ability to use the > > DB's functionality in something resembling a db-natural way. > > That is like trying to argue that using ECS is the way to write HTML. Sometimes

Re: Subproject Proposal - crossdb

2002-04-22 Thread Andrew C. Oliver
> > > >Right...like using JSP over Velocity is a choice. That said, JSP still >sucks. :-) > -1 - you're wrong. JSP doesn't suck.. . IT SUCKS REALLY MAJORLY BAD! ;-) > >I'm sorry. I don't see that. Torque can do everything crossdb can do and >more. > Yeah, I'm not seeing a compelling need se

Re: Subproject Proposal - crossdb

2002-04-22 Thread Jon Scott Stevens
on 4/22/02 12:19 AM, "Leo Simons" <[EMAIL PROTECTED]> wrote: >> I never said they were the same. I said that crossdb is a few generations >> behind Torque in design and thinking. > > In the sense that Torque is an object-relational tool and crossdb is not, > Torque has a newer design. That does

Re: Subproject Proposal - crossdb

2002-04-22 Thread Andrew C. Oliver
right, but lookie here: http://cvs.apache.org/viewcvs/xml-cocoon2/src/webapp/WEB-INF/db/cocoondb.script?rev=1.2&content-type=text/vnd.viewcvs-markup HSQL creates scripts based on your JDBC calls that can easily be run on a big boy database (like postgreSQL ...haha) -- As far as I can tell that

Re: Subproject Proposal - crossdb

2002-04-22 Thread Andrew C. Oliver
yes...indeed. > > >Funny how all the rage recently seems to be creating these OR tools. > -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Subproject Proposal - crossdb

2002-04-22 Thread Tim Vernum
From: Leo Simons [mailto:[EMAIL PROTECTED]] > Torque is a persistence layer that uses O/R mapping to use a database > to provide persistence. A persistence layer is a handy tool in many > server applications. > > CrossDB is a database abstraction layer that uses the Factory and the > Builder pat

RE: RE: Subproject Proposal - crossdb

2002-04-22 Thread travis
Thanks Leo, I couldn't have answered this better myself. ;-) Travis Original Message From: Leo Simons <[EMAIL PROTECTED]> Sent: 2002-04-22 To: Jakarta General List <[EMAIL PROTECTED]> Subject: RE: Subproject Proposal - crossdb > I never said they were the same.

RE: Re: Subproject Proposal - crossdb

2002-04-22 Thread travis
ubject: Re: Subproject Proposal - crossdb on 4/21/02 11:38 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> iq.addAutoIncrementColumn("emp_id"); > > And for databases without an auto-increment feature?? FYI, Torque looks at what database driver you are

RE: Subproject Proposal - crossdb

2002-04-22 Thread Leo Simons
> I never said they were the same. I said that crossdb is a few generations > behind Torque in design and thinking. In the sense that Torque is an object-relational tool and crossdb is not, Torque has a newer design. That does not mean relational tools do not have a place in Java anymore. > You

Re: Subproject Proposal - crossdb

2002-04-21 Thread Jon Scott Stevens
on 4/21/02 11:38 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> iq.addAutoIncrementColumn("emp_id"); > > And for databases without an auto-increment feature?? FYI, Torque looks at what database driver you are using an will generate the right SQL/process to emulate auto-increment (assumin

Re: Subproject Proposal - crossdb

2002-04-21 Thread Jon Scott Stevens
I never said they were the same. I said that crossdb is a few generations behind Torque in design and thinking. Torque's code generation is the way to go in terms of OR tools. Anything else, IMHO, is backwards. You also left out all the code related to getting the 'conn' object. Torque abstracts

RE: Re: Subproject Proposal - crossdb

2002-04-21 Thread dion
[EMAIL PROTECTED] wrote on 22/04/2002 03:59:43 PM: > Actually Jon, > > Torque and crossdb are quite a bit different. Torque is pre > generated and requires some preliminary setup and doesn't deal with > SQL statements directly. Whereas crossdb is on the fly and is an > object oriented way o

RE: Re: Subproject Proposal - crossdb

2002-04-21 Thread travis
t;); iq.execute(conn); Quite a bit different don't you think? Tim: I did read that page and thought I covered the more important points. Is there a formal way of doing these proposals? Travis Original Message From: Jon Scott Stevens <[EMAIL PROTECTED]> Sent: 2002-04-21 To: &

Re: Subproject Proposal - crossdb

2002-04-21 Thread Jon Scott Stevens
If anything, crossdb is something that is a few generations behind Torque in terms of functionality and design. http://jakarta.apache.org/turbine/torque/ Funny how all the rage recently seems to be creating these OR tools. -jon on 4/21/02 7:29 PM, "Tim Vernum" <[EMAIL PROTECTED]> wrote: >

RE: Subproject Proposal - crossdb

2002-04-21 Thread Tim Vernum
From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] > On Sun, 2002-04-21 at 21:10, [EMAIL PROTECTED] wrote: > > The project is called crossdb and can be found at www.crossdb.com. > > > > What is it? > > crossdb is a Java API that is used to create SQL statements > that are database independent.

Re: Subproject Proposal - crossdb

2002-04-21 Thread Andrew C. Oliver
Out of morbid curiosity... I couldn't find this answered on the website... How is this different then hsql (hsqldb.sourceforge.net) and why would I want to use it as opposed to hsql? On Sun, 2002-04-21 at 21:10, [EMAIL PROTECTED] wrote: > Hi, > > I would like to propose a new subproject for Ja

Subproject Proposal - crossdb

2002-04-21 Thread travis
Hi, I would like to propose a new subproject for Jakarta and I will give some details below. The project is called crossdb and can be found at www.crossdb.com. What is it? crossdb is a Java API that is used to create SQL statements that are database independent. So you can write an applicati