Giter VIP home page Giter VIP logo

Comments (6)

yogthos avatar yogthos commented on July 17, 2024

I'm actually in the process of changing the example for that. The io/resource-path is not a good default as you already noticed. :) I'll release a new template shortly.

from luminus.

bitfl1pper avatar bitfl1pper commented on July 17, 2024

Out of general curiosity, do you know why it would give the runtime exception after jar creation, when it would run fine from the lein ring server during development? Like some sort of underlying technical reason?

from luminus.

yogthos avatar yogthos commented on July 17, 2024

The problem is that the filesystem inside the jar is read only, so when you compile the resources folder into the jar the db can no longer be written to. The other problem was that the location for the db file was in the public folder, which is definitely not a good idea for an actual app.

from luminus.

yogthos avatar yogthos commented on July 17, 2024

I updated the docs here, they should get reflected in the site shortly, it polls github every half hour.

from luminus.

bitfl1pper avatar bitfl1pper commented on July 17, 2024

Cool! I'm looking forward to learning this framework deeply. Hopefully will contribute someday.

from luminus.

yogthos avatar yogthos commented on July 17, 2024

I just pushed out a new template as well, now the database file will be created at the path where the app is run. You'd probably want to specify the path explicitly for deployments, e.g.: /var/app/db. In general though, I'd recommend going with something like Postgres for real apps.

And hopefully there's not too much to learn with regards to the framework. I tried to keep the scaffolding to a minimum and avoid doing any magic in the templates. My experience building Clojure apps has been that the best approach is to pick the libraries that fit the app and wire them together explicitly in a way that fits with your project.

This is quite different from frameworks such as Rails, where a lot of things are done by convention and the framework often dictates the way you structure the application.

from luminus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.