Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #6859

JBoss 7

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!news-transit.tcx.org.uk!news.stack.nl!.POSTED!ipv6.urchin.earth.li!twic
From Tom Anderson <twic@urchin.earth.li>
Newsgroups comp.lang.java.programmer
Subject JBoss 7
Date Mon, 8 Aug 2011 00:14:53 +0100
Organization Stack Usenet News Service
Lines 35
Message-ID <alpine.DEB.2.00.1108072357060.15626@urchin.earth.li> (permalink)
NNTP-Posting-Host ipv6.urchin.earth.li
Mime-Version 1.0
Content-Type TEXT/PLAIN; format=flowed; charset=US-ASCII
X-Trace mud.stack.nl 1312758893 51634 2001:ba8:0:1b4::6 (7 Aug 2011 23:14:53 GMT)
X-Complaints-To abuse@stack.nl
NNTP-Posting-Date Sun, 7 Aug 2011 23:14:53 +0000 (UTC)
User-Agent Alpine 2.00 (DEB 1167 2008-08-23)
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6859

Show key headers only | View raw


Yo!

Anyone here using JBoss 7? I've just started getting to grips with it, and 
my head is swimming. I'd be interested to hear about anyone's experiences 
with it.

So far, the good: it starts up really, really fast. 1.7 seconds for an 
empty container. I know the time to start an empty container doesn't mean 
much, but that's certainly a lot faster than any previous version could do 
it! Also, the way modules are now loaded on demand, so that i don't have 
to worry about whether i need the 'default' or 'all' profiles, or about 
doing any slimming.

The bad: they appear to have got rid of the idea of servers (as in 
$JBOSS_HOME/server), which was something i have always leaned on very 
heavily. It's not clear to me how you're supposed to manage a system which 
has multiple completely independent applications which you'd like to be 
able to run as separate processes (as a typical dev box does). Running a 
standalone setup only appears to support one process per machine, and 
running a domain setup rather implies that the processes are part of a 
cohesive unit - you have to list them all in host.xml.

I really need to be able to take a project, build it into a WAR or EAR, 
and deploy it to the app server as its own process, all pretty much 
automatically. Needing to grub around in host.xml defeats that.

So far, i've written a shell script which is a replacement for 
standalone.sh which should let me do this, but i haven't used it seriously 
yet. I feel like i shouldn't be needing to replace out-of-the-box scripts 
to do this.

tom

-- 
You have now found yourself trapped in an incomprehensible maze.

Back to comp.lang.java.programmer | Previous | NextNext in thread | Find similar


Thread

JBoss 7 Tom Anderson <twic@urchin.earth.li> - 2011-08-08 00:14 +0100
  Re: JBoss 7 Robert Klemme <shortcutter@googlemail.com> - 2011-08-10 09:48 +0200
    Re: JBoss 7 Tom Anderson <twic@urchin.earth.li> - 2011-08-10 23:46 +0100

csiph-web