| Author |
Which server to use for fast development
|
amit sharma
Ranch Hand
Joined: Jul 19, 2006
Posts: 129
|
|
|
I m using eclipse with myeclipse as plugin.It is working fine .Sometimes myeclipse doesn't able to hot-deploy my code .I using tomcat 5.I need to manually deploy code. I just want to know which server is fast for development purpose.i m not using ejb .Is myeclipse problem is only with tomcat or with other servers also.
|
 |
Sunny Gibbony
Ranch Hand
Joined: May 14, 2008
Posts: 39
|
|
|
I started out using Netbeans with Jboss (includes Tomcat) and it's able to hot deploy. But I am also using EJBs in my app.
|
 |
Nikos Pougounias
Ranch Hand
Joined: Jan 16, 2008
Posts: 110
|
|
|
I agree, JBoss is an excellent choice for fast development; hot deploy & easy to use.
|
Nikos' Java blog
|
 |
liqiang yang
Ranch Hand
Joined: Jan 20, 2008
Posts: 92
|
|
|
How about sun glassfish? It's good enough?
|
DY.
SCJP 5.0 (100%), SCWCD 5.0 (79%), SCBCD 5.0 (preparing...)
|
 |
hisham ragheb
Ranch Hand
Joined: Apr 14, 2008
Posts: 30
|
|
GlassFish is an Excellent choice and ranked among the best 10 servers in the world please watch this comparison here: http://weblogs.java.net/blog/jdcampbell/archive/2008/02/top_java_5_ee_s_1.html [ July 03, 2008: Message edited by: hisham ragheb ]
|
SCJP 1.5 (94%), SCWCD 1.4 (91%), SCBCD 1.5 (95%)
|
 |
Nikos Pougounias
Ranch Hand
Joined: Jan 16, 2008
Posts: 110
|
|
Allow me to add that for out-of-the-box fast development with Glassfish you may use Netbeans. JBoss is just simpler to use as a stand-alone server. Please don't miss the discussion with an expert that is taking place at the JBoss forum.
|
 |
hisham ragheb
Ranch Hand
Joined: Apr 14, 2008
Posts: 30
|
|
Allow me to add that for out-of-the-box fast development with Glassfish you may use Netbeans.
Its very well known that Netbeans is one of the strongest and easiest IDE in the markiet..some get used to use Eclipse which is used mostly with websphere..its excellent but i didnt like it..and the integeration between Netbeans and Glassfish is a bonus for fast testing and development.You can also add most popular Servers to work with Netbeans not only GlassFish.. i think alot of developers have to try to use Netbeans because its really powerful
|
 |
liqiang yang
Ranch Hand
Joined: Jan 20, 2008
Posts: 92
|
|
I am doing some example code for developing EJB 3.0. Anybody know how to setup Glassfish v2 in Eclipse 3.3 for this purpose. I tried a couple of time, but still failed on it. Thanks alot.
|
 |
 |
|
|
subject: Which server to use for fast development
|
|
|