facebook

fast web application development

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #209006 Reply

    vegetax
    Member

    Hi, i have developed webapps in netbeans and jbuilder and finaly myeclipse ^_^, i have noted that a “CORE” feauture is missing in myeclipse, the hotkey to run the external browser with a prebuilded URL to run jsps and servlets quickly, so when i make a change i can just press “FX” key to see the changes in the browser.

    I realy dont understand how am i suposed to test having to click 6 times to get to my jsp each time i make a simple change , when just a simple hotkey would get me throught the page. =(

    #209011 Reply

    snpe
    Member

    You can open broswer with URL and change window and click one – You haven’t start browser every times
    Netbeans, for instance don’t hot sync deploy – every change in jsp deploy complete application – it is horrible

    I think that is easy make toolbar icons or menu for launch browser, but it isn’t very important – without or with myeclipse (You see help menu in source code for eclipse)

    regards

    #209014 Reply

    Riyad Kalla
    Member

    vegetax,
    I think snpe hinted to why you can just keep a browser open at all times, and alt-tab back to it and hit refresh. MyEclipse (when using Exploded deployment) supports hot-syncing of your changes files. Meaning as soon as you save a JSP file or Class file, MyEclipse deploys that file out to your application server IMMEDIATELY. So you can just alt-tab back to your browser and hit refresh to see the changes. You don’t need to close it, or reload it.

    In the 3.x releases of MyEclipse there is support for a Browser component that you can open up in the IDE if you prefer, it may be available in Beta 1, I’m not sure, but it will be available across all platforms in Beta2.

    Also keep in mind that while your changed Class files are deployed immediately, you still have to setup your application server to properly recognize and reload the classes before you can see changed behavior, but the JSP files work just fine immediately.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: fast web application development

You must be logged in to post in the forum log in