• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBoss for individuaol use or company use

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have read the Amazon dot com Editoral Reviews.

I had thought about loading JBoss on my PC at home. Thinking it might be helpful for developing use with web pages.

My dumb questions are;
Would this be helpful if I were to develop webpages for potential clients?
Are there any special considerations I might need to help make this decision?
Do you have a check list to help make a choice for using JBoss verses what it is qould replace or enhance?

Thanks,
Alex :roll:
 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator



Would this be helpful if I were to develop webpages for potential clients?

Yes very well
Are there any special considerations I might need to help make this decision?

No...If you are developing a simple j2ee(no ejb) then tomcat would be another option
Do you have a check list to help make a choice for using JBoss verses what it is qould replace or enhance?
No


 
Author
Posts: 367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I highly recommend using Tomcat with JBoss instead of standalone Tomcat for simple web applications. Even if you don't need clustering or any heavy features, I find JBoss easier to configure and manage. It's also easier to cleanly integrate services into. You can live fine with just Tomcat, but I personally would feel much better with a simple tomcat-only JBoss configuration. (the JBoss installer can set this up nicely)
 
reply
    Bookmark Topic Watch Topic
  • New Topic