From: <ad...@jb...> - 2005-05-02 15:39:48
|
The first direction we will be taking in JBoss5 is to make the notion farm, singleton, replication, federation, etc. an aspect of each deployment rather than have different folders for these notions. This allows the features to be "mixed and matched" more easily. e.g. being able to farm a singleton where you deploy it to one node, it is distributed to all nodes but only activated on one. This is our "aspectized" deployment framework, here's the original requirements docs if you are not familiar with it: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossKernel These features will be configurable on individual services, not just whole deployments so you can have for example an EAR that has some components as singletons and others doing what farm does today. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876154#3876154 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876154 |