[jboss-dev-forums] [Design of JBoss jBPM] - Re: Timer servlet

tom.baeyens@jboss.com do-not-reply at jboss.com
Mon Jun 11 11:14:49 EDT 2007


1) a sar is not portable and 2) it doesn't provide an easy evaluation distribution.

i want 2 distributions out of the box:

1) a war distribution with configurations for standard java and everything inside this one single jar

2) a .ear enterprise application with configurations for enterprise java usage and everything inside this one single .ear file.


there are *lots* of ways on how we could split up things that might potentially be deployed separate.  it creates a combinatorial explosion of possibilities, which is not possible to document or maintain.  at least not with the resources we have now.

that is why my focus is first on creating the 2 nice integrated easy-evaluatable packages as mentioned above.

once we have those and within the constraints sketched above, we should think of how we can make it easier for people to undeploy certain parts or tweak those deployment packages.

it will never be as easy as just deleting a file.  it will always involve updating configuration files (which means unzip/update/re-zip).  but that is due to the fact that the java standards are all based on zipping configuration files in the packages.  anything else becomes less portable.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053143#4053143

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053143



More information about the jboss-dev-forums mailing list