Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my project I can't use the linked list implementation from java.util, so i'm implementing my own linked list. Besides, my software need to be constructed with the MVC architeture, so my question is: in this type of project pattern where I should instantiate the linked list class that I already constructed?
Posted
Comments
Krunal Rohit 29-Nov-15 0:51am    
Controller. Or maybe create one helper and invoke that in controller whenever you need.

-KR
Member 12172394 29-Nov-15 5:29am    
Thank you. Helper will be a new class in controller or in model?
Krunal Rohit 30-Nov-15 5:18am    
It would be in a separate package.

-KR

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900