Questions tagged [development-mode]

30 questions
0
votes
2 answers

GWT development mode is quiet

I'm developing a project with GWT for quite some months but since two weeks or so i get no more feedback in the jetty development mode window when an error occures... How could that come?? Could it be caused by some missconfiguration of the logging…
TekTimmy
  • 3,066
  • 2
  • 29
  • 33
0
votes
2 answers

How to setup development mode for Eclipse GWT-Maven project?

I'm using Eclipse Indigo on Win XP with Java 6. I have Maven 3.0.3 and have a GWT (2.1) project, which I have imported into Eclipse. How do I create a run configuration that will run the GWT project in develpoment mode? I tried a run…
Dave
  • 15,639
  • 133
  • 442
  • 830
0
votes
0 answers

Local react library testing .... how to achieve that?

Yesterday I asked a very specific question about how to continue with a setup I already started please see this thread Obviously I already started this the wrong way ... so now I'm going for a more general question: Can you give me a detailed…
devnull69
  • 16,402
  • 8
  • 50
  • 61
0
votes
0 answers

Publishing Web Application to IIS and Get Error on Page that Holds Database Info

I have recently published my first app to an internal web server using IIS. The web application opens fine and I can view the Home and About pages just fine. However, when I click on the Children page (which contains a list from a database table), I…
MelB
  • 141
  • 1
  • 12
0
votes
1 answer

Populate NGRX store on load with dummy data only in development mode (eg: ng serve)

I want to populate NGRX store with initial dummy data when ng serve, so my devs who are working on the app don't have to comment/uncomment out mock data manually while they are developing. I have a JSON file with mock data, I just want to know what…
0
votes
0 answers

How to hide source code in react development mode

I currently have a problem that prevents me from deploying in production mode, the deployment for the application happens in developer mode. Following this, is there anything that can be done to prevent the exposure of the source code?
0
votes
1 answer

How to define the default error page in React?

React will display a page that reports the errors and stacks in development mode when catch error. I take a try to redefine UI of that page with componentDidCatch method of an error boundary component. But it's not as expected. My UI will be…
JasonZhang
  • 68
  • 1
  • 10
0
votes
1 answer

Slow RPC calls in development mode (GWT)

When I run my GWT application in development mode (included Jetty) in Eclipse (Helios), RPCs seem to be very slow. Firebug says that they should be ok (mostly < 1sec) but in fact I have to wait about 10-15 seconds. Browser window is freezed for that…
Simson
  • 829
  • 6
  • 16
0
votes
1 answer

Angular is running in the development mode

I'm not super familiar with Angular, but I just started at a company and I inherited a website that displays Angular is running in the development mode. Call enableProdMode() to enable the production mode. in the console. My first question, and main…
Bennet
  • 13
  • 3
0
votes
0 answers

Run ruby on rails development mode faster

I want to run my ruby on rails application in development mode. But when it's running in development mode it takes around 1 minute for each clicks to load which makes my development delay for long. I am using rails 2.3.5 and ruby 1.8.7. My web…
Jamsheed
  • 11
  • 3
0
votes
1 answer

Gulp 4 running in development mode

I changed Gulp3 into Gulp4. In my gulpfile.js I created a task: if I am doing a modification, I can see it immediately in the development mode, without building my website: gulp.task('serve-php', function () { connect.server({ port: 9001, …
Camille BOUQUET
  • 445
  • 1
  • 6
  • 18
0
votes
2 answers

Developing a Java Application that uses an AppEngine database

This might be a very trivial question, but I'm having trouble finding an answer: Using the Google Plugin for Eclipse, I would like to develop a plain old Java application (not a web-app), that uses AppEngine for cloud storage. For this, I could, of…
Markus A.
  • 12,349
  • 8
  • 52
  • 116
0
votes
1 answer

Is it possible to turn off email sending in cakephp development mode?

While in development mode, it's not necessary to send emails (and can be spammy for the most part). We would like to be able to see the generate email in the log, but perform no email deliveries. When the site is running in production mode, we would…
sergio_101
  • 43
  • 7
0
votes
1 answer

Is it possible to define the inherited hook for the ActionController::Base class in Rails 2.3.11

I am trying to implement the inherited method for ActionController::Base class. My purpose is to call methods on classes that inherit from ActionController::Base like ApplicationController to make them include certain modules. At the momement my…
0
votes
2 answers

Testing Google App Engine Application's doPost() from Development Mode

I am working on a Google App Engine Application, and I have implemented a servlet that I want to test. Specifically, I want to call the doPost() method of the servlet, and check the results. Is there any way that I can do this without having to…
hjweide
  • 11,893
  • 9
  • 45
  • 49
1
2