Hi I've created an new Maven Enterprise Application, which gives me 3 modules: {proj}-ear, {proj}-web and {proj}-ejb.
I think my Facelets and JSF beans should be in {proj}-web, but in this module, I cannot import from javax.batch.*. If I put the batch processing java classes in {proj}-ejb, I cannot refer them from {proj}-web. How should I do this?
In fact I am fine with just {proj}-web, so long as I can use batch processing.