Posts

Showing posts with the label Quarkus

JHipster: Quarkus + Angular + SQL Database CRUD example

Image
Hello everyone, today we will learn how to generate a Monolithic Full-stack web application that is a basic Employee Management Application using JHipster. Technologies used: Quarkus, Angular, H2DB, Maven. User Interface What is JHispter? JHipster is an open-source application development platform to quickly generate, develop, & deploy modern web applications & microservice architectures using Angular or React or Vue and Spring Boot or Quarkus Frameworks. JHipster Quarkus Environment Setup Step 1 :  Install Java 11,  click here Step 2 : Install Node.js,  click here Step 3 : Install JHipster using the following command npm install -g generator-jhipster or yarn global add generator-jhipster or Download  the JHipster Docker image,  click here Step 4(Optional) :  Install  Maven  or  Gradle  depends on you. You normally don’t have to install anything, as JHipster will automatically install the Maven Wrapper or the Gradle Wrapper for you. If you don’t want to use those wrappers, go

JHipster Quarkus! How to Generate a Full Stack Application?

Image
Hello everyone,  Today we will learn how to generate a  Monolithic Full stack application  using JHipster Quarkus. What is JHispter? JHipster is an open-source application development platform to quickly generate, develop, & deploy modern web applications & microservice architectures using Angular or React or Vue and Spring Boot or Quarkus Frameworks. JHipster Quarkus Environment Setup Step 1 :  Install Java 11,  click here Step 2 : Install Node.js,  click here Step 3 : Install JHipster using the following command npm install -g generator-jhipster or yarn global add generator-jhipster or Download  the JHipster Docker image,  click here Step 4(Optional) :  Install  Maven  or  Gradle  depends on you. You normally don’t have to install anything, as JHipster will automatically install the Maven Wrapper or the Gradle Wrapper for you. If you don’t want to use those wrappers, go to the official Maven website or Gradle website to do your own installation. Step 5 : Install the JHipster

Quarkus, Mazer, Bootstrap 5 Dashboard - Starter Kit - Free - Download

Image
Quarkus is a Java framework designed to run within containers. Fixating on expeditious start-up times and low memory utilization makes it more felicitous to run within container orchestration platforms like Kubernetes. Quarkus supports many industry-standard libraries such as Hibernate, Kubernetes, RESTEasy, Eclipse MicroProfile, and more... Mazer is a mature open-source WebApp template for admin dashboards and control panels. It is a responsive HTML template that is based on the CSS framework Bootstrap 5. We integrated the Mazer theme into Quarkus + Qute Project.  Scroll down and click on the download link to download the source code for free. Advantages: Since this is a starter/base project, on top of this project you can integrate your features. The main advantage is you don't need to develop everything from scratch.   The web content or layout is flexible to fit within the different screen sizes where they are displayed. If you are watching this website on a desktop, the layout

Quarkus + SB Admin Template - Download Starter Kit for free

Image
Quarkus is a Java framework designed to run within containers. Fixating on expeditious start-up times and low memory utilization makes it more felicitous to run within container orchestration platforms like Kubernetes. Quarkus supports many industry-standard libraries such as Hibernate, Kubernetes, RESTEasy, Eclipse MicroProfile, and more... SB Admin 2 is a popular open-source WebApp template for admin dashboards and control panels. It is a responsive HTML template that is based on the CSS framework Bootstrap 4. We integrated SB Admin 2 theme to Quarkus + Qute Project.  Scroll down and click on the download link to download the source code for free. Mobile View The main advantage of this starter project is you don't need to develop everything from scratch. Advantages: Since this is a starter/base project, On top of this project you can integrate your features. The main advantage is you don't need to develop everything from scratch.   The web content or layout is flexible to fit

Quarkus + Qute + MongoDB CRUD example

Image
Hello everyone, today we will learn how to develop a basic User Management Application using  Quarkus ,  Qute  template,  MongoDB , and  Panache . GitHub repository link is provided at the end of this tutorial. You can download the source code. Following technologies stack being used: Quarkus 2.2.3.Final MongoDB JDK 11 Qute 2.2.3.Final MongoDB Panache 2.2.3.Final After completing this tutorial what we will build?  We will build a full-stack web application  with CRUD features: • Create User • List User • Update User  • Delete User   User Interface Add User: Retrieve All Users: Update User: Final Project Directory: Maven[pom.xml] A Project Object Model or POM is the fundamental unit of work in Maven. It is an XML file that contains information about the project and configuration details utilized by Maven to build the project. It contains default values for most projects. Some of the configurations that can be designated in the POM is the project dependencies, the plugins or goals that c