Craig Cavanaugh

Results 11 comments of Craig Cavanaugh

Hey Rohit, I've poked around potential use of NOSQL, but have not tried it. Hibernate offers a NOSQL backend that should be mostly transparent that supports MongoDB and Neo4j and...

The initial driver for multiple backends (JPA/Hibernate) was to support client / server access whereas the xml/bxds would be messy. The relational database provides fault tolerance on slow unstable systems....

Some of the weirdness for keeping jGnash where it's at was integration into Linux and macOS desktops and the displayed application name. This was due to Java limitations at the...

I've been able to perform a bit of testing with OSX using a VM. It's not 100% The biggest annoyance is the java menu with jgnash.app.jGnashFx being displayed. It doesn't...

I am... the Google devel list contains a link to the contributor agreement. It basically says that I will hold copyright on any contributions. It makes it much easier for...

Glad jGnash is working well for you! The Fx interface has done much to help clean up the code and make the interface much more robust. UI features will generally...

I went ahead and merged in the logging... I've needed it as well. Long term, the jlink approach is desirable. I think that with now having access to Gradle actions,...

Can you provide a snippet of a file with the date? QIF is broken and the date format is not standard. Can you export OFX/QFX files from Quicken? Results will...

OFX is an open standard text based standard and QFX should only contain a couple of extra fields. I understand completely about not sharing a complete file. Let's see what...

No idea why an OFX would be binary... that would be a first for me. Anyway... The existing code should handle the date format correctly, but it appears as there...