Skip to main content

All Questions

Tagged with
0 votes
1 answer
674 views

Notifications with clean architecture

There is a case for creating a client. Controller -> CreateClientRequest -> CreateClientUseCase -> ClientEntity [assigned: UserEntity] The client is assigned a responsible person assigned. ...
Alexander Kiselev's user avatar
0 votes
1 answer
57 views

How to do architecture of application?

I have android applicatio on Kotlin which use REST API on Spring. But now i'd like to add Python AI for predict some information. How i can connect Python's AI application with Java's Backend Spring? ...
Krazim00da's user avatar
1 vote
1 answer
1k views

Dynamic Configuration Management - Micro Service Architecture

I am looking for the Microservice Architecture (Say Approximately 30 services are available) including configuration service as one of the service which will have the responsibility to maintain the ...
Coder's user avatar
  • 3,282
-1 votes
1 answer
405 views

Workflow UI and back end Design and Technology

Requirement: I have a requirement to design a Work Flow to control movement of a test robot. The APIs for controlling the robot is exposed, which I need to call based on the structure defined in the ...
DJones's user avatar
  • 31
0 votes
1 answer
44 views

Need a solution to design an automated system

I have 5 exe files. each exe file takes an input and give back an output which will be the input to another exe file.and the user passing the values to the exe file manually now i want to automate ...
Nikhil Bhagat's user avatar
2 votes
1 answer
3k views

Good practice to send different message types in order, to Kafka

Beginner in Kafka. I would like having a python producer sending first several messages (json) of type A, then of type B. The java consumer must consume them in keeping this order with the aim of ...
Cheery Littlebottom's user avatar
1 vote
2 answers
832 views

Execute the script in command line or in Rest client

I have a java web application that needs to make use of a python script. The web application will give the script a file as input and take some text as output. I have two options: Wrap the python ...
birdy's user avatar
  • 9,656
1 vote
3 answers
299 views

Building an infrastructure for developing web-applications using multiple programming languages(Python Java C#)

I've searched for this on different places but I haven't found an exhaustive answer. Suppose we have separate modules written on different languages each of them realizes certain part of logic. We ...
Sedos's user avatar
  • 395
0 votes
1 answer
176 views

Backend Server Scripts [closed]

I have a system that the backend currently relies on Python. Basically it has a series of scripts that will go through a MySQL database and check for certain parameters across multiple tables and then ...
Jonny Flowers's user avatar
4 votes
1 answer
2k views

Feedback on different backends for GWT

I have to re-design an existing application which uses Pylons (Python) on the backend and GWT on the frontend. In the course of this re-design I can also change the backend system. I tried to read up ...
Ümit's user avatar
  • 17.5k
26 votes
4 answers
3k views

Python, PyTables, Java - tying all together

Question in nutshell What is the best way to get Python and Java to play nice with each other? More detailed explanation I have a somewhat complicated situation. I'll try my best to explain both in ...
I82Much's user avatar
  • 27.4k