Autoreply: EOF Digest, Vol 22, Issue 1
[email protected] Wed, 15 Mar 2006 15:03:06 -0500
| Newsgroups | gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
The Mailbox jbougie is currently unavailable. It is in deactivated state and is not receiving mails. Your message reads: Received: from spur.electric.net (unverified [216.129.90.20]) by ucmmail.com (Rockliffe SMTPRA 6.1.20) with ESMTP id <[email protected]> for <[email protected]>; Wed, 15 Mar 2006 15:03:06 -0500 Received: from emrelay2.onebox.com by spur.electric.net with host-route (Exim 4.60) (envelope-from <[email protected]>) id 1FJcD7-0006Iu-3p for [email protected]; Wed, 15 Mar 2006 12:03:09 -0800 Received: by emcmailer; Wed, 15 Mar 2006 12:03:09 -0800 Received: from slowbro.omnigroup.com ([198.151.161.41]) by spur.electric.net with esmtp (Exim 4.60) (envelope-from <[email protected]>) id 1FJcD6-0006BA-3i for [email protected]; Wed, 15 Mar 2006 12:03:08 -0800 Received: from omnigroup.com (omnigroup.com [198.151.161.1]) by slowbro.omnigroup.com (8.12.7/8.12.2) with ESMTP id k2FK02qg027010; Wed, 15 Mar 2006 12:00:03 -0800 (PST) Date: Wed, 15 Mar 2006 12:00:03 -0800 (PST) Message-Id: <[email protected]> From: [email protected] Subject: EOF Digest, Vol 22, Issue 1 To: [email protected] Reply-To: [email protected] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-BeenThere: [email protected] X-Mailman-Version: 2.1.3 Precedence: list List-Id: Discussions of Apple's Enterprise Objects Framework <eof.omnigroup.com> List-Unsubscribe: <http://www.omnigroup.com/mailman/listinfo/eof>, <mailto:[email protected]?subject=unsubscribe> List-Archive: </mailman/archive/eof> List-Post: <mailto:[email protected]> List-Help: <mailto:[email protected]?subject=help> List-Subscribe: <http://www.omnigroup.com/mailman/listinfo/eof>, <mailto:[email protected]?subject=subscribe> Sender: [email protected] Errors-To: [email protected] X-Origin-IP: 198.151.161.41 X-Env-From: [email protected] X-SPAM-Summary: DCC=0.0,OBFUSCATED_WORD=1.0,NO_REAL_NAME=0.1,DEEPLINK=0.4 X-Virus-Status: Scanned by VirusSMART (s) X-SPAM-Status: NO, 1.5 / 4.0 DCC [0.0] BAYES [0%] X-Virus-Status: Scanned by VirusSMART (t) X-Virus-Status: Scanned by VirusSMART (c) Send EOF mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://www.omnigroup.com/mailman/listinfo/eof or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of EOF digest..." Today's Topics: 1. [ANN] DBEdit 1.6 available (Carl E. Lindberg) 2. [ANN] EOGenerator 1.7 available (Carl E. Lindberg) ---------------------------------------------------------------------- Message: 1 Date: Wed, 15 Mar 2006 11:32:41 -0500 From: "Carl E. Lindberg" <[email protected]> Subject: [ANN] DBEdit 1.6 available To: [email protected], [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed Rubicode has released version 1.6 of DBEdit. Version 1.6 is built as a universal binary for use on Intel Macs, fixes problems with Boolean attributes when running on Tiger, fixes save validation bugs when using JDBC models, adds saving of modified connection dictionaries in .DBEditGroup files, fixes problems with CLOB/BLOB prototype attributes, and runs using JVM 1.4.2 if possible (needed for some JDBC drivers). Note: The Java 1.5 Cocoa bridge on Tiger does not seem to work with the Objective-C EOF frameworks at this time, so keep Java Preferences.app set at 1.4.2 if you want to use DBEdit or EOModeler with JDBC models. DBEdit is a freeware application for database exploration and editing based on information in EOModel files. Fetches can be done for all or qualified rows for a particular entity, and the results can be sorted, printed, edited, exported to file, and saved back to the database. Rows can be deleted or added, and relationships can be followed to display the related rows. A raw SQL window is provided to execute arbitrary SQL statements (and see the results if any). DBEdit should work with any EOF/WOF version on MacOS X 10.x, Windows NT/2000, and OPENSTEP. Screenshots and binaries are on our web site at: http://www.rubicode.com/Software/DBEdit/ Feedback can be sent to dbedit at rubicode.com. Thanks, - Carl Lindberg & Doug McClure ------------------------------ Message: 2 Date: Wed, 15 Mar 2006 11:19:22 -0500 From: "Carl E. Lindberg" <[email protected]> Subject: [ANN] EOGenerator 1.7 available To: [email protected], [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=US-ASCII; format=flowed Rubicode has released version 1.7 of EOGenerator. Version 1.7 is built as a universal binary for usage on Intel Macs, adds encoding support, fixes problems with generation of Boolean attributes, updates to a newer MiscMerge, fixes a couple of JavaClient generation bugs, and adds a few other minor features. EOGenerator is a command-line tool that provides an alternative mechanism for generating EO classes, one which eliminates the need for source code merges when regenerating classes from the model. To do this, two classes are generated per entity: one that is generated each time the EOEntity changes, and a subclass (the real EO class) that only gets generated once. Any custom code is then placed in the subclass, with no fear of being overwritten. EOGenerator uses a similar but different template format than EOModeler, making use of the MiscMerge engine. The default templates will generate code identical to Apple's default templates except for the dual-class approach, but with customized templates it's easy (among other things) to generate methods to call fetch specifications, generate methods to add and remove objects from relationships with typed arguments, to have a custom superclass for all your EOs, and generate cross-framework #import statements correctly for Objective-C classes when models are in separate frameworks. Example templates are provided for Java and Objective-C that show some of these additional abilities. EOGenerator should work with any EOF version on MacOS X 10.x, MacOS X Server 1.2, Windows NT/2000, and OPENSTEP. The binaries and source are on our web site at: http://www.rubicode.com/Software/EOGenerator/ Feedback can be sent to <[email protected]>. Thanks, - Carl Lindberg, Doug McClure, & Mike Gentry ------------------------------ _______________________________________________ EOF mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/eof End of EOF Digest, Vol 22, Issue 1 **********************************