Épisodes

  • Introduction to Flavour
    Apr 26 2023
    An introduction to Flavour, in three parts. Flavour is a full-featured single-page web application framework for Java. Learn what it does, how it works, and why you should use it. More info: https://frequal.com/FlavourPlus/
    Voir plus Voir moins
    Moins d'une minute
  • Making an App with Flavour: What's It Like?
    May 6 2023
    Before you invest the time in learning a new app framework, you probably want to know what it's like. Learn the fundamental techniques for making a Flavour app. Hear just how easy it is to make an interactive application. Want to try it yourself? Follow the "using the Flavour Framework" instructions here: https://frequal.com/teavm-site/docs/intro/getting-started.html
    Voir plus Voir moins
    Moins d'une minute
  • Architecture of Flavour
    Apr 29 2023
    Dive deep into how Flavour works, how it relates to TeaVM, and how it interacts with the browser. Read more at the Flavour home page https://frequal.com/FlavourPlus
    Voir plus Voir moins
    Moins d'une minute
  • Flavour Tags: html:text
    Sep 27 2023
    html:text is one of the fundamental Flavour tags, which lets you insert text into a web page. Whether you are inserting a username, a product description, a date, or numbers onto a page, this is the tag you'll want in your Flavour templates.
    Voir plus Voir moins
    Moins d'une minute
  • Flavour Tags: html:bidir-value
    Oct 8 2023
    html:bidir-value lets you keep a page input value in sync with a Java property. The link is bidirectional: the page updates when the property value changes, and when the on-screen value changes, the property is updated accordingly.
    Voir plus Voir moins
    Moins d'une minute
  • Flavour Tags: std:if
    Oct 14 2023
    The Flavour tag std:if lets you show or hide a portion of your page conditionally.
    Voir plus Voir moins
    Moins d'une minute
  • Flavour Tags: std:foreach
    Oct 25 2023
    The Flavour tag std:foreach repeats its content once for each item in a collection
    Voir plus Voir moins
    Moins d'une minute
  • Flavour Tags: event:click
    Nov 5 2023
    The Flavour tag event:click causes a Java method to be invoked when an element is clicked.
    Voir plus Voir moins
    Moins d'une minute