Hello
I have smallish personal project consisting of the following Eclipse workspace.
+
+-MyApp // this is just a vanilla Java Application
+-MyWebApp // this Dynamic Java Web Application (Tomcat)
+-MyCommonStuff // these are common classes ...
Here's the problem: I have a java "dynamic web project" under source control and checked out in my eclipse workspace. Before, I was able to run a servlet on a local ...
I use Eclipse "Dynamic Web Project" to create and test web application. It will publish my application on application server in convenient way. I don't need to write script, just wizard.
However, ...
Is there a way in RAD 7.5 to disable standard functions? In my project, if the developer mistakenly clicks on Java EE --> Prepare for deployment, things are thrown off kilter ...