JAVA MVC Help

Nelmosis

Member
Joined
Nov 1, 2011
Messages
179
Reaction score
1
Hello folks,
Ive been tasked to do a real simple Java MVC GUI. Adding and viewing records of 2 different entities (say Cats and Dogs).

I have basic understanding on the 3 class files needed (Model-View-Controller), and have no issues with calling one from another.

As i've not touched Java in a good 8 years, I will need some help and expertise to meet and guide/refresh me along with dealing with arrays and counter (++) . (P.S, I will definitely write my own codes but just need to tell me specifically where to call out the functions etc...) Sorry if I sound like Im trying to buy a project..

Appreciate! I am contactable at 9_zero_23_6seven_9_2
 
Last edited:

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
Hello folks,
Ive been tasked to do a real simple Java MVC GUI. Adding and viewing records of 2 different entities (say Cats and Dogs).

I have basic understanding on the 3 class files needed (Model-View-Controller), and have no issues with calling one from another.

As i've not touched Java in a good 8 years, I will need some help and expertise to meet and guide/refresh me along with dealing with arrays and counter (++) . (P.S, I will definitely write my own codes but just need to tell me specifically where to call out the functions etc...) Sorry if I sound like Im trying to buy a project..

Appreciate! I am contactable at 9_zero_23_6seven_9_2

I think what you need is a Java book, if you want is discuss about MVC concepts, that is software architecture discussion. But going into counters, functions, arrays seems like learning Java 101 which you better go and relearn not Java but how to program.
 

bhtan760

Banned
Joined
Aug 11, 2013
Messages
249
Reaction score
0
Hello folks,
Ive been tasked to do a real simple Java MVC GUI. Adding and viewing records of 2 different entities (say Cats and Dogs).

I have basic understanding on the 3 class files needed (Model-View-Controller), and have no issues with calling one from another.

As i've not touched Java in a good 8 years, I will need some help and expertise to meet and guide/refresh me along with dealing with arrays and counter (++) . (P.S, I will definitely write my own codes but just need to tell me specifically where to call out the functions etc...) Sorry if I sound like Im trying to buy a project..

Appreciate! I am contactable at 9_zero_23_6seven_9_2

hi,
just need to create folders:
boundary,->this is for the gui
controller ->interactions.
entity ->define your classes
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top