|
From: <koe...@jb...> - 2006-07-05 12:42:44
|
The obvious case where you want to develop against api and not against impl's is for all of the jee standard stuff... You don't need all of the JBoss runtime classes in the classpath of your project in order to develop a jee app. Also, if you develop a pure jee app using the api jars, it should be fairly easy to port them between JBoss 4.0.x versions. This is (at this point) not possible easily with e.g. jBPM in the first part because of the non-existence of a jBPM-api.jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955483#3955483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955483 |