|
|||
กก |
import
org.jmin.kernel.framework.ext.J2eeAbstractService; public calss MyService extends J2eeAbstractService{ } This step will generate a Java class กก //file:service.xml <?xml version="1.0"?> notes: admim is a super service to deploy your service กก Put MyService class file in the
current folder, and create a folder with name:META-INF,then put the
service.xml file to the sub folder. The make a jar file and put all
content from the current folder into the jar file.
|
||