• Post category:StudyBullet-3
  • Reading time:4 mins read


From zero to hero, hands on experience building web apps with Java (a bit of Scala included),MySQL and Play! Framework.

What you will learn

Learn about the general structure of Play Framework Applications based on Java and Scala

How to configure routes in Play Framework

Configuration of Play Framework with MySQL

Use Java to create your first web based application

Bonus class: Using ReactJS on your Java Applications

Description

Hello there , you are at the right place. This is one of the best courses on Java Web Development, taught by an experienced instructor based on the Play! Application Framework (Play 2). By the end of this course:

  1. Learn Java Web Development using Play Framework from Scratch, we shall use IntelliJ IDEA .
  2. From zero to hero, hands on experience building web apps with Java (a bit of Scala included) and Play Framework
  3. By the end of this course you should be able to comfortably build and run a Java based web application complete with the MVC Pattern.
  4. Get introduced to the use of Play console and the effectiveness of the simple buid tool.
  5. We shall also learn about ORM( Object Relational Mapping) and Ebean, a bit of ReactJS and Front-end Design all based on a Java framework.
  6. You will learn how to configure your application to work with a MySQL database server.
  7. Use Semantic UI to create attractive user interfaces for your Java application.
  8. We shall develop our own modules that we can re-use.
  9. Get to understand how plugins can come in handy during your project implementation.

By making a purchase, the instructor guarantees to offer support in case you are stuck along the way.


Get Instant Notification of New Courses on our Telegram channel.


See you in class!!!

English
language

Content

Software and Tools Setup
Downloading IntelliJIDEA
Installation of IntelliJ IDEA
Adding SBT, Scala and Play Plugins
Creating your first Java Play Application
Let’s build a Java Play Application named “Students”
Anatomy of a Java Play Application
Fixing Common Issues Faced on Initial Project Build
Using the Play Console
Fixing Failed to listen for HTTP on /0.0.0.0:9000!