Friday, March 12, 2010

Moving from Tomcat to JBoss

Tagged with:
Thursday, June 12, 2008, 8:55
This news item was posted in HowTo & Tutorial category and has 0 Comments so far.

<!–<scope>compile</scope>–>
<scope>provided</scope>

After 5 years I have returned to jboss because I wanted to evaluate JBPM (I’ll write about it later). But this I already knew pitfulls of JEE . Avoid EJBs!.

I downloaded latest stable version of jboss and run it empty to test: no errors, perfect!

I configured my ide (idea 7.0) and run it with a simple jsp application . Awesome still no error. Idea 7.0 realy has a good integration with jboss. Only imported point i you should name exploded folder name with proper suffix (.jar/.war/.ear)

At this what u have out of box :

Jboss-ws

JMS

Hibernate

Quartz

javax.mail

javax.activation

This means when u move from tomcat/jetty to jboss you should change maven dependecies of these projects. They are already ready and running :)

Share and Enjoy:
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • Wists
  • LinkedIn
  • Slashdot
  • Google Bookmarks
  • Reddit
  • StumbleUpon
  • email
  • Twitter

Related posts:

  1. moving to my notebook :)
  2. Annotations have been more successful than XML
  3. URI Encoding for tomcat 5.5.X
  4. Workflow Framework Comparison
  5. tomcat port configuration

You can leave a response, or trackback from your own site.

Leave a Reply