I have developed a java batch program using the JSR352 implementation (javax.batch.api.*)
What is the best way to run this java batch program in a Java SE environment ?
ps: We can deploy this program to a JEE server having JSR352 implementation but, we are looking for methods to run in a Java SE environment, where i can run the java program as a simple console application.
ps2: i have the javaee-api-7.0.jar in my project classpath.