Re: Amazon Linux 2023 and Graviton

2024-10-03 Thread John Pollard via Webobjects-dev
Just to confirm, deploying to Graviton AWS server all smooth and should help lower costs. I have a built mod_WebObjects.so if anyone wants a copy. The biggest issue I came across was having to upgrade one of my attached volumes from ext3 to xps file system as the late

supported DB servers

2024-10-03 Thread ocs--- via Webobjects-dev
Hi there, is there somewhere a list of SQL databases which we can use with WO+Wonder today (perhaps with some howtos and gotchas, if known)? All I've found is https://en.wikibooks.org/wiki/WebObjects/EOF/Using_EOF/Database_Adaptors_and_Plugins which says it is outdated and offers a link to new

How to use javaLocalDateTime prototype?

2024-10-03 Thread Ricardo Parada via Webobjects-dev
Hi everyone, I’m trying to use the javaLocalDateTime prototype but I’m having trouble to get it to work. The first problem I encountered was that _NSUtilities.classWithName() was not finding LocalDateTime. To try to solve that I did he following: _NSUtilities.setClassForName(java.time.LocalD

Re: How to use javaLocalDateTime prototype?

2024-10-03 Thread Ricardo Parada via Webobjects-dev
Hi everyone, I think I figured it out. I added the ERAttributeExtension framework to my app and now the javaLocalDateTime prototype attributes seem to be working when I fetch data. Thank you Ricardo Parada Sent from my iPhone > On Oct 3, 2024, at 10:53 AM, Ricardo Parada wrote: > >  > Hi

Re: supported DB servers

2024-10-03 Thread Ralf Schuchardt via Webobjects-dev
Wonder has plugins for - DB2 - Derby - MS SQL - Oracle - FrontBase - H2 - MySQL - OpenBase - PostgreSQL and further prototypes for - Access - Firebird - Interbase Of those databases I only use PostgreSQL, which works well. If there is a JDBC driver, most databases should work. And for the lit

Re: Amazon Linux 2023 and Graviton

2024-10-03 Thread Miguel Angel Torres Avila via Webobjects-dev
Hi John, I would like to have a copy of mod_WebObjects.so to run some tests. Thanks in advance.  > El 3 oct 2024, a las 7:37 a.m., John Pollard via Webobjects-dev > escribió: > > Just to confirm, deploying to Graviton AWS server all smooth and should help >