There is no end to learning. This time, I just have a small step on J2EE, although it’s actually not a very new technology. J2EE starts from 1999, was known as Java 2 Platform, Enterprise Edition. Now it was the most popular platform to develop enterprise applications, especially to develop big platforms. I am a full stake developer who knows html5, javascript, php, mysql, Java and Python. Somebody may think that Java is J2EE. That comment is totally wrong. As my understand, Java is just a programme language, which is used to develop Android apps or Java applications, or J2EE applications. J2EE is a platform. On the platform, we can take the advantage of several frameworks to develop a stable, solid, robust and professional applications, with fewer efforts. When I am writing this article, most J2EE developers are using Spring Boot and Mybatis with Mysql to develop website applications. If the application is more sophisticated, it will also involve other technology such as Redis, Memcached, or Kafka seperately or together. In this post, I will just try to setup an J2EE application with String Boot and Mybatis. For database, I will use MySQL.
Read more