The moose likes JBoss and the fly likes JBOSS IN ACTION x Eclipse/NetBeans Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "JBOSS IN ACTION x Eclipse/NetBeans" Watch "JBOSS IN ACTION x Eclipse/NetBeans" New topic
Author

JBOSS IN ACTION x Eclipse/NetBeans

Jose Queiroz
Greenhorn

Joined: Sep 23, 2008
Posts: 11
Hi Javid and Peter!

Can JBoss be considered a future substitute of Eclipse or NetBeans?

Congratulations for this new book!!!

Kind Regards, Jose.
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8141
    
  52

JBoss (i mean JBossAS) is an application server. Eclipse and NetBeans are IDEs. Both are two different things.

IDEs like Eclipse and NetBeans allow you to configure application servers like JBossAS from within the IDE to allow developers to deploy their applications on the server easily without having to do much manual work. However without the application server being available, the IDE on its own cannot provide the features the application servers provide.


[My Blog] [JavaRanch Journal]
Jose Queiroz
Greenhorn

Joined: Sep 23, 2008
Posts: 11
Hi Jaikiran,

Thank you for your explanation... Do you think that JBossAS substitutes Tomcat, though?

Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5532

JBoss AS uses a version of Tomcat (aka JBoss Web) as its servlet container. You can think of an application server as a superset of the functionality of a web server such as Tomcat.


JBoss In Action
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JBOSS IN ACTION x Eclipse/NetBeans
 
Similar Threads
Tomcat or Netbeans??
Which IDE for developing Android application?
cannot create Hibernate project.
IDE for Seam
Which IDE to use