i'm learning ejb 3 from ejb 3 in action. the authors have used the ActionBazaar example to explain various components of ejb. i have chosen eclipse to be my development ide. i would like to know how to create enterprise application project in eclipse, so that i can run the ActionBazaar examples from the book. i have digged in eclipse help and have found that there for project creation there are options like EJB PROJECT, ENTERPRISE APPLICATION PROJECT. which one should i use ? from the help i have learnt that we don't code in enterprise application project. so should i create web project separately AND an Ejb Project and then link/add them to enterprise application project ? if yes , then how will i use say session beans from ejb project in web project ? Please help me since i'm stuck and not able to proceed further.
is it possible that i create web project and EJB component types in it as necessary ? if yes then what is the difference between creating enterprise application project ?? will i lose something if i did like this ?
on the same lines can i create ejb project and add servlets/jsp in it ?