version

  • 2017/9/1 init
  • 2018/6/10 add eclipse workset, add eclise prjoect file to each directory

brief

java_projects: some projects use java

  • java_application: Run As - Java Application, New - Java Project

    • swing: GUI, 1998 appears
    • thread: use Runnable/Thread
    • test:
  • struts project: Run As - run on Server, New Struts Project

    • SSH: , struts + spring + hibernate
  • other

    • CORBA: Common Object Request Broker Architecture, 2 examples are hello and calc.

java application

  • New - Java Project
  • Run As - Java Application
// commandline
javac xxx.java
java xxx

SSH

  • New - Struts Project
  • Run As - Server (tomcat 8.5)

功能包括线程池pool、调度scheduler的quartz、spring、hibernate和strtus.

CORBA

  • New - Java Project
  • Run As - Java Application