[jboss-dev-forums] [Tomcat Integration Development] New message: "Re: Deployment of on-demand web applications"
Stan Silvert
do-not-reply at jboss.com
Sun Jan 24 15:37:28 EST 2010
JBoss development,
A new message was posted in the thread "Deployment of on-demand web applications":
http://community.jboss.org/message/521946#521946
Author : Stan Silvert
Profile : http://community.jboss.org/people/stan.silvert@jboss.com
Message:
--------------------------------------------------------------
As a compromise, perhaps it's time to revisit the profiles we are shipping. We've talked about having seperate production and development profiles before. Given the discussion above, this is starting to make more sense than ever. Right now we have:
*minimal* - total bare bones
*default* - what most people use, but you have to do stuff like secure the consoel before production
*standard* - as far as I know, this is only for JEE certification?
*web* - just web stuff with JTA, JCA and JPA
*all* - everything we can throw in, but mostly used for clustering
So what if we did something like this?
*minimal* - same as before
*web* - JEE web profile
*standard* - I guess we still need this?
*development* - no admin console and less logging - super-fast boot time - (JSF2 PROJECT_STAGE set to "Development")
*production* - includes admin console - secure - (JSF2 PROJECT_STAGE set to "Production")
*all* renamed to *cluster* (this makes it more obvious what it is really for) - same as production, but with clustered services available
With this, there would be no need for lazy loading.
I bring up the JSF2 PROJECT_STAGE setting because it demonstrates that other projects are going to the Development Mode/Production Mode model. We've talked about this before. It's time to get in front of the trend.
Stan
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/521946#521946
More information about the jboss-dev-forums
mailing list