• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

better faster way to hot-deploy my EJB3?

 
author
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dmitry, I am glad you have create a book on Intellij 7. I love the IDE, but would love to find a better faster way to hot-deploy my EJB3, Seam application into JBoss 4.2

I have a Maven 2.0.7 multi-module build structure:

pom.xml
+-->myEar
+-->myEJB3
+-->myWar
+-->myCommon-jar


Currently, I have to rebuild via the maven plugin to package 'myEar', then redeploy from a running JBoss in IntelliJ.
Is there a way to just deploy it exploded module, by, module?
[ November 05, 2007: Message edited by: Bear Bibeault ]
 
Sheriff
Posts: 67750
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please take the time to construct meaningful subject titles. The majority of the questions over the next four days will be directed at Dmitry, a subject of "Question for Dmitry" isn;t going to be helpful.

I have adjusetd the title of this topic as an example.
 
author
Posts: 149
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Mick,

As far as I understand, the extra rebuild step should not be necessary. The Maven import should create the necessary facets in IntelliJ IDEA, and after that building the project in IntelliJ IDEA should get it correctly deployed in one step.

Doesn't this work for you?
 
The happiness of your life depends upon the quality of your thoughts -Marcus Aurelius ... think about this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic