AppFuseEclipse |
|
Your trail: |
Difference between
version 59
and
version 58:
At line 62 removed 2 lines. |
%%note __NOTE:__ If you use the Tomcat plugin, indicate your source-path using the Eclipse menu Window>Prefreneces, select Tomcat, then Source Path.%% |
|
At line 87 changed 2 lines. |
!!Tips for Debugging and UI Editing [#5] |
For debugging, I use the [Tomcat Plugin|http://www.sysdeo.com/eclipse/tomcatPlugin.html] in Eclipse and set breakpoints. For little changes, I use "ant deploy-web" which only takes a couple of seconds. For truly minor tweaks, it's sometimes easier to edit the file in Tomcat's webapps folder. For major design changes, I usually run the app, view source on a page and save it to a "sandbox" folder in the same directory as my project. Then I do a find/replace and change all "/appfuse/" references to "../web/". This allows me to change CSS and JS files and just refresh the file in the sandbox. |
!!Tips for Debugging and UI Editing [#6] |
For debugging, I use the [Tomcat Plugin|http://www.sysdeo.com/eclipse/tomcatPlugin.html] in Eclipse and set breakpoints. To make the breakpoints work you will need to indicate your source-path using the Eclipse menu {{Window->Prefreneces}}, select {{Tomcat}}, then {{Source Path}}. |
At line 88 added 1 line. |
For little changes, I use "ant deploy-web" which only takes a couple of seconds. For truly minor tweaks, it's sometimes easier to edit the file in Tomcat's webapps folder. For major design changes, I usually run the app, view source on a page and save it to a "sandbox" folder in the same directory as my project. Then I do a find/replace and change all "/appfuse/" references to "../web/". This allows me to change CSS and JS files and just refresh the file in the sandbox. |
At line 90 added 1 line. |
|
Back to AppFuseEclipse,
or to the Page History.
|