Build an application from scratch: JEE 7, Java 8 and Wildfly

I have recently published a course called “Build an application from scratch: JEE 7, Java 8 and Wildfly” on Udemy. This course is all about using a lot of recent and important Java technologies and best practices of software development in order to create a complete enterprise application. Some of the technologies and tools covered are:

  • Java EE 7: JPA 2.1, Bean Validation 1.1, JMS 2.0, EJB 3.2, CDI 1.1, JAX-RS 2.0, security.
  • Java 8: Lambda expressions, Date and Time API, streams and more.
  • Libraries such as Gson, JUnit, Mockito and Hamcrest.
  • Arquillian for integration tests.
  • Wildfly 8 (former JBoss) as Application Server.
  • PostgreSQL for production and HSQLDB/H2 for unit and integration tests.
  • Maven.
  • Eclipse IDE (this is a Maven project, so you can use other IDE).
  • Postman Chrome extension to test all our REST endpoints.

If you are interested and want to know more details, you can check the course by clicking here. In this page, you can find more details about the course, watch some free videos.

If you have any questions, just let me know.

One thought on “Build an application from scratch: JEE 7, Java 8 and Wildfly

  1. After 2 years of searching full-time for my solutions (technology stack)… I finally have found myself looking precisely for what your course covers!

    I discovered & purchased it last month, and just today opened it up to view the first section.

    I’m very excited to learn from your lessons & apply them asap to my own startup project (over 6yr in the making).

    Thank you!
    Clark

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s