Flavour

@FlavourJava
1 Followers
0 Following
16 Posts

Flavour 0.3.2 is now live on Maven Central. It includes these enhancements:

* Routing enhancements for Dates (contributed by linuxfun)
* The archetype has been updated with support for routing and deep linking. The old archetype is now archetype-minimal, still useful for projects that don't need routing.

For more information on Flavour:

* Flavour Book: https://frequal.com/Flavour/book.html
* Flavour Home Page: https://flavour.sf.net/

Flavour: Make Awesome Web Apps in Java

Flavour 0.3.1 is now live on Maven Central. It includes these enhancements:

* Ticket #11 is resolved: Spaces are allowed in path parameters
* Ticket #3 is resolved: Fixed vague error message for missing setter in html:bidir-value
* Fixed archetype to hide static message after startup

For more information on Flavour:

* Flavour Book: https://frequal.com/Flavour/book.html
* Flavour Home Page: https://flavour.sf.net/

Flavour: Make Awesome Web Apps in Java

A new section on path-based routing has been added to the Flavour book: https://frequal.com/Flavour/book.html#org6fcd649

Path-based routing gives your Flavour apps natural, readable URLs, even for deep links. Boost your user experience and SEO with a couple easy changes.

More info on Flavour here: https://flavour.sf.net/

Podcast here: https://castini.frequal.com/cast/show/Flavourcast/f7e171e8-22de-4f3b-adbb-5462991343c5

Flavour: Make Awesome Web Apps in Java

For local-first applications, users may want to download state for a backup or to upload it elsewhere. New section 13.8 of the Flavour Book describes how do do this, with sample code, in a Flavour applications:
https://frequal.com/Flavour/book.html#org553d72f

(The old section 13.8 is now section 13.9)

Flavour: Make Awesome Web Apps in Java

Sometimes it's useful to show application state in a human-readable JSON format. The new section 13.8 of the Flavour Book shows you how to pretty-print State as JSON in a few lines of code: https://frequal.com/Flavour/book.html#org32a3588
Flavour: Make Awesome Web Apps in Java

Just added: a new section in the Flavour Book:

6.2 Importing Classes and Enums

https://frequal.com/Flavour/book.html#org1cdb8dc

Flavour: Make Awesome Web Apps in Java

Just released: Flavour version 0.3.0. Details at https://flavour.sourceforge.io/

This long-awaited release adds:

* Path-based routing
* SVG support
* EL error resilience during rendering
* Enhanced error reporting

Note that with this release, the Maven coordinates have changed slightly. In your POM, update the groupId for any Flavour dependencies to this:

<groupId>com.frequal.flavour</groupId>

and the version to:

<version>0.3.0</version>

#Flavour
#Java
#SPA
#react

Flavour

Flavour: Single-Page Web Apps in Java

Make powerful single-page apps after reading the Flavour book: https://frequal.com/Flavour/book.html

New sections just added on Custom Components and Common Error Messages.

Many sections of the book draw from, and link to, the Flavourcast podcast. Examples from the podcast are available in the book text.

Flavourcast: https://castini.frequal.com/cast/show/Flavourcast/f7e171e8-22de-4f3b-adbb-5462991343c5

Flavour home page: https://flavour.sourceforge.io/

Subscribe on Spotify or Apple Music.

#Flavour #Java #Kotlin #SPA #SinglePageApp #TeaVM #webdev #react #book

Flavour: Make Awesome Web Apps in Java

There's a new episode of Flavourcast: State Management in Flavour gives your app powerful capabilities. It can respond instantly to user interaction. It can operate offline. Learn how to manage state effectively in this episode.

Episode: https://castini.frequal.com/cast/ep/Flavourcast/c33ed638-dbc5-45ac-97e1-c37e5fd94c64

Flavourcast: https://castini.frequal.com/cast/show/Flavourcast/f7e171e8-22de-4f3b-adbb-5462991343c5

Flavour home page: https://flavour.sourceforge.io/

Subscribe on Spotify, Google Podcasts, or Apple Music.

#Flavour #Java #Kotlin #SPA #SinglePageApp #TeaVM #webdev #react

Learn how to make awesome web apps in Java from an early draft of a new book on Flavour: https://frequal.com/Flavour/book.html

Many sections of the book draw from, and link to, the Flavourcast podcast. Examples from the podcast are available in the book text.

Flavourcast: https://castini.frequal.com/cast/show/Flavourcast/f7e171e8-22de-4f3b-adbb-5462991343c5

Flavour home page: https://flavour.sourceforge.io/

Subscribe on Spotify, Google Podcasts, or Apple Music.

#Flavour #Java #Kotlin #SPA #SinglePageApp #TeaVM #webdev #react #book

Flavour: Make Awesome Web Apps in Java