- This topic has 5 replies, 4 voices, and was last updated 18 years, 6 months ago by blaplante.
-
AuthorPosts
-
blaplanteMemberHi, I installed MyEclipse Enterprise Workbench 4.1 GA for Windows 98/2000/XP (1/22/2006) for eclipse 3.1.1. I was looking through the web2.0/ajax documentation but could not find any references to ajax features. What implementation of ajax is supported by the editor?
Riyad KallaMemberThe AJAX functionality in this intial release is centered around the JavaScript editor as well as the JavaScript debugging to be able to more effectively develop AJAX applications. You can read about it here: http://www.myeclipseide.com/images/tutorials/quickstarts/javascript/
We will be adding support for more down the road in future releases.
blaplanteMemberYes, I saw these docs when I installed. Very nice documentation indeed. I found them more informative than the equivalent WSAD docs on how to debug js files.
djian2006Memberhow do you link the Web 2.0 browser with your page url if the web server runs outside of IDE?
support-jedKeymasterHi djian2006,
If you use the Debug… option from the Run menu you can create a new JavaScript Application launch configuration. In the launch configuration you can specify a URL.
For example if you have a web application running on a localhost named ExampleApp the URL might be:
http://localhost:8080/ExampleApp/myAjaxTest.html
You also need to have the source locally in order to debug. In the launch configuration you specify the project that has the source.
That should get you started. If you have any more questions feel free to ask!
blaplanteMemberI am not sitting at the computer that has that version of myeclipse but if I remember correctly you use the debug as menu item and then change the url of the page to debug so that it points to the correct web application. Now the thought just occurred to me that if you did not start the app server from within eclipse you will have to make sure that your debug settings are listening on the correct debug port. When I get home tonight I can check this out and get back to you.
Hope that helps.
-
AuthorPosts