Navigation Bar Staff Secure Home Products Partners Services Portfolio News Corporate Jobs Home
border image border image
transparent spacer image border image
transparent spacer image transparent spacer image transparent spacer image

Introduction

This plugin / framework should be in Project Wonder.   But it is not.  I don't recall why.  My best guess is that it will not build with WebObects 5.3.  If you find that it does build, please let me know.  Otherwise, it will be in Wonder at some future point.

Note: This framework requires the ERExtensions framework.  It will not work without it.

Additions

This framework adds the following to the plugin shipped with WebObjects:
  1. Bundled JDBC2INFO so that SQL can be generated without a live database connection
  2. Improvements and bug fixes for SQL generation (particularly needed for ERMigrations)

Important

MS SQL does not support deferred constraints. For most EOModels (certainly if you are using some forms of inheritance) you will want to use this delegate:

public static void main(String argv[]) {
    ERXDatabaseContextMulticastingDelegate.addDefaultDelegate(
        new ERXEntityDependencyOrderingDelegate());
    ...

Download

Source
Binary