Coder Social home page Coder Social logo

Comments (4)

pgaubatz avatar pgaubatz commented on June 24, 2024

Hi! Don't you think that parametrizing the build process in such a way, that one can choose which libraries get bundled, would be more suitable? The problem with your approach is that you'd "destroy" our SMA update mechanism.

from fiskaly-kassensichv-client-java.

cjaentsch avatar cjaentsch commented on June 24, 2024

We ship one jar which should run on "every" hardware, but we don't want to have all SMAs bundled as it would be too large. So for us it would be best to lazy load the SMAs from our servers (we already implemented this now and it works fine). I wasn't aware of an SMA update mechanism in your client yet. So basically you have kind of the same mechanism with update of the SMA lib from a remote server? Then why not extend this not only to update the SMA lib but also to download the initial version of the SMA lib?

from fiskaly-kassensichv-client-java.

cjaentsch avatar cjaentsch commented on June 24, 2024

So to make it clear as we have built it now: We don't bundle the SMA libs into the jar but have them down loadable on our servers. The jar detects on starting if the corresponding SMA lib for the current OS and hardware is already downloaded. If not, then it downloads it (for if started with a "force download" to force an update). We would always have the current versions of the SMAs on our servers so our jars would update them if necessary.

from fiskaly-kassensichv-client-java.

pgaubatz avatar pgaubatz commented on June 24, 2024

Hi @cjaentsch! This repository has been deprecated. The new SDK can be found at https://github.com/fiskaly/fiskaly-sdk-java

from fiskaly-kassensichv-client-java.

Related Issues (16)

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.