DORSETRIGS
Home

playframework (18 post)


posts by category not found!

Play can't connect to MySQL

Play Framework Cant Connect to My SQL Troubleshooting Guide The Problem You re trying to build a web application using Play Framework but your application cant

3 min read 07-10-2024 21
Play can't connect to MySQL
Play can't connect to MySQL

How do I link my '.lib' and '.dll' files in play framework?

Linking lib and dll Files in Play Framework A Practical Guide Play Framework a popular Java and Scala web framework simplifies web application development Howev

3 min read 06-10-2024 50
How do I link my '.lib' and '.dll' files in play framework?
How do I link my '.lib' and '.dll' files in play framework?

Which flavor of OpenID is supported by Play

Navigating the Open ID Landscape What Flavor Does Play Support Open ID Connect OIDC has become the gold standard for secure user friendly authentication But the

2 min read 06-10-2024 52
Which flavor of OpenID is supported by Play
Which flavor of OpenID is supported by Play

Install Play 1.7.1 on Windows

Setting up Play Framework 1 7 1 on Windows A Step by Step Guide The Play Framework a robust and popular Java web framework offers an efficient way to build web

3 min read 04-10-2024 35
Install Play 1.7.1 on Windows
Install Play 1.7.1 on Windows

Play Framework Ebean Firebird

Exploring Play Framework with Ebean and Firebird Database In the realm of web application development the Play Framework stands out as a powerful tool for build

3 min read 27-09-2024 49
Play Framework Ebean Firebird
Play Framework Ebean Firebird

Pacj and Websocket authentication and authorization

Understanding PACJ and Web Socket Authentication and Authorization In todays web development environment maintaining secure connections while allowing real time

3 min read 23-09-2024 52
Pacj and Websocket authentication and authorization
Pacj and Websocket authentication and authorization

xssprotection, noframe, nosniff not present on every request

Understanding XSS Protection NOFRAME and NOSNIFF Why They Should Be Present in Every Request In the world of web development and cybersecurity ensuring that you

3 min read 21-09-2024 45
xssprotection, noframe, nosniff not present on every request
xssprotection, noframe, nosniff not present on every request

How to pass a value down the call stack in Scala Play app

How to Pass a Value Down the Call Stack in a Scala Play Application In a Scala Play application understanding how to pass values down the call stack is crucial

3 min read 18-09-2024 60
How to pass a value down the call stack in Scala Play app
How to pass a value down the call stack in Scala Play app

How to parse large JSON Strings(>5,000,000) using Play JSON?

How to Parse Large JSON Strings 5 000 000 Using Play JSON Parsing large JSON strings can be a challenging task especially when dealing with sizes exceeding 5 00

2 min read 17-09-2024 48
How to parse large JSON Strings(>5,000,000) using Play JSON?
How to parse large JSON Strings(>5,000,000) using Play JSON?

Can I disable default Marker Context (NoMarker) passed implicitly when using play.api.Logger and require a different MarkerContext is always provided?

Disabling the Default Marker Context in Play Frameworks Logger In the Play Framework logging is an essential feature that helps developers track application beh

2 min read 15-09-2024 85
Can I disable default Marker Context (NoMarker) passed implicitly when using play.api.Logger and require a different MarkerContext is always provided?
Can I disable default Marker Context (NoMarker) passed implicitly when using play.api.Logger and require a different MarkerContext is always provided?

Why am I getting the message "SBT compilation for play framework 2.x disabled by default" in IntelliJ?

Understanding SBT Compilation for Play Framework 2 x Disabled by Default in Intelli J When you re working with Play Framework 2 x projects in Intelli J you migh

3 min read 06-09-2024 50
Why am I getting the message "SBT compilation for play framework 2.x disabled by default" in IntelliJ?
Why am I getting the message "SBT compilation for play framework 2.x disabled by default" in IntelliJ?

Blank screen when connecting via Keycloak

Troubleshooting a Blank Screen when Connecting via Keycloak If you re developing a web application that utilizes Keycloak as an authenticator you may have encou

3 min read 02-09-2024 47
Blank screen when connecting via Keycloak
Blank screen when connecting via Keycloak

Compilation Error: Instance not found: Conversion[models.Errorcode, _ <: Product] on Scala 3 Playframework

Decoding the Instance not found Conversion models Error Code Product Error in Scala 3 Play Framework Migrating from Scala 2 to Scala 3 often brings exciting new

2 min read 02-09-2024 61
Compilation Error: Instance not found: Conversion[models.Errorcode, _ <: Product] on Scala 3 Playframework
Compilation Error: Instance not found: Conversion[models.Errorcode, _ <: Product] on Scala 3 Playframework

Comparing impact of Scala PlayFramework's db.withConnection and db.withTransaction methods on the underlying postgres database

Diving into Play Frameworks db with Connection vs db with Transaction A Postgres Performance Comparison When working with Play Framework and a Postgres database

2 min read 01-09-2024 77
Comparing impact of Scala PlayFramework's db.withConnection and db.withTransaction methods on the underlying postgres database
Comparing impact of Scala PlayFramework's db.withConnection and db.withTransaction methods on the underlying postgres database

play -pac4j oidc password grant send redirect url to torken end point

Solving the Invalid parameter redirect uri Error with Play Pac4j OIDC and Keycloak This article explores a common error encountered when integrating Play Framew

3 min read 30-08-2024 36
play -pac4j oidc password grant send redirect url to torken end point
play -pac4j oidc password grant send redirect url to torken end point

Unable to query using Reference id in morphia 2.4.14 for Reference entity. use of Key<> is deprecated

Querying Morphia Entities with References A Practical Guide Morphia a powerful object document mapper for Mongo DB simplifies data interactions in your Java app

2 min read 30-08-2024 66
Unable to query using Reference id in morphia 2.4.14 for Reference entity. use of Key<> is deprecated
Unable to query using Reference id in morphia 2.4.14 for Reference entity. use of Key<> is deprecated

Can time slicing and context switches cause high CPU utilization in a Java based application?

Understanding High CPU Utilization in Java Applications Time Slicing Context Switching and Thread Pools High CPU utilization can be a major performance bottlene

3 min read 29-08-2024 47
Can time slicing and context switches cause high CPU utilization in a Java based application?
Can time slicing and context switches cause high CPU utilization in a Java based application?

Play Framework migration: NoSuchMethodError: play.api.ApplicationLoader$.createContext

Resolving the No Such Method Error play api Application Loader create Context in Play Framework Migration Migrating from Play Framework 2 5 to 2 6 can be a smoo

2 min read 29-08-2024 42
Play Framework migration: NoSuchMethodError: play.api.ApplicationLoader$.createContext
Play Framework migration: NoSuchMethodError: play.api.ApplicationLoader$.createContext