Provides a toolset for developing HISinOne extensions
ecl1 is a set of tools, implemented as Eclipse plugin, that supports the creation of HISinOne extensions. It adds support for creating a new HISinOne Extension and special checkers for the enrollment of lectures.
Eclipse Plugin to create a new Maven based JAX WS Project
This plugin creates new Maven based JAX WS Projects with support for Spring , JPA , Hibernate and SLF4J.
Plugin Creates 3 project -main , -core , -webdeploy. Main is parent project for -core and -webdeploy. Users can invoke all maven build commands on main project.
Core project contains a sample Hello World Service and other business logic.
Web Project contains XML related to Spring and
Web Deployment.