Giter Site home page Giter Site logo

Support for Super dev mode about gwt4nb HOT 3 OPEN

ksfreitas avatar ksfreitas commented on July 30, 2024
Support for Super dev mode

from gwt4nb.

Comments (3)

ridoo avatar ridoo commented on July 30, 2024

I am currently trying to setup my (multi-module) Maven project to be run/debugged via Netbeans+nb4gwt. As far as I understood how superdevmode works this should already be possible via configuration. Actually nb4gwt can't do much here as superdevmode requires two things:

  1. a running code server, running the UI code (startup via Maven goal)
  2. a running servlet container, running the actual Java server backend

I'd say that it is sufficient to run the GWT UI code via custom Maven goal gwt:run-codeserver. This would startup the code server (by default at http://localhost:9876 (the sites where you get the superdevon/off bookmarklets on). Here you can recompile the gwt module. The server part is run separately via tomcat.

from gwt4nb.

Chris2011 avatar Chris2011 commented on July 30, 2024

I need the same functionality too the problem for me is that I don't have to forget this thing. First run codeserver and then build and then run jetty it would be better if we can use this as dependencies and I think a started codeserver is a dependency. IntelliJ there is an option for use super dev mode and they will start the codeserver so I don't have to do anything. This functionality and options inside the project property panel would be very helpful. At the moment I only create goals for this and my knowledge of maven is not so good atm.

Regards

Chris

from gwt4nb.

Chris2011 avatar Chris2011 commented on July 30, 2024

If you have a look here: http://wiki.netbeans.org/VaadinPlugin you can see that this is also implemented into the vaadin plugin (for example embedded jetty and run with dev or super dev mode) but I can't use it for a maven web application project because vaadin creates a new project type for this. So I don't have the option for a maven web application.

from gwt4nb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.