dev-resources.site
for different kinds of informations.
เริ่มต้น Quarkus 3 part 2.3 Renarde
Published at
6/4/2024
Categories
quarkus
Author
pramoth
Categories
1 categories in total
quarkus
open
Author
7 person written this
pramoth
open
Renarde เป็นอีกตัวช่วยในการทำ SSR ในรูปแบบ MVC เช่นเดียวกับ Spring MVC ที่มีเครื่องมือให้พร้อมหยิบมาใช้งานเลย เช่น form validator,csrf,routing,email,htmx support,barcode,gen pdf,security....
เริ่มต้นใช้งานก็เพิ่ม dependency ใน pom.xml จากบทความก่อนๆได้เลย โดยคง web-bundler ไว้เหมือนเดิม แต่สามารถเอา qute-web ,rest-qute ออกได้เลยเพราะมี transitive dependency จาก renarde ไปแล้ว
<dependency>
<groupId>io.quarkiverse.renarde</groupId>
<artifactId>quarkus-renarde</artifactId>
<version>3.0.12</version>
</dependency>
จากนั้นจะต้องไป disable proactive authen ก่อน เพราะว่าเรายังไม่ได้ config security จะเข้า endpoint ไม่ได้เพราะมัน enable by default
quarkus.http.auth.proactive=false
ที่เหลือก็เหมือน Action based MVC ทั่วๆไปนะครับ รยละเอียดแนะนำให้ไปโหลด เดโมมาลองที่
https://github.com/ia3andy/quarkus-blast จะเป็น Renarde+HTMX ครับ
quarkus Article's
30 articles in total
Java Can Be Serverless Too: Using GraalVM for Fast Cold Starts
read article
Building Robust REST Client with Quarkus: A Comprehensive Guide
read article
Choosing the Right Java Microservices Framework: Spring Boot, Quarkus, Micronaut, and Beyond
read article
Agente de IA confiável em prod com Java + Quarkus + Langchain4j - Parte 2 - Memória
read article
Agente de IA confiável em prod com Java + Quarkus + Langchain4j - Parte 1 - AI as Service
read article
Calling Clojure from Java using a real example (Clojure + Quarkus)
read article
Turbocharge Java Microservices with Quarkus and GraalVM Native Image
read article
Introduction to Quarkus: Java Native for Kubernetes
read article
Effective Project Structuring for Microservices with Quarkus
read article
Unlock Lightning-Fast Web Services: Mastering Quarkus for Agile, Scalable, and Responsive RESTful APIs
read article
Harnessing Automatic Setup and Integration with Quarkus Dev Services for Efficient Development
read article
Why we discarded Reactive systems architecture from our code?
read article
Unveiling Challenges with @Named
read article
Exploring Synthetic Beans in Quarkus. A Powerful Extension Mechanism
read article
Registering Reflection in Quarkus Extensions
read article
Creating Custom Configuration in Quarkus Loaded from JSON File
read article
Extending Quarkus: When and How to Write Your Own Extensions
read article
Demystifying Quarkus Extension Development: Jandex vs. AdditionalBeanBuildItem
read article
𝗠𝗶𝗰𝗿𝗼𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀 𝗶𝗻 𝗝𝗮𝘃𝗮: 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲, 𝗕𝗲𝗻𝗲𝗳𝗶𝘁𝘀, 𝗮𝗻𝗱 𝗜𝗺𝗽𝗹𝗲𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻
read article
Spring Boot vs Quarkus: Pick one for Java!
read article
Deploying native Quarkus REST API's in AWS Lambda
read article
เริ่มต้น Quarkus 3 part 2.3 Renarde
currently reading
เริ่มต้น Quarkus 3 part 2.2 web bundler
read article
How to enable mongodb query logging in reactive java for quarkus with panache
read article
Beyond JWT: Unlocking PASETO for Secure Token Management
read article
เริ่มต้น Quarkus 3 part 1
read article
Exploring Quarkus vs Spring Boot
read article
Secure Quarkus application with ezto
read article
Spring Boot vs Quarkus: Pick one for Java
read article
Why Quarkus Native (probably) does not fit your project
read article
Featured ones: