Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 days ago.
Improve this question
I started a javaproject with spring boot (with gradle) and I would like to work using Google Calendar API. Where should I save the credentials.json file that generates google calendar and that the application uses to authenticate the request.
I wanted to place the file inside main/resources. I would like to understand if the security level is correct or should I save it elsewhere?
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 days ago.
Improve this question
docker file for rest api web application
FROM tomcat:8.5.47-jdk8-openjdk-slim
COPY /target/demo-0.0.1-SNAPSHOT.war /usr/local/tomcat/webapps
I want to reduce the docker image size. Please suggest possible ways to do so.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
I am a fresh Spring Boot developer coming from a Django background. I like what i see so far but I've been searching for a way to auto-generate CRUD UI from my Entities similar to how Django admin does it out of the box. I'm not averse to solutions that require a little tinkering.
Spring Boot does not provide you that kind of feature but there are some additional tools that can easily do it for you - the most popular is jHipster
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am developing a web application to move data from Microsoft SQL Server data to Cloudera Hadoop. Please give Some Suggestions.
So Sqoop2 is being actively developed for this exact purpose. Also, the Hue project has a Sqoop2 app, which uses Sqoop to batch transfer data.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
For some time, I have wanted to do my development more efficiently and faster. I wonder what is the best technology for implementing sockets in a web application. Normally I use PHP and JSON for HTTP requests from the client, and I build my clients in GWT and mobile clients in Android and iOS.
Have you tried nodeJS? its a bit different to what you've been using before but it works well.
See this tutorial - http://net.tutsplus.com/tutorials/javascript-ajax/real-time-chat-with-nodejs-socket-io-and-expressjs/
and this demo - http://demo.tutorialzine.com/2012/08/nodejs-drawing-game/
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I'm looking for an Java based Application server which should be controllable within an Java application. I want to be able to start/stop the server within the application.
So far most App servers I looked at Glassfish, JBoss, are all controlled from the OS instead of being able to integrate into an existing Java Application.
Get a look at Winstone or Jetty, they are easy to embed in an application:
http://winstone.sourceforge.net
http://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty