Git Product home page Git Product logo

Comments (4)

AlexLandau avatar AlexLandau commented on July 26, 2024

Per https://about.validator.nu/htmlparser/ we're on the latest released version (though they note they're behind on actual releases).

from ggp-base.

AlexLandau avatar AlexLandau commented on July 26, 2024

A long-term solution would be to use an actual web browser, but as we recently learned this is blocked on Google App Engine (which runs Tiltyard) supporting Java 8. (Unless we split up GGP-Base into separate projects/jars as suggested in #91, in which case UI code could use Java 8 and core library code Java 7.)

In lieu of that I'm trying out Jsoup as a replacement library.

from ggp-base.

AlexLandau avatar AlexLandau commented on July 26, 2024

Jsoup seems to work, though there's more stuff involved in getting an input for Flying Saucer. I'll port this back from Alloy to GGP-Base at some point.

from ggp-base.

AlexLandau avatar AlexLandau commented on July 26, 2024

Another possible solution: JxBrowser allows for embedding a web browser, and does not require Java 8 like the JavaFX browser approach. However, it is a very large and heavyweight dependency; it basically runs Chromium within the application.

Another approach would be to run a servlet and (within the Java app) just provide a link to the actual visualization(s), which would be shown in a user's browser.

from ggp-base.

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.