[jboss-dev-forums] [JBoss AS7 Development] - Re: How to model the (optional) OSGi webconsole in AS7
David Bosschaert
do-not-reply at jboss.com
Tue Nov 23 02:53:44 EST 2010
David Bosschaert [http://community.jboss.org/people/bosschaert] created the discussion
"Re: How to model the (optional) OSGi webconsole in AS7"
To view the discussion, visit: http://community.jboss.org/message/572380#572380
--------------------------------------------------------------
Yeah, the commented-XML approach surely doesn't scale.
On the profile approach, in order to make that scale it might make sense to allow splitting it over multiple files to keep them manageable. These files could be merged at runtime into a single logical XML document possibly using something like XML xinclude. This might make the rewriting following an update 'interesting', however ;)
I like the command line switch. Maybe we can do something like what maven has and support the definition of multiple profiles combined, so if I want to add my webconsole to the default profile I could call standalone.sh -Pdefault,osgi-webconsole or something like that...
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/572380#572380]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20101123/8ba1de88/attachment.html
More information about the jboss-dev-forums
mailing list