0
votes
1answer
83 views

Designing application flow

I am creating a web application in java where I need to mock the following flow. When user trigger a certain process (add product to cart), I need to pass through following steps Need to see in ...
0
votes
0answers
110 views

What design strategy can I use in the below scenario?

I have folder structure similar to below: Parent_Folder | ----- Sub Folder 1 | | | ----- src | | | ----- lib | ----- ...