This is finally making sense… thank you… so I went to the JDBC.postgresql.com <http://jdbc.postgresql.com/> site and it gives:
<dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>42.7.5</version> </dependency> As the maven dependency but you are suggesting: <dependency> <groupId>wonder.plugins</groupId> <artifactId>PostgresqlPlugIn</artifactId> <version>7.4</version> </dependency> But it looks like I need both, no? That straightens out the JDBC jar and the PostgresqlPlugIn Where do you put stuff like the eomodeld file and the migrations folder and the model folder. Is any of this shown on the wiki? This is finally looking less like voodoo. How do I access wonder 7.4? I don’t see that when I am creating my app or framework. This is a great start. Thanks again. Ted > On Jan 27, 2025, at 5:43 PM, Paul Hoadley via Webobjects-dev > <webobjects-dev@lists.apple.com> wrote: > > Hi Ted, > > On 26 Jan 2025, at 06:16, Theodore Petrosky via Webobjects-dev > <webobjects-dev@lists.apple.com> wrote: > >> Ok so I can create new Maven based apps. I can download the postgres JDBC >> driver or the maven text: >> >> <dependency> >> <groupId>org.postgresql</groupId> >> <artifactId>postgresql</artifactId> >> <version>42.7.5</version> >> </dependency> >> >> >> I tried putting the postgresql-42.7.5.jar in /Libraries but my app still >> does not see the driver. > > Did you get this sorted out? As Ramsey noted, no need to put the JAR > anywhere—Maven will handle it all for you. But to use PostgreSQL, you do need > to include the plug-in as a dependency: > > <dependency> > <groupId>wonder.plugins</groupId> > <artifactId>PostgresqlPlugIn</artifactId> > <version>7.4</version> > </dependency> > > > -- > Paul Hoadley > https://logicsquad.net/ > https://www.linkedin.com/company/logic-squad/ > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com > > This email sent to tedp...@yahoo.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com