Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.92 KB

jakarta-11-eclipse-mssql.md

File metadata and controls

30 lines (24 loc) · 1.92 KB

Hardware and software requirements for Jakarta EE framework development

   

Workstation specifications, minimum requirements

  • Windows 10 or Linux or MacOS, 64 bit
  • RAM, 8GB required, 16GB preferable
  • 128 GB Storage (SSD would be preferrable)
  • 2 Core CPU

Development IDE

Download the latest Eclipse for Enterprise Java and Web Developers and install. In case you prefer using another IDE, you are free to use it but the course will be delivered based on Eclipse.

Java Development Tools

  1. We will need Java 11 or later - Java 11 and Java 17 are the versions we recommend using. See instructions here for Java version 11 and here for Java version 17.
  2. Maven will be installed by Eclipse for Enterprise. If you do not have the Eclipse for Enterprise Java version, you can manually download and install Maven from Maven and follow the instructions.
  3. Create then an environmental variable named MVN_HOME pointing to Maven's installation folder.

Database Tools

  1. See the instructions for installing the MS SQL Server and the MS SQL Studio Management tool

Application Server

  1. Download WildFly 27.0.1. Create a folder in your system where the previous zip file will be unzipped. It does not require any installation.

Other Tools

  1. Download and install Git Version Control.
  2. Create a Github account.