Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Software Engineering

Questions tagged [java]

Ask Question

Java is a high-level, platform-independent, object-oriented programming language originally developed by Sun Microsystems. Java is currently owned by Oracle, which purchased Sun in 2010.

5,020 questions
Filter by
Sorted by
Tagged with
1vote
4answers
164views

I'm working on a Spring Boot application with a VoucherService and VoucherController. I currently have the service method return an ApiResponse<T> directly, like this:@Transactionalpublic ...
7votes
3answers
550views

The Java List<E> interface includes methods, such as add(E) and remove(Object), that work as the names suggest on instances of mutable concrete implementations, such as ArrayList<E> and ...
1vote
1answer
228views

I am refactoring my monolithic application, in which the code is organized based on layered architecture.I want to implement Modulith (Modular Monolit) in my app, but I've run into a problem: I haven'...
Ice K's user avatar
0votes
2answers
144views

I'll get straight to the point. I want to implement a class structure in Java similar to the one in the image.Am I falling into bad practice with this kind of diamond-shaped interface implementation?...
A. WW's user avatar
2votes
3answers
638views

Sometimes, you inherit from a class that defines the semantics of your type (Shape – Ellipse – Circle). Other times, you inherit simply because it's convenient to do so.A superclass may have ...
Sergey Zolotarev's user avatar
1vote
2answers
259views

Suppose you have a panel with a table, which I will call a pane.The table has a toolbar above it, including an edit button.Editing involves showing an editing dialog. It allows the user to edit the ...
Sergey Zolotarev's user avatar
0votes
2answers
203views

I’m refactoring a microservice project where multiple services share the same domain objects. Over time, these objects have diverged across services, causing inconsistencies.To solve this, I plan to ...
4votes
2answers
329views

Our team of 5 members are managing a microservice architecture that currently includes around 200 Java Spring boot microservices, with approximately 50 new services being added each year. We follow ...
0votes
3answers
220views

Problem: our application allows users to close a form window after certain changes without any confirmation, instead of pressing the Save button. This makes them complain they have to start afresh.We ...
Sergey Zolotarev's user avatar
1vote
2answers
207views

This is how our desktop applications are launched. In this case, it's called DesktopApp (I changed the actual name). As you see, the dependencies are hard-coded, including their versions. In the ...
Sergey Zolotarev's user avatar
0votes
1answer
131views

I am exploring the state-of-the-art methods to create a service that can run and scale in both cloud (container) and on-premise environments.The current version of the software is designed for on-...
Apollo's user avatar
0votes
1answer
114views

I'm developing a microservice-based application that processes a high volume of messages. Each message must be handled according to the user’s personal settings and some tenant-specific (customer) ...
2votes
3answers
265views

(related: Fetching records matching multiple joined attributes)If Spring Data doesn't allow GET requests to have a body (and it's considered bad practice anyway)curl -X 'GET' \ 'http://localhost:...
Sergey Zolotarev's user avatar
0votes
2answers
157views

I’m designing a system where various “handlers” apply business rules to an object. Initially I had each handler receive the full domain object:// A large domain object with many properties and ...
1vote
5answers
560views

Say I have a bunch of classes that imitate cars: SportsCar, Truck, and SUV. All of these classes share some public methods like start() and stop() which they inherit from an abstract class Car. While ...

153050per page
1
2345
335

Hot Network Questions

more hot questions
Newest java questions feed

[8]ページ先頭

©2009-2025 Movatter.jp