How to design using java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to design using java?

Hi, how to design a software and how it connect with cloud?

8th Jul 2017, 3:19 PM
NAVEEN S
NAVEEN S - avatar
1 Answer
+ 2
If your application is quite simple, a main class and some specific class (business objects) can be enough. But if you want to develop a large software, you can use the design pattern (for the implementation in java, you can see this nice post : https://stackoverflow.com/questions/1673841/examples-of-gof-design-patterns-in-javas-core-libraries). For the "cloud", it's an other question, you should use specific API (Jdbc, hibernate, sockets...)
8th Jul 2017, 9:03 PM
samuel delepoulle
samuel delepoulle - avatar