The Artima Developer Community
Sponsored Link

Java Buzz Forum
GUI admin, shmooie admin

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic    
Flat View: This topic has 0 replies on 1 page
Matt Quail

Posts: 128
Nickname: spud
Registered: Jun, 2003

Matt Quail is lead programmer for a Java development company
GUI admin, shmooie admin Posted: Jun 4, 2003 8:32 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Matt Quail.
Original Post: GUI admin, shmooie admin
Feed Title: Matt Quail's Java blog
Feed URL: http://fisheye.cenqua.com/category/java/feed/
Feed Description: The latest java related logs from Matt Quail's blog at madbean.com
Latest Java Buzz Posts
Latest Java Buzz Posts by Matt Quail
Latest Posts From Matt Quail's Java blog

Advertisement

RE: Glen's comment:

Enter JRun4 from Macromedia (www.macromedia.com/jrun). This tool absolutely rocks! The admin tools are superb, and it just works!

I must admit that I've only ever had good experiences with JRun. However, for me, GUI admin tools (or any admin tools in general) don't rank as a reason to use a particular J2EE container.

Admin tools are only useful for about 5-10% of a project; you know, that stage at the start of a project when you are trying to work out how-the-hell your particular J2EE container is meant to be configured. It is almost always a hard lesson to learn, but it is a lesson you only need to learn once in your life. And you don't need the GUI admin tools at all if your container has good documentation.

After that, on a real project, you will have your server/app config as part of your software configuration management process (SCM); i.e. you will have it all checked and versioned and, most likely, part of your Ant script. I never seem to use the GUI again.

So, sure, GUI's are good when learning about a product, but they aren't a major factor when I'm evaluating a J2EE container. But then again, maybe I wouldn't feel this way if I hadn't hung around hard-core unix-sysadmins so much.

PS: GUI admin tools do end up being useful "in production", apparently, when you are monitoring the health of a running system, etc. But I'm a coder, not a support engineer, so why would I care about that? :D

Read: GUI admin, shmooie admin

Topic: ctl+shift+v in IDEA Previous Topic    

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use