Questions tagged [non-web]

13 questions
12
votes
6 answers

Simple non-web based bug tracker

There's a ton and and a half of questions and even more answers here concerning people looking for bug trackers. However all of them (that I found) seem to be about web based solutions. Since I'm working on a local project where I don't want to set…
balpha
  • 50,022
  • 18
  • 110
  • 131
11
votes
3 answers

Node.js TCP Socket Server on the Cloud [Heroku/AppFog]

Is is possible to run a Node.js TCP Socket oriented application on the Cloud, more specifically on Heroku or AppFog. It's not going to be a web application, but a server for access with a client program. The basic idea is to use the capabilities of…
Itay Grudev
  • 7,055
  • 4
  • 54
  • 86
3
votes
2 answers

How to build non-web python application image with buildpack?

I am new to container, below questions might sound stupid. There are two questions actually. I have a non-web python application fully tested in VScode without any error, then I use below Dockerfile to build it locally. FROM python:3.8-slim …
Spark
  • 115
  • 4
  • 15
2
votes
2 answers

Spring boot actuator for commandline runner application

I want to enable actuator for health check in PCF for the non web or batch or commandLineRunner spring boot application. Could some one please share some details to resolve this issue. Please let me know if any other details required I tried the…
2
votes
0 answers

is there an OpenID client for Java that works for non-web applications?

As stated in openid.net: "OpenID is a safe, faster, and easier way to log in to web sites". is it true ONLY for web sites? Is there an OpenID client for Java that works for non-web applications?
OhadR
  • 8,276
  • 3
  • 47
  • 53
2
votes
5 answers

What is a good way to manage a list?

I always have trouble designing the user interface when it come to manage a list of object. For example, I need to manage a list of employees. At my work, we always switched between two method of managing the employees: Use a single split screen…
Pierre-Alain Vigeant
  • 22,635
  • 8
  • 65
  • 101
2
votes
2 answers

Application Server for non-Web Spring/Hibernate Application

We are developing a open source trading platform based on Springframework and Hibernate http://code.google.com/p/algo-trader/ and http://www.algotrader.ch. The application consists of a trading framework and several strategies that can be started…
Andy Flury
  • 316
  • 2
  • 10
1
vote
3 answers

Monitoring Health of a Non web spring boot application

I have a Kafka consumer built using spring boot and spring-kafka. It is not a Web Application (only spring-boot-starter dependency) and hence there is no port that is exposed by the application. And I donot want to expose a port just for the sake of…
1
vote
2 answers

How to do unit test for Spring boot standalone application?

I have a Spring Boot based standalone (non-web) application following this tutorial: https://www.mkyong.com/spring-boot/spring-boot-jdbc-mysql-hikaricp-example/ I skip the hikaricp part as am using mysql directly. The application works fine, able…
rxu
  • 11
  • 4
0
votes
1 answer

Deploying non web applications in GCP

Is there a way I can make my java application (non web) running in google cloud platform. I can see that Cloud run, App engine and Cloud functions works for Web applications. My application is a Java application that runs a report using Google Ad…
Lakshmi_N
  • 1
  • 1
  • 4
0
votes
1 answer

Publishing non-web SQL based application over Internet

I have a Microsoft SQL based application which has shared among client via Windows shared folder. Each client runs application by clicking a shortcut to main executable file in this shared folder. The group of client are in the same local network…
0
votes
0 answers

How to establish communication between Client and the Server application developed in C++ Via JSON

I asked to develop a client server application Communicating via JSON messages. I developed an application communicating via string messages. I do wanna include JSON in the place of string. I have no Idea about JSON at all. It's very new for…
Srikanth
  • 38
  • 6
-2
votes
2 answers

Design and architecture solutions to break a monolithic "NON web based local host application"

I am looking at pointers for design and architecture solutions to break a monolithic application. This application is a non-web, localhost application. How can I do this using Microservices, Kubernetes, Dockers? Are Dockers, Kubernetes and…
py_newbie
  • 329
  • 2
  • 9