Skip to content
#

web-application-framework

Here are 85 public repositories matching this topic...

FSchliephacke
FSchliephacke commented Oct 30, 2018

Vaadin Framework version: 8, all versions

There is a major error in the class com.vaadin.server.VaadinSession (and possibly other classes too, if this is some kind of cargo cult programming in the Vaadin team)

Most public methods in the class use assertions to "check" if the session has the lock. This is fundamentally wrong. Assertions are the wrong tool to check preconditions in public meth

joheriks
joheriks commented Jun 21, 2021

The live reload indicator (picture below) indicates its status for the front-end and server by the labels JS: ... and Java: ... (see picture below). This is quite inaccurate nowadays as front-end code is likely to be TypeScript (and also the server could also be something like Kotlin). More appropriate labels would be, e.g., "Frontend" and "Server".

<img width="329" alt="Screenshot 2021-06

A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->

  • Updated Nov 24, 2020
  • C#
webperl
daotoad
daotoad commented Apr 13, 2020

Describe the bug
Running a simple, valid program in the JS.do example website may lead to a valid script terminating.

Error message is:
`Operation """": no method found, argument in overloaded package WebPerl::JSObject.
exit(255) called, but NO_EXIT_RUNTIME is set, so halting execution but not exiting the runtime or preventing further async execution (build with NO_EXIT_RUNTIME=0, if you

atrocore

Improve this page

Add a description, image, and links to the web-application-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the web-application-framework topic, visit your repo's landing page and select "manage topics."

Learn more