
Prerequisite for JBOSS EAP is either JDK or JRE.
You can install either of them. In this video lets see installation of JDK (this will install both JDK and JRE)
java version "1.8.0_271"
JDK version 1.8.0.271 download link:
https://www.oracle.com/in/java/technologies/javase/javase-jdk8-downloads.html
Windows x64
jdk-8u271-windows-x64.exe
Path
C:\Program Files\Java\jdk1.8.0_271\bin
JAVA_HOME
C:\Program Files\Java\jdk1.8.0_271
JRE (for instance JRE 1.8 ) is a pre-requisite for the installation of JBOSS EAP.
PFB the steps to install Red hat developer studio:
1) Download from https://developers.redhat.com/products/codeready-studio/download
2) Select "View Older Versions" and then download the version 12.11.0 jar file
3) Navigate to the path where the file is downloaded and execute the below command from command line:
java -jar devstudio-12.11.0.GA-installer-standalone.jar
Please proceed with the default options and this will install the Red hat developer studio
This course covers the basics of the JBOSS Enterprise Application Platform version 7.3
This course focusses on explaining the JBOSS EAP in a very simple and easy-to-understand format. Demonstration videos are provided for most of the course topics.
JBOSS EAP is a open-source product of Red Hat. It is very powerful and highly efficient platform for developing and managing Enterprise applications.
JBOSS EAP Professionals especially Administrators have a high demand in the Software industry.
The course covers the 12 different topics so as to enable to basic users to understand and start using the JBOSS EAP. Eventhough JBOSS EAP includes a variety of other topics as well (since it has a extensive range of applications and functionalities), these topics will enable the basic users to get a good understanding of JBOSS EAP.
The course also covers an additional section on the JBoss Clustering
The course includes the basic projects that are explained in the course contents so that it helps to get familiar with the platform.
The course includes the below assignments
- assignment to explain on how to run multiple JBOSS EAP instances on a single machine.
- assignment to add a MIME type to JBOSS EAP
The installation and demonstrations are performed in the windows environment.