Check out DODS - a Java visual tool for generating an object mapping (in Java)
http://dods.enhydra.org/

It has a great GUI and is fairly easy to use and create the objects.

I've used it and can send some screenshots if your interested.

I'd rather see a robust query interface into MiddleKit first though.

Right now I am converting a project that I started w/ DODS into webware and that is 
the feature that I miss most.  I can build a
query in DODS by calling methods such as

callLogQuery.addWhereClause( callLogTable.State, "NJ", QueryBuilder.EQUALS)
callLogQuery.addWhereClause( "extention", "1111", QueryBuilder.EQUALS)
callLogQuery.addWhereClause( "duration", "60", QueryBuilder.GREATER_THAN)

I'm actually trying to figure out the best way to handle this type of query builder in 
webware/python today.  I'm building a
reporting engine and I want a clean set of classes to handle the query.

On the other hand I'll never need to cache the result, or even view the records as 
objects - so I'm not sure if I should try to
integrate this into MiddleKit or now.

Thanks,
-Aaron Held
http://www.metrony.com/
===================================================================
As Isaac Newton would say now:
        If I see further than others, it is because I stand on
        the shoulders of giants too dumb to patent their discoveries.
  (Gregory Palast, http://www.observer.co.uk/ )




-Aaron


----- Original Message -----
From: "tom smith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 05, 2001 5:11 AM
Subject: Re: [Webware-discuss] MiddleKit Problems


>
> On Thursday, October 4, 2001, at 10:14 PM, [EMAIL PROTECTED] wrote:
>
> >> BTW If you are new to this kind of programming, MiddleKit _may_ be a
> >> big
> >> pill to swallow right off the bat. Are you already familiar with
> >> WebKit?
> >> Not that it's a prerequisite, but I suspect it is easier to learn and
> >> get
> >> some satisfaction out of early on.
> >
> > The other question is, how much do you need MiddleKit?  I think you said
> > you have a working Python/MySQLdb version already.  (Or was that
> > somebody
> > else?)
>
> I think that was me.
>
> I was intending to write a layer between my WebKit stuff and MySQL, but
> whilst poking around I read MiddleKit and was REALLY impressed, enough
> to want to evaluate it.
>
> Now if the Classes.csv could be made into a visual tool, which "know"
> about FormKit (something else that's caught my eye) and we wire it
> together with UIML (user interface), then I may never have to write a
> line of code again.... :-)
>
> tom
>
>
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss



_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to