|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
JBoss autmatic deploymentI would like to develop JBoss's Seam aplication with NetBeans. I am succesfully using seam-gen, to generate sample aplication then I import it into NetBeans where I have a JBoss server configured.
But, whenever I would like to see the changes I made to the code in browser, I have to manually deploy aplication (select project, right click and click on "Deploy Project"). What I would like to have, is, that whenever I change (save) a file in NetBeans IDE, it is automaticly compiled and deployed to JBoss AS. I've seen on a lot of places, that this should be possible in NetBeans, but I couldn't find a way to do it myself, neither did I find any tutorial/FAQ/stepByStepInstructions on the web? Is this possible (if yes, how is it possible)? TIA, Ferd0 P.S.: I am using NetBeans 5.5.1 and JBoss AS 4.2.1. ____________________________________________________________________________________ Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545469 |
|
|
Re: JBoss autmatic deploymentI don't think is is possible to automatically deploy upon saving a file.
The reverse is true: Deploying a project will save any unsaved changes. regards, karthik Ferdo Piš wrote: > I would like to develop JBoss's Seam aplication with NetBeans. I am succesfully using seam-gen, to generate sample aplication then I import it into NetBeans where I have a JBoss server configured. > > But, whenever I would like to see the changes I made to the code in browser, I have to manually deploy aplication (select project, right click and click on "Deploy Project"). > > What I would like to have, is, that whenever I change (save) a file in NetBeans IDE, it is automaticly compiled and deployed to JBoss AS. > > I've seen on a lot of places, that this should be possible in NetBeans, but I couldn't find a way to do it myself, neither did I find any tutorial/FAQ/stepByStepInstructions on the web? > > Is this possible (if yes, how is it possible)? > > TIA, > Ferd0 > > P.S.: I am using NetBeans 5.5.1 and JBoss AS 4.2.1. > > > > > ____________________________________________________________________________________ > Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. > http://answers.yahoo.com/dir/?link=list&sid=396545469 > |
|
|
Re: JBoss autmatic deploymentAre there any plans to add such functionality?
----- Original Message ---- From: Karthik <Karthikeyan.Rajeswaran@...> To: nbusers@... Sent: Sunday, October 14, 2007 6:54:29 PM Subject: Re: [nbusers] JBoss autmatic deployment I don't think is is possible to automatically deploy upon saving a file. The reverse is true: Deploying a project will save any unsaved changes. regards, karthik Ferdo Piš wrote: > I would like to develop JBoss's Seam aplication with NetBeans. I am succesfully using seam-gen, to generate sample aplication then I import it into NetBeans where I have a JBoss server configured. > > But, whenever I would like to see the changes I made to the code in browser, I have to manually deploy aplication (select project, right click and click on "Deploy Project"). > > What I would like to have, is, that whenever I change (save) a file in NetBeans IDE, it is automaticly compiled and deployed to JBoss AS. > > I've seen on a lot of places, that this should be possible in NetBeans, but I couldn't find a way to do it myself, neither did I find any tutorial/FAQ/stepByStepInstructions on the web? > > Is this possible (if yes, how is it possible)? > > TIA, > Ferd0 > > P.S.: I am using NetBeans 5.5.1 and JBoss AS 4.2.1. > > > > > ____________________________________________________________________________________ > Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. > http://answers.yahoo.com/dir/?link=list&sid=396545469 > ____________________________________________________________________________________ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow |
|
|
Re: JBoss autmatic deployment
I couldn't find any reference to such plans on the development wiki
page at http://wiki.netbeans.org/wiki/view/Development .
In general, the 'higher' actions automatically perform 'lower' actions by way of dependencies set in the build script (for instance, 'deploy' would save and compile the project first) but the reverse doesn't happen. For any specific requests, please consider filing an issue at http://www.netbeans.org/community/issues.html , for further discussion with the responsible engineers. I did come across a couple of issues that are somewhat related: http://www.netbeans.org/issues/show_bug.cgi?id=56424 http://www.netbeans.org/issues/show_bug.cgi?id=49542 (marked as fixed in 6.0) The user will still have to invoke 'deploy' manually but skip the war file generation. One simple workaround for you would be to use the 'deploy' toolbar button which would save the project files and deploy. regards, karthik Ferdo Piš wrote: Are there any plans to add such functionality? ----- Original Message ---- From: Karthik Karthikeyan.Rajeswaran@... To: nbusers@... Sent: Sunday, October 14, 2007 6:54:29 PM Subject: Re: [nbusers] JBoss autmatic deployment I don't think is is possible to automatically deploy upon saving a file. The reverse is true: Deploying a project will save any unsaved changes. regards, karthik Ferdo Piš wrote: |
| Free embeddable forum powered by Nabble | Forum Help |