What is the better way to create a method that can be accessed by other user. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the better way to create a method that can be accessed by other user.

I'm planning to create a framework for one online application, and I need dev. 4 helper to help the final user to create, delete, update and edit. My quation is, what is the best way to create a safety application? using spring security or jsf. PS. I'm new in java development

29th Jan 2017, 8:58 AM
Lopes Boa
Lopes Boa - avatar
1 Answer
+ 2
Go through data hiding and encapsulation.
15th Feb 2017, 6:49 AM
Shahar Levy
Shahar Levy - avatar