How to implement loose coupling?
I want to implement loose coupling in a project.
OOP, domain models, and the user
When developing domain models, I can see two major ways of thinking about the user:
OOP, domain models, and the user
When developing domain models, I can see two major ways of thinking about the user:
What to consider when designing a web application that will be deployed under a load balancer?
I am currently maintaining a Java web application that is initially designed to work only as a single instance (not in a cluster/farm). Now, the client is planning to upgrade their infrastructure and part of their plan is to place our web application behind a load balancer.
I have already identified several serious design problems:
What to consider when designing a web application that will be deployed under a load balancer?
I am currently maintaining a Java web application that is initially designed to work only as a single instance (not in a cluster/farm). Now, the client is planning to upgrade their infrastructure and part of their plan is to place our web application behind a load balancer.
I have already identified several serious design problems:
What to consider when designing a web application that will be deployed under a load balancer?
I am currently maintaining a Java web application that is initially designed to work only as a single instance (not in a cluster/farm). Now, the client is planning to upgrade their infrastructure and part of their plan is to place our web application behind a load balancer.
I have already identified several serious design problems:
What to consider when designing a web application that will be deployed under a load balancer?
I am currently maintaining a Java web application that is initially designed to work only as a single instance (not in a cluster/farm). Now, the client is planning to upgrade their infrastructure and part of their plan is to place our web application behind a load balancer.
I have already identified several serious design problems:
What are the data structures behind a spreadsheet?
I would like to understand how a spreadsheet (a group of named or otherwise identified cells containing values or formulas referencing other cells) is solved. I have tried looking at existing projects, but there was so much going on with the GUI, serialization, events, etc. that I couldn’t find the spreadsheet.
What are the data structures behind a spreadsheet?
I would like to understand how a spreadsheet (a group of named or otherwise identified cells containing values or formulas referencing other cells) is solved. I have tried looking at existing projects, but there was so much going on with the GUI, serialization, events, etc. that I couldn’t find the spreadsheet.
What are the data structures behind a spreadsheet?
I would like to understand how a spreadsheet (a group of named or otherwise identified cells containing values or formulas referencing other cells) is solved. I have tried looking at existing projects, but there was so much going on with the GUI, serialization, events, etc. that I couldn’t find the spreadsheet.