posts with tag java
JavaEE Training Note - Day 10
2017-03-02
From this day, the training schedule goes to the coding stage of the development project. There will be no central topic of the notes, but a set of records of problems and technics.
JavaEE Training Note - Day 09
2017-03-01
Test is always one of the major steps in software engineering. which is today’s topic. Some basic concepts is introduced several days ago when introducing the unit test supporting in Spring MVC framework. Today’s point is related to the management and theory approach of the test.
JavaEE Training Note - Day 08
2017-02-28
The topic of today is the fundamental of web application and the server. The concepts introduced today is the low level basis of the fancy and colorful world of the Internet. Besides the general concepts, the nginx server also introduced.
JavaEE Training Note - Day 07
2017-02-27
Today’s topics are the automatic unit test in Spring MVC and the code refactoring in Java. The former is to fully empower the test in Java based project, while the latter is to keep a essential approach about improving the quality of the source code.