|
From: <max...@jb...> - 2006-06-25 15:18:11
|
"mcu...@jb..." wrote : | 1) Make a standard "JBoss (JEMS?)" runtime wizard that is accesible through the "Libraries" wizard page in a Java projects build path. | AFAIK there is no extension point for this page - do you know the name of it or ? anonymous wrote : | ...would provide extension points that all of our runtimes could register with. The wizard will allow the user to either setup the runtime as an external dependency (AKA classpath container) OR import/copy those libraries into a user specified directory within their project. | Sounds like some code/logic that should be shared/delegatable to a WTP facets implementation. anonymous wrote : | 2) Try to distribute "interface" JARs where it makes sense.. mostly for the EJB3 plugin right now. Also put pressure on our runtime developers to provide us with lightweight interfaces so runtime distribution is left to a minimum. (Only HibernateTools and AOP actually need the runtime to work ATM) | I do not understand what this point is about ? How can we live with just "interface" JAR's when it is something the users projects need to run against ? (either we distribute or not ;) anonymous wrote : | 3) We left off on distribution. We basically have 3 different methods of obtaining a runtime currently: | 1. Put runtime jars in CVS/SVN | 2. Download/copy runtime jars from repository.jboss.com into plugin | 3. Let user download/register their runtime after installation | I have a distinct feeling that you have a different concept of runtime than me ;) For me "runtime" libraries is *only* about which libraries *users* need for their projects. #3 sounds more like a mix on how we get libraries for the JBossIDE plugins into the build and how users can select something else ? anonymous wrote : | #3 should probably be left for "runnable" runtimes i.e. JBossAS and the jBPM Server. I suggest we keep with #1 for plugins that need to distribute runtime w/ the plugin, but this is definately still up for discussion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953284#3953284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953284 |